Julien Dehos 00cf8ecb75 clean test module 7 年之前
..
src 00cf8ecb75 clean test module 7 年之前
CMakeLists.txt 00cf8ecb75 clean test module 7 年之前
README.md 372c0394f2 update environment module 7 年之前
mytest.mod 372c0394f2 update environment module 7 年之前

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