@@ -367,7 +367,7 @@ Hello world from process 000 out of 001, processor name res-hpc-lo01.researchlum
...
@@ -367,7 +367,7 @@ Hello world from process 000 out of 001, processor name res-hpc-lo01.researchlum
Here you can see that we ran the program only on 1 core of the cpu. (which is the same as running: mpirun -np 1 ./hello) (np = number of processes to launch)
Here you can see that we ran the program only on 1 core of the cpu. (which is the same as running: mpirun -np 1 ./hello) (np = number of processes to launch)
To make use of the MPI capabilitues of the program, we have to run the program with the "mpirun" which comes with the loaded module mpi/openmpi/4.0.2/gcc-8.2.1
To make use of the MPI capabilities of the program, we have to run the program with the "mpirun" which comes with the loaded module mpi/openmpi/4.0.2/gcc-8.2.1