GA on InfiniBand Systems - GlobalArrays/ga GitHub Wiki
We recommend using InfiniBand native port in GA for compilation and evaluation on systems with InfiniBand interconnect.
Compiling GA
cd ga
mkdir build
cd build
../configure --with-openib --prefix=$PWD && make -j 4 && make install