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