What is the easiest way to determine which node a compute job was executed on, using Sun Grid Engine?

qstat seems to only list running/queued jobs

link|improve this question

68% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Wow... earned tumbleweed badge on this one!

The answer, if anyone else ever needs it is

 qacct -j 221466

where 221466 is the job id

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.