GA on Intel Omni path Systems (Experimental Port) - GlobalArrays/ga GitHub Wiki
We provide a native ComEx port for Intel Omni-Path Architecture. An Example is TACC Stampede system. W_e currently consider this port to be experimental._
Compiling GA
cd ga
mkdir build
cd build
../configure --with-ofi--prefix=$PWD && make -j 4 && make install