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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -