After setting up the cpv queue, when I would submit a job, I would always get the error that said something like:

job rejected by all possible destinations

I copied the queue settings from the working cdf queue and couldn’t figure out what was wrong. Then, I found on the torque wiki a line that said if you get this error, that you should set the route_destinations to queue@localhost. I tried this and it didn’t work. But then I changed it to:

s q route_destinations = cpv@pnn

That did the trick. So there must be a difference in how SLF and SLC determine their hostname or something like that. I’m not looking into it any further because this seems to work just fine.