- PBS_O_HOST – The host where you ran the qsub command.
- PBS_O_LOGNAME – Your user ID where you ran qsub
- PBS_O_HOME – Your home directory where you ran qsub
- PBS_O_WORKDIR – The working directory where you ran qsub
The following reflect the environment where the job is executing
- PBS_ENVIRONMENT – Set to PBS_BATCH to indicate the job is a batch job, or # to PBS_INTERACTIVE to indicate the job is a PBS interactive job
- PBS_O_QUEUE – The original queue you submitted to
- PBS_QUEUE – The queue the job is executing from
- PBS_JOBNAME – The job’s name
- PBS_NODEFILE - The name of the file containing the list of nodes assigned to the job
No comments:
Post a Comment