Versions Compared

Key

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

...

The recommended way to submit MPI batch jobs is

Code Block
bsub -q psanaq -n 24 -o ~/output/%J.out mpirun ~/bin/hello


This will submit an OpenMPI job  requesting 24 processors (-n 24) to the psanaq batch queue (-q psanaq). The environment variable SIT_RELEASE shows you the ana release number.

...