Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Objective:

To allow the admin to add to the job environment of processes started by pbs_attach

Interface 1: A file to place environment variables to be added to the job environment when launched with pbs_attach

  • Visibility: Public
  • Change Control: Stable
  • Synopsis: PBS_HOME/mom_priv/jobs/<jobid>.env
  • Details: This is a new file named <jobid>.env in the PBS_HOME/mom_priv/jobs directory. This file format is one line per environment variable (i.e. key=value). Each line must be less then MAX_LINE_LEN (4095 at the time of development). This file will need to be created by a execjob_begin or execjob_prologue hook in order for it to be available when the the jobs calls pbs_attach.
  • No labels