Skip to content

GA on Intel Omni path Systems (Experimental Port)

abhinavvishnu edited this page Feb 18, 2017 · 1 revision

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