Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
doku:multimpi [2022/11/04 10:45] – [With mpirun (Intel MPI):] goldenbergdoku:multimpi [2023/03/14 12:53] (current) – [VSC-3] goldenberg
Line 36: Line 36:
 wait wait
  
-</code> 
- 
-==== VSC-3 ===== 
- 
-=== With srun: === 
-<code> 
-#!/bin/bash 
-#SBATCH -J test 
-#SBATCH -N 1 
-#SBATCH --ntasks-per-core=1 
-#SBATCH --ntasks-per-node=2 
- 
-export SLURM_STEP_GRES=none 
- 
-module load intel/18 intel-mpi/2018 
- 
-for i in 0 8 
-do 
-  j=$(($i+1)) 
-  srun -n 2 --cpu_bind=map_cpu:$i,$j ./hello_world_intelmpi2018 & 
-done 
-wait 
- 
-exit 0 
 </code> </code>
  
  
  • doku/multimpi.txt
  • Last modified: 2023/03/14 12:53
  • by goldenberg