Skip to content
Snippets Groups Projects
Commit 344122e8 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 28/03/2017:configure, add automatic management of GRIBAPI_PATH,CDF_PATH &...

Juan 28/03/2017:configure, add automatic management of GRIBAPI_PATH,CDF_PATH & add good value for SLURM_CPU_BIND,SLURM_EXPORT_ENV,I_MPI_PIN_PROCESSOR_LIST
parent 929971ee
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,11 @@ module rm intel ; module load intel/16.1.150 ;
module rm intelmpi ; module load intelmpi/5.1.2.150 ;
module rm netcdf ; module load netcdf/4.4.0 ;
module rm grib_api ; module load grib_api/1.14.5 ;
export GRIBAPI_PATH=/opt/softs/libraries/ICC16.1.150/grib_api-1.14.5
export GRIBAPI_PATH=\${GRIBAPI_DIR}
export CDF_PATH=\${NETCDF_DIR}
export SLURM_CPU_BIND=none
export SLURM_EXPORT_ENV=ALL
export I_MPI_PIN_PROCESSOR_LIST=all:map=spread
"}
;;
'Linux login0'*|'Linux compute'*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment