From 89809d84d73de6d5d410b6e6ac3739237c5bfa64 Mon Sep 17 00:00:00 2001 From: rgknox Date: Wed, 17 Feb 2016 20:03:28 -0800 Subject: [PATCH] Added env_mach_specific.lawrencium-lr3 --- .../machines/env_mach_specific.lawrencium-lr3 | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 cime/machines/env_mach_specific.lawrencium-lr3 diff --git a/cime/machines/env_mach_specific.lawrencium-lr3 b/cime/machines/env_mach_specific.lawrencium-lr3 new file mode 100755 index 0000000000..b13016ef30 --- /dev/null +++ b/cime/machines/env_mach_specific.lawrencium-lr3 @@ -0,0 +1,37 @@ +#! /bin/csh -f + +set CESM_REPO = `./xmlquery CCSM_REPOTAG -value` +if($status == 0) then + set COMPILER = `./xmlquery COMPILER -value` + set MPILIB = `./xmlquery MPILIB -value` + set DEBUG = `./xmlquery DEBUG -value` + set OS = `./xmlquery OS -value` + set PROFILE_PAPI_ENABLE = `./xmlquery PROFILE_PAPI_ENABLE -value` + set PROJECT = `./xmlquery PROJECT -value` +else + echo $0 using settings from environment: +endif +echo "COMPILER=$COMPILER" +echo "MPILIB=$MPILIB" +echo "DEBUG=$DEBUG" +echo "OS=$OS" +echo "PROJECT=$PROJECT" + +source /etc/profile.d/modules.csh +module purge +module load cmake +module load perl xml-libxml switch + +if ( $COMPILER == "intel" ) then + module load intel/2015.6.233 + module load openmpi + module load netcdf/4.4.0-intel-p + module load mkl +endif + +setenv NETCDF_PATH $NETCDF_DIR +#------------------------------------------------------------------------------- + +limit coredumpsize 1000000 +limit stacksize unlimited +