From 0f7b828f633d58691875dab9f96ad59dc6b1cf47 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Tue, 12 Mar 2019 10:28:11 -0600 Subject: [PATCH] update cheyenne modules --- ctest/runcdash-nwscla-gnu.sh | 2 +- ctest/runcdash-nwscla-intel.sh | 8 ++++---- ctest/runcdash-nwscla-pgi.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ctest/runcdash-nwscla-gnu.sh b/ctest/runcdash-nwscla-gnu.sh index 020fe4a557e..41a92b15f64 100755 --- a/ctest/runcdash-nwscla-gnu.sh +++ b/ctest/runcdash-nwscla-gnu.sh @@ -14,7 +14,7 @@ module swap mpt openmpi/3.1.0 module load git/2.10.2 module load cmake/3.12.1 module load netcdf/4.6.1 -export PNETCDF=/glade/u/home/jedwards/pnetcdf/df0b42f19/gnu/8.1.0/openmpi/3.1.0 +module load pnetcdf/1.10.0 export CC=mpicc export FC=mpif90 diff --git a/ctest/runcdash-nwscla-intel.sh b/ctest/runcdash-nwscla-intel.sh index a87e61fecf1..9ccb534f67a 100755 --- a/ctest/runcdash-nwscla-intel.sh +++ b/ctest/runcdash-nwscla-intel.sh @@ -11,11 +11,11 @@ source /etc/profile.d/modules.sh module reset module unload netcdf -module swap intel intel/17.0.1 -module switch mpt mpt/2.16 +module swap intel intel/19.0.2 +module switch mpt mpt/2.19 module load cmake/3.7.2 -module load netcdf-mpi/4.4.1.1 -module load pnetcdf/1.8.1 +module load netcdf-mpi/4.6.1 +module load pnetcdf/1.11.0 echo "MODULE LIST..." module list diff --git a/ctest/runcdash-nwscla-pgi.sh b/ctest/runcdash-nwscla-pgi.sh index 4e321cad3b7..0352f741bd1 100755 --- a/ctest/runcdash-nwscla-pgi.sh +++ b/ctest/runcdash-nwscla-pgi.sh @@ -10,7 +10,7 @@ fi module reset module unload netcdf module swap intel pgi/17.9 -module swap mpt mpt/2.18 +module swap mpt mpt/2.19 module load git/2.10.2 module load cmake/3.12.1 module load netcdf-mpi/4.6.1