Julien Dehos 5a2e9fe8de module il y a 7 ans
..
src a819b1470f environment module il y a 7 ans
CMakeLists.txt e5351e9bff test module (pas fini) il y a 7 ans
README.md 5a2e9fe8de module il y a 7 ans
mytest.mod 5a2e9fe8de module il y a 7 ans

README.md

# build and install project
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=~/opt ..
make -j install
cd ..

# install environment module
mkdir -p ~/opt/modules
cp mytest.mod ~/opt/modules

# use module
module use ~/opt/modules
module load mytest.mod
mymain.out