diff --git a/src/configure b/src/configure index a6dd978d01677b9ccdf7f06436b78079b0cc203c..1af082c173a0bcd42c140c8d3bec5a6c58d0a4a9 100755 --- a/src/configure +++ b/src/configure @@ -73,7 +73,6 @@ export MPI_DSM_CPULIST=0-7:allhosts export VER_MPI=${VER_MPI:-MPIINTEL} export OPTLEVEL=${OPTLEVEL:-O3} export MVWORK=${MVWORK:-NO} - export MNH_NCWRIT=${MNH_NCWRIT:-MNH_NCWRIT} export VER_CDF=${VER_CDF:-CDFBFIX} export NEED_TOOLS=NO export MNHENV=${MNHENV:-" @@ -106,19 +105,6 @@ module rm intel-itac ; module load intel-itac/8.0.3 module rm sxf90 ; module load sxf90/400 ; module rm sxmpi ; module load sxmpi/8.0.10 ; 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'*)