Julien Dehos bab7cd5b00 module ok | 7 年 前 | |
---|---|---|
.. | ||
modules | 7 年 前 | |
src | 7 年 前 | |
CMakeLists.txt | 7 年 前 | |
README.md | 7 年 前 |
# 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