#! /bin/csh -f #------------------------------------------------------------------------------- # Modules and library paths #------------------------------------------------------------------------------- if (-e /opt/modules/default/init/csh) then source /opt/modules/default/init/csh module load svn module swap PrgEnv-cray PrgEnv-intel module load cray-netcdf/4.3.2 module load cray-parallel-netcdf module load cray-hdf5/1.8.13 #debugging # module load atp endif # gjp interesting that they don't have both loaded: check this with v106 if ( $MPILIB == "mpi-serial") then module load cray-netcdf/4.3.1 # was 4.3.1 to test intel13 else module load cray-parallel-netcdf # was 1.4.1 but only more recent versions available module load cray-hdf5/1.8.13 # was 1.8.12 to test intel13 endif #edison had this line: do we need cmake now? #module load cmake/2.8.11.2 module load cmake #------------------------------------------------------------------------------- # Runtime environment variables #------------------------------------------------------------------------------- setenv MPICH_ENV_DISPLAY 1 setenv MPICH_VERSION_DISPLAY 1 limit coredumpsize unlimited limit stacksize unlimited # The environment variable below increase the stack size, which is necessary for # CICE to run threaded on this machine. setenv OMP_STACKSIZE 64M # following lines taken from 1_0_6 setenv NETCDF_PATH $NETCDF_DIR setenv PNETCDF_PATH $CRAY_PARALLEL_NETCDF_DIR #gjp debugging #setenv ATP_ENABLED 1