Versions Compared

Key

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

...

You can select a particular version of gpaw to run (documented here):

Code Block
gpaw-ver-bsub 19 -o mo2n.log -q suncat-long -n 8 mo2n.py

You can also embed the job submission flags in your .py file with lines line(s) like:

Code Block
#LSF -o mo2n.log -q suncat-long
#LSF -n 8

...