From 2fd3de10b1c98bfc05a608a574e420a194623a5e Mon Sep 17 00:00:00 2001 From: Katetc Date: Fri, 16 Aug 2024 10:34:21 -0600 Subject: [PATCH] A few updates to fix sourcing module files --- builds/derecho-intel/derecho-intel-cmake | 2 +- builds/derecho-intel/derecho-intel-cmake.sh | 2 +- builds/derecho-intel/derecho-intel-modules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/builds/derecho-intel/derecho-intel-cmake b/builds/derecho-intel/derecho-intel-cmake index 82120698..931209b2 100755 --- a/builds/derecho-intel/derecho-intel-cmake +++ b/builds/derecho-intel/derecho-intel-cmake @@ -6,7 +6,7 @@ source /etc/profile.d/z00_modules.csh -source derecho-intel-modules +./derecho-intel-modules # remove old build data: rm -f ./CMakeCache.txt diff --git a/builds/derecho-intel/derecho-intel-cmake.sh b/builds/derecho-intel/derecho-intel-cmake.sh index 301323bd..d45e1abe 100644 --- a/builds/derecho-intel/derecho-intel-cmake.sh +++ b/builds/derecho-intel/derecho-intel-cmake.sh @@ -17,7 +17,7 @@ fi source /etc/profile.d/z00_modules.sh -source derecho-intel-modules +./derecho-intel-modules echo CISM: "${cism_top}" diff --git a/builds/derecho-intel/derecho-intel-modules b/builds/derecho-intel/derecho-intel-modules index c427afc5..596813ba 100755 --- a/builds/derecho-intel/derecho-intel-modules +++ b/builds/derecho-intel/derecho-intel-modules @@ -5,4 +5,4 @@ module load ncarcompilers/1.0.0 module load cray-mpich/8.1.27 module load mkl/2023.2.0 module load netcdf/4.9.2 -module load cmake/3.26.3 +module load cmake