I want to compile MVAPICH2 myself, but not sure where to find psm.h
file, it cant be found in default places.
Anyone knows that which command I can use to find InfiniBand?
I want to compile MVAPICH2 myself, but not sure where to find psm.h
file, it cant be found in default places.
Anyone knows that which command I can use to find InfiniBand?
psm.h is for QLogic InfiniPath. On RHEL derivatives it should be in the infinipath-psm-devel package. You probably aren't using QLogic though.
Try specifying the MVAPICH2 channel explicitly. For the traditional mrail channel, run configure as
./configure --with-device=ch3:mrail --with-rdma=gen2
Or, for the Nemesis channel with IB netmod
./configure --with-device=ch3:nemesis:ib
Of course, you need to have the devel OFED packages installed.