From 5e4a1d422921b15e885d65963c4ecd775f939beb Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Wed, 27 Dec 2017 13:50:14 -0700 Subject: [PATCH] reorder modules --- ctest/runcdash-nwscla-intel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctest/runcdash-nwscla-intel.sh b/ctest/runcdash-nwscla-intel.sh index d7a7f8c9120..a87e61fecf1 100755 --- a/ctest/runcdash-nwscla-intel.sh +++ b/ctest/runcdash-nwscla-intel.sh @@ -12,10 +12,10 @@ 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 load cmake/3.7.2 module load netcdf-mpi/4.4.1.1 module load pnetcdf/1.8.1 -module switch mpt mpt/2.16 echo "MODULE LIST..." module list