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

Quentin 24/01/2024: use VER_CDF=CDFAUTO either Ubuntu20 or Ubuntu22 for CNRM computers

parent 4b4fdb16
No related branches found
No related tags found
No related merge requests found
......@@ -484,17 +484,16 @@ export SPLL=spll_new
export VER_MPI=${VER_MPI:-MPIAUTO}
export OPTLEVEL=${OPTLEVEL:-DEBUG}
export MVWORK=${MVWORK:-NO}
export VER_CDF=${VER_CDF:-CDFAUTO}
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
......
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