6.4.3. MVAPICH Settings
Users can download and compile MVAPICH 4.1 from the MVAPICH Downloads site. Note that if MVAPICH detects xpmem installed, it must be explicitly disabled during configuration.
6.4.3.1. Download, Configure, and Compile MVAPICH
cd /tmp wget https://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich-4.1.tar.gz cd mvapich-4.1 ./configure --prefix=/path/to/mvapich-4.1-installed --with-device=ch4:ofi --with-libfabric=/usr/ --with-xpm make -j make install