Skip to content
Snippets Groups Projects
Commit 880d59c8 authored by Gaelle Tanguy's avatar Gaelle Tanguy Committed by WAUTELET Philippe
Browse files

Gaelle : suppress MNH_NCWRIT for beaufix

parent 930af251
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,6 @@ export MPI_DSM_CPULIST=0-7:allhosts ...@@ -73,7 +73,6 @@ export MPI_DSM_CPULIST=0-7:allhosts
export VER_MPI=${VER_MPI:-MPIINTEL} export VER_MPI=${VER_MPI:-MPIINTEL}
export OPTLEVEL=${OPTLEVEL:-O3} export OPTLEVEL=${OPTLEVEL:-O3}
export MVWORK=${MVWORK:-NO} export MVWORK=${MVWORK:-NO}
export MNH_NCWRIT=${MNH_NCWRIT:-MNH_NCWRIT}
export VER_CDF=${VER_CDF:-CDFBFIX} export VER_CDF=${VER_CDF:-CDFBFIX}
export NEED_TOOLS=NO export NEED_TOOLS=NO
export MNHENV=${MNHENV:-" export MNHENV=${MNHENV:-"
...@@ -106,19 +105,6 @@ module rm intel-itac ; module load intel-itac/8.0.3 ...@@ -106,19 +105,6 @@ module rm intel-itac ; module load intel-itac/8.0.3
module rm sxf90 ; module load sxf90/400 ; module rm sxf90 ; module load sxf90/400 ;
module rm sxmpi ; module load sxmpi/8.0.10 ; module rm sxmpi ; module load sxmpi/8.0.10 ;
module rm netcdf ; module load netcdf/3.6.3 module rm netcdf ; module load netcdf/3.6.3
"}
;;
'Linux tori'*|'Linux yuki'*)
export ARCH=${ARCH:-SX8}
export VER_MPI=${VER_MPI:-MPIAUTO}
export OPTLEVEL=${OPTLEVEL:-O4}
export MVWORK=${MVWORK:-NO}
export MNH_NCWRIT=${MNH_NCWRIT:-MNH_NCWRIT}
export VER_CDF=${VER_CDF:-CDFMFSX}
export NEED_NCARG=${NEED_NCARG:-NO}
export VERSION_GRIBAPI="1.9.9"
export MNHENV=${MNHENV:-"
export GRIBAPI_PATH=/usr/local/SX/grib_api/
"} "}
;; ;;
'Linux babel'*) 'Linux babel'*)
......
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