diff --git a/configuration/scripts/machines/Macros.cheyenne_intel b/configuration/scripts/machines/Macros.cheyenne_intel index f5a01b24d..3709160fb 100755 --- a/configuration/scripts/machines/Macros.cheyenne_intel +++ b/configuration/scripts/machines/Macros.cheyenne_intel @@ -33,15 +33,16 @@ NETCDF_PATH := $(NETCDF) PIO_CONFIG_OPTS:= --enable-filesystem-hints=gpfs #PNETCDF_PATH := $(PNETCDF) -PNETCDF_PATH := /glade/u/apps/ch/opt/pio/2.2/mpt/2.15f/intel/17.0.1/lib +#PNETCDF_PATH := /glade/u/apps/ch/opt/pio/2.2/mpt/2.15f/intel/17.0.1/lib INCLDIR := $(INCLDIR) LIB_NETCDF := $(NETCDF_PATH)/lib -LIB_PNETCDF := $(PNETCDF_PATH)/lib +#LIB_PNETCDF := $(PNETCDF_PATH)/lib LIB_MPI := $(IMPILIBDIR) -SLIBS := -L$(LIB_NETCDF) -lnetcdf -lnetcdff -L$(LIB_PNETCDF) -lpnetcdf -lgptl +#SLIBS := -L$(LIB_NETCDF) -lnetcdf -lnetcdff -L$(LIB_PNETCDF) -lpnetcdf -lgptl +SLIBS := -L$(LIB_NETCDF) -lnetcdf -lnetcdff SCC:= icc diff --git a/configuration/scripts/machines/env.cheyenne_intel b/configuration/scripts/machines/env.cheyenne_intel index 5f8044521..1bb276f15 100755 --- a/configuration/scripts/machines/env.cheyenne_intel +++ b/configuration/scripts/machines/env.cheyenne_intel @@ -10,11 +10,11 @@ if ("$inp" != "-nomodules") then source /glade/u/apps/ch/opt/lmod/7.2.1/lmod/7.2.1/init/csh module purge -module load ncarenv/1.1 +module load ncarenv/1.2 module load intel/17.0.1 -module load mpt/2.15f +module load mpt/2.19 module load ncarcompilers/0.4.1 -module load pio/2.2.0 +module load netcdf-mpi/4.6.1 endif