We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Instructions for running IMB pingpong.
openhpc_packages
Note the former automatically loads gnu9+openmpi4 on login - if you don't use this add "module load gn9 openmpi4" to the sbatch script below.
#!/bin/bash #SBATCH --ntasks=2 #SBATCH --ntasks-per-node=1 #SBATCH --output=%x.out #SBATCH --error=%x.err #SBATCH --time=0:10:0 #SBATCH --exclusive export SLURM_MPI_TYPE=pmix_v3 module load imb srun IMB-MPI1 pingpong