Intel TrueScale QDR Qlogic with Intel OFED.
First, you have to install OFED from Intel.
Testing OpenMPI (with Intel compilers).
cd /usr/mpi/intel/openmpi-<version>-qlc/tests/osu_benchmarkssource /usr/mpi/intel/openmpi-<version>-qlc/bin/mpivars.sh
mpirun -host node1,node2 -np 2 ./osu_latency
#0-byte message should be less than 2 us.
mpirun -host node1,node2 -np 2 ./osu_bw
#Larger messages should hit above 3000MB/s.
Note: When running MPI apps, do not use InfiniBand Verbs (IBV), OpenIB, DAPL, etc. Use PSM instead.
If latency for 0-byte message is 5 us, then Verbs interface is used instead of PSM.
If this happens, try exit the ssh session and log in again.
No comments:
Post a Comment