Skip to content

Refactor Branch Build Instructions

Ben Bergen edited this page Apr 18, 2017 · 13 revisions

On Darwin

% module load openmpi/2.0.1-gcc_6.2.0
% git clone --recursive [email protected]:laristra/flecsi-third-party.git
% cd flecsi-third-party/legion
% git checkout master
% cd ..
% mkdir build
% cd build
% ccmake ..

Disable Exodus and Scotch. Set the prefix to wherever you want to install.

% make (this will also install)

Build FleCSI (refactor branch)

% git clone --recursive [email protected]:laristra/flecsi.git
% cd flecsi
% git checkout refactor
% git submodule update --recursive
% mkdir build
% cd build
% ccmake ..