README.md 146 B

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=~/opt ..
make -j install
cd ../run
module use `pwd`
module load mytest.mod
mymain.out