Skip to content

GA on OLCF Titan System

abhinavvishnu edited this page Feb 18, 2017 · 3 revisions

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 

Clone this wiki locally