-
Notifications
You must be signed in to change notification settings - Fork 34
Refactor Branch Build Instructions
Ben Bergen edited this page Apr 18, 2017
·
13 revisions
% 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)
% git clone --recursive [email protected]:laristra/flecsi.git
% cd flecsi
% git checkout refactor
% git submodule update --recursive
% mkdir build
% cd build
% ccmake ..