Skip to content
Snippets Groups Projects
Commit d0836dba authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 08/01/2024: handle Ubuntu 20 and 22 presents at CNRM

parent 55821dd2
No related branches found
No related tags found
No related merge requests found
......@@ -484,11 +484,23 @@ export SPLL=spll_new
export VER_MPI=${VER_MPI:-MPIAUTO}
export OPTLEVEL=${OPTLEVEL:-DEBUG}
export MVWORK=${MVWORK:-NO}
export VER_CDF=${VER_CDF:-CDFCTI}
export NEED_TOOLS=NO
# Ubuntu version
case "$(lsb_release -sr)" in
20.04)
export VER_CDF=${VER_CDF:-CDFCTI}
export MNHENV=${MNHENV:-"
export SPLL=spll_new
"}
;;
22.04)
export VER_CDF=${VER_CDF:-CDFAUTO}
export MNHENV=${MNHENV:-"
export PATH=/opt/gcc-9.4.0/bin:\$PATH
export SPLL=spll_new
"}
;;
esac
;;
'Linux nuwa'*)
export ARCH=${ARCH:-LXifort}
......
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