Skip to content
Snippets Groups Projects
Verified Commit 40897bc5 authored by Jannis Klinkenberg's avatar Jannis Klinkenberg
Browse files

added missing entry in table

parent 158fe8bd
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ You can submit such jobs to the Slurm batch system via `sbatch <parameters> <scr ...@@ -22,6 +22,7 @@ You can submit such jobs to the Slurm batch system via `sbatch <parameters> <scr
| [mpi_job_basic.sh](mpi_job_basic.sh) | A basic MPI job script, useful for testing and learning MPI-based job submission. | | [mpi_job_basic.sh](mpi_job_basic.sh) | A basic MPI job script, useful for testing and learning MPI-based job submission. |
| [mpi_job_1node.sh](mpi_job_1node.sh) | Runs an MPI job on a single node, demonstrating intra-node parallel processing with multiple processes per node. | | [mpi_job_1node.sh](mpi_job_1node.sh) | Runs an MPI job on a single node, demonstrating intra-node parallel processing with multiple processes per node. |
| [mpi_job_2nodes.sh](mpi_job_2nodes.sh) | Runs an MPI job spanning 2 full compute nodes, demonstrating inter-node parallelism and distributed computing across multiple machines. | | [mpi_job_2nodes.sh](mpi_job_2nodes.sh) | Runs an MPI job spanning 2 full compute nodes, demonstrating inter-node parallelism and distributed computing across multiple machines. |
| [openmp_multi-threading_job.sh](openmp_multi-threading_job.sh) | Runs an multi-threaded (e.g. OpenMP) job, demonstrating inter-node shared-memory parallelism. |
## 2. Interactive jobs ## 2. Interactive jobs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment