Julien Dehos 00cf8ecb75 clean test module | 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 | |
mytest.mod | 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.mod
mymain.out