sungridengine - Sun Grid Engine : How to check the machine that a job was run on? -
is there flag make sge output machine dispatched job run on ? looked through man couldn't pinpoint anything.
there several possibilities:
1: while job running, use qstat -g t
nodes, job(s) is/are running.
2: after job has finished, qacct -j [jobid]
shows information each node, job running on.
3: on linux execute command hostname
(or mpirun hostname
) print respective nodes.
Comments
Post a Comment