Skip to content

Instantly share code, notes, and snippets.

@wahalulu
Created November 15, 2017 23:08
Show Gist options
  • Save wahalulu/d5a6e65929b03f0ecf051ee073fe761c to your computer and use it in GitHub Desktop.
Save wahalulu/d5a6e65929b03f0ecf051ee073fe761c to your computer and use it in GitHub Desktop.
#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