Versions Compared

Key

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

...

Example script: /packages/public/phx-sbatch-templates/template/example-mpi-with-mpich-job/main.sh

Note: If using the Hydra Process ManagerYou may need to add export HYDRA_LAUNCHER_EXTRA_ARGS="--export=ALL"

intel oneapi 2022.1.0

Load with: module load intel/oneapi

...

Example script: /packages/public/phx-sbatch-templates/template/example-mpi-with-intel-job/main.sh

Note: There have been seen a few cases where users have needed to add the following to their job scripts:

export HYDRA_LAUNCHER_EXTRA_ARGS="--export=ALL"

export FI_PROVIDER=verbs #Multi-node jobs only

export FI_PROVIDER=smh #Single-node jobs only