Differences

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

Link to this comparison view

Next revision
Previous revision
habrok:examples:mpi [2024/01/30 13:59] – created adminhabrok:examples:mpi [2025/08/21 11:36] (current) – [Intel MPI] pedro
Line 3: Line 3:
 Software with MPI support can run on multiple nodes, and in this case the software is launched with one or more tasks (instances) per node. All these tasks use the network for inter-node communication. The following is an example of a jobscript that can be used for MPI applications: Software with MPI support can run on multiple nodes, and in this case the software is launched with one or more tasks (instances) per node. All these tasks use the network for inter-node communication. The following is an example of a jobscript that can be used for MPI applications:
  
-<code>+<code bash>
 #!/bin/bash #!/bin/bash
 #SBATCH --nodes=2 #SBATCH --nodes=2