Julien Dehos 00cf8ecb75 clean test module 7 gadi atpakaļ
..
src 00cf8ecb75 clean test module 7 gadi atpakaļ
CMakeLists.txt 00cf8ecb75 clean test module 7 gadi atpakaļ
README.md 372c0394f2 update environment module 7 gadi atpakaļ
mytest.mod 372c0394f2 update environment module 7 gadi atpakaļ

README.md

# build and install project
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=~/opt/mytest ..
make -j install
cd ..

# use module
module purge
module use ~/opt/mytest/modules
module load mytest.mod
mymain.out