Versions Compared

Key

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

...

Submitting OpenMPI Batch Jobs

NOTE: you need have an "mpirun" command in your PATH before issuing the bsub command to submit an MPI job.  At LCLS we typically do that with:

Code Block
source /reg/g/psdm/etc/ana_env.csh    (for tcsh/csh) OR...
source /reg/g/psdm/etc/ana_env.sh     (for bash)

The following are examples of how to submit OpenMPI jobs to the PCDS psanaq batch queue:

...