Saturday 15 August 2015

qsub - Can I use PBS environment variables inside the PBS directives of my script? -



qsub - Can I use PBS environment variables inside the PBS directives of my script? -

something like:

#pbs -t 0-99 #pbs -d "~/$pbs_arrayid.output"

what want here redefine working directory of each individual job in job array, using job's array id. valid code?

i need know before send cluster, because can't run tests there.

yes, can utilize of environment variables listed here in -d, -o, or -e.

pbs qsub torque

No comments:

Post a Comment