Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
titleMPI, OpenMP hyperthreading
collapsetrue
#SBATCH --nodes=2
#SBATCH --partition=standard96:test
module load impi/2019.5
export SLURM_CPU_BIND=none
export OMP_NUM_THREADS=2
mpirun -ppn 96 ./hello.bin

Using srun

MPI only

Codeblock
titleMPI
collapsetrue
#SBATCH --nodes=2
#SBATCH --ntasks-per-node=96
#SBATCH --partition=standard96:test
srun ./hello.bin