PBS: Check contents of submitted job file -
Is there a way to check the content of a submitted job script / file (Job can be queued / turned on)? Actually, I want to be able to see the command in my script file.
TORQUE has saved the job to see that file, you will need root access . The file is located in TORQUE_HOME / server_priv / jobs / JOBID.SC. Most of the time, the torch is installed on the / var / spool / torque, so that for example value for TORQUE_HOME, the script file for Job 1.host can be seen:
Vi /var/spool/torque/server_priv/jobs/1.host.SC
Comments
Post a Comment