Skip to content

GA on ALCF Mira System

abhinavvishnu edited this page Feb 18, 2017 · 1 revision

We recommend using MPI-Multithreaded (MT) port in GA for compilation and evaluation on ALCF Mira System.

Compiling GA

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