Julien Dehos 00cf8ecb75 clean test module hace 7 años
..
src 00cf8ecb75 clean test module hace 7 años
CMakeLists.txt 00cf8ecb75 clean test module hace 7 años
README.md 372c0394f2 update environment module hace 7 años
mytest.mod 372c0394f2 update environment module hace 7 años

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