Skip to content

Running GA and ComEx Test Programs

abhinavvishnu edited this page Feb 18, 2017 · 2 revisions

Compiling GA and ComEx programs (without running them)

cd build
make checkprogs

Running the programs (default uses 4 processes)

cd build
make check
Clone this wiki locally