Skip to content
Snippets Groups Projects
Commit d28a908e authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Bring again on gcc/4.9.3

parent 4f93d446
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ if [ "$2" == "taurus" ]; then
source /etc/profile
echo "$PATH"
module load gcc/7.1.0
module load gcc/4.9.3
module load intel/2017.0.020
echo "3" > input_install
......
......@@ -12,7 +12,7 @@ if [ ! -d "$1/OPENBLAS" ]; then
exit 1
fi
./script/install_SUITESPARSE.sh $1 $2
CXX="$CXX" CC="$CC" FC="$FC" F77="$F77" ./script/install_SUITESPARSE.sh $1 $2
if [ ! -d "$1/SUITESPARSE" ]; then
exit 1
fi
......
......@@ -30,9 +30,7 @@ function possible_solutions {
if [ -a input_install ]; then
eval ${commands[$possible_solutions_ret]} < input_install
else
if [ x"${commands[$possible_solutions_ret]}" != x"continue" -o x"${commands[$possible_solutions_ret]}" != x"Accept" ]; then
eval ${commands[$possible_solutions_ret]}
if
fi
possible_solutions_command=${commands[$possible_solutions_ret]}
}
......
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