Changes
Page history
Update MPI jobs
authored
Feb 18, 2021
by
Caroline Tchilinguirian
Hide whitespace changes
Inline
Side-by-side
Running-the-jobs/MPI-jobs.md
View page @
89d6b138
...
...
@@ -10,7 +10,7 @@ Cloning into 'HPC'...
Resolving deltas: 100% (39/39), done.
14:58:03 [alainm@pollux view]# cd HPC/SLURM/MPI/
14:58:10 [alainm@pollux MPI]# ls
build.sh CMakeLists.txt
mpi
.cpp run.slurm
build.sh CMakeLists.txt
dice
.cpp run.slurm
14:58:12 [alainm@pollux MPI]#
```
...
...
@@ -69,8 +69,8 @@ module load boost
# Be verbose
set
-x
# Run the code, one could also use
mpi
exec or
mpi
run
srun
--
mpi
=
pmi2 ./dice
# Run the code, one could also use
dice
exec or
dice
run
srun
--
dice
=
pmi2 ./dice
```
...
...
...
...