This is the first of my tips for using SGE. Sometimes you need to tell grid engine that you want to run on a particular host. In these cases you need to add the option
-l h=hostname
This will tell grid engine to apply whatever other rules it wants to, but in the end only run your job if it can run on the host hostname.