Versions Compared

Key

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

...

The following are examples of how to submit OpenMPI jobs to the PCDS psfehq batch queuesqueue:

No Format
bsub -q lclsqpsfehq -a mympi -n 32 -o ~/output/%J.out ~/bin/hello

Will submit an OpenMPI job (-a mympi) requesting 32 processors (-n 32) to the lclsq psfehq batch queue (-q lclsqpsfehq).

No Format
bsub -q psfehq -a mympi -n 16 -R "span[ptile=1]" -o ~/output/%J.out ~/bin/hello

...