Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
doku:multimpi [2019/03/12 12:47] – created jzdoku:multimpi [2019/03/12 12:53] jz
Line 3: Line 3:
 Sample job script to run two MPI tasks within one job script concurrently: Sample job script to run two MPI tasks within one job script concurrently:
  
-== With srun: ==+=== With srun: ===
 <code> <code>
 #!/bin/bash #!/bin/bash
Line 25: Line 25:
 </code> </code>
  
-== With mpirun (Intel MPI): ==+=== With mpirun (Intel MPI): ===
  
 <code> <code>
Line 48: Line 48:
 </code> </code>
  
-You can download the C code example here: +You can download the C code example here: {{ :doku:hello_world.c |hello_world.c}} 
 + 
 +Compile it e.g. with: 
 + 
 +<code> 
 +# module load intel/18 intel-mpi/2018 
 +# mpiicc -lhwloc hello_world.c -o hello_world_intelmpi2018 
 +</code>
  
  
  • doku/multimpi.txt
  • Last modified: 2023/03/14 12:53
  • by goldenberg