Created
November 15, 2017 23:08
-
-
Save wahalulu/d5a6e65929b03f0ecf051ee073fe761c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #run from the compute node | |
| source /opt/intel/impi/5.1.3.181/bin64/mpivars.sh | |
| mpirun -hosts 10.0.0.4,10.0.0.5 -env I_MPI_FABRICS=shm:dapl -env I_MPI_DAPL_PROVIDER=ofa-v2-ib0 -env I_MPI_DYNAMIC_CONNECTION=0 -ppn 1 -n 2 /opt/intel/impi/5.1.3.181/bin64/IMB-MPI1 pingpong |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment