Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

login Environment

To be able to use the commands to submit batch jobs, add the following 2 lines to your .cshrc login file:

Code Block
source /afs/slac/g/suncat/gpaw/setupenv
setenv PATH ${PATH}:/afs/slac/g/suncat/bin:/usr/local/bin

...

Note that the contents of .cshrc login do NOT affect batch job environment submitted with the various job submission commands described below (e.g. gpaw-bsub, jacapo-bsub, etc.).

...