Julien Dehos bab7cd5b00 module ok 7 年 前
..
modules bab7cd5b00 module ok 7 年 前
src 00cf8ecb75 clean test module 7 年 前
CMakeLists.txt bab7cd5b00 module ok 7 年 前
README.md bab7cd5b00 module ok 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
mytest_main.out 21
mytest.py