Versions Compared

Key

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

...

The first line sets up a default interactive "gpaw-friendly" environment (killing any earlier environment settings!). You could use a similar line to pick up a default "jacapo-friendly" environment, if you prefer. The second line adds some necessary interactive commands (e.g. for submitting batch jobs).

If you want to pick up a particular version of GPAW use, for example:

Code Block

source /nfs/slac/g/suncatfs/sw/gpawv27/setupenv

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

...