Julien Dehos bab7cd5b00 module ok | il y a 7 ans | |
---|---|---|
.. | ||
modules | il y a 7 ans | |
src | il y a 7 ans | |
CMakeLists.txt | il y a 7 ans | |
README.md | il y a 7 ans |
# 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