From 58354d02fe441b3e3ef4a9962fd6038c47122cad Mon Sep 17 00:00:00 2001 From: CoryMartin-NOAA Date: Thu, 11 Jun 2020 18:36:02 +0000 Subject: [PATCH] Hotfix to allow for contrib modules to still load on Hera after change from admins --- modulefiles/modulefile.ProdGSI.hera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modulefiles/modulefile.ProdGSI.hera b/modulefiles/modulefile.ProdGSI.hera index b2ac092ced..454505d6e8 100644 --- a/modulefiles/modulefile.ProdGSI.hera +++ b/modulefiles/modulefile.ProdGSI.hera @@ -18,12 +18,12 @@ set C_COMP_MP mpcc # Load compiler, mpi, cmake, and hdf5/netcdf module load intel/18.0.5.274 # python -module use -a /contrib/modulefiles +module use -a /contrib/anaconda/modulefiles module load anaconda/2.3.0 module load impi/2018.0.4 -module load contrib +module use -a /contrib/cmake/modulefiles module load cmake/3.9.0 # Load libraries