You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ python scripts/mpi_running.py
46
46
The previous command will run the script using as configuration file (containing, e.g., matrix size and number of processes) the file `experiments/config.yaml`.
47
47
It is also possible to provide paths to other configuration files by passing the corresponding path through the `--config=path/to/file` command.
48
48
49
-
Notice that the script is *not* called using `mpirun`, but internally it uses MPI.
49
+
Notice that the script is *not* called using `mpirun`, but internally it uses `MPI`.
50
50
This is done by spawning a communicator inside the script.
51
51
52
52
In addition, in the `shell` folder, we provide a `submit.sbatch` file to run using `SLURM`, as well as a `submit.sh`.
0 commit comments