diff --git a/SuperCluster/readme.md b/SuperCluster/readme.md index 48089ccc..6def3d93 100644 --- a/SuperCluster/readme.md +++ b/SuperCluster/readme.md @@ -106,16 +106,11 @@ MPI.Finalize() You can also compile and run your own parallel applications using OpenMPI. -You can also test locally in Linux by running +You can also test locally in Linux or MacOS by running ``` mpirun -np 4 -d python ./pi_value.py ``` -You can also test locally in MacOS by running - ``` -mpirun -np 4 -v python ./pi_value.py - ``` - That's it! You have now created a small cluster using 5 devices with Linux.