GA on OLCF Titan System - GlobalArrays/ga GitHub Wiki

We recommend using MPI-Progress Ranks (PR) port in GA for compilation and evaluation on OLCF Titan System.

Compiling GA

cd ga
mkdir build
cd build
../configure --with-mpi-pr --prefix=$PWD && make -j 4 && make install