How can I read the PBS launch script of a job that is running?

164 views Asked by At

I am using /torque/4.2.5 to schedule my jobs and I need to find a way to make a copy of my PBS launching script that I used for jobs that are currently queueing or running. The plan is to make a copy of that launch script in the output folder.

1

There are 1 answers

0
dbeer On

TORQUE has a job logging feature that can be configured to record job scripts used at launch time.

EDIT: if you have administrator privileges and want to read the file that is stored you can inspect TORQUE_HOME/server_priv/jobid.SC

TORQUE_HOME is usually /var/spool/torque but is configurable.