Skip to content
Snippets Groups Projects
Commit 65286c5f authored by kra568's avatar kra568
Browse files

FIX: compilation on Salomon

parent 85f7f859
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/bash
current_dir=$(pwd)
script_dir=$(dirname $0)
if [ $script_dir = '.' ]
then
script_dir="$current_dir"
fi
source ${script_dir}/load_salomon_modules.inc
#./clean.sh
$(pwd)/build.sh
ml CMake/3.13.1
ml GCCcore/9.1.0
ml Armadillo
ml Boost
ml OpenBLAS
export GIT_EXEC= /apps/all/git/2.8.0/libexec/git-core/git
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment