From d5968838eeb555442b2560996cd213bbe7dc8d11 Mon Sep 17 00:00:00 2001 From: MatthewPyle-NOAA <48285220+MatthewPyle-NOAA@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:17:39 -0400 Subject: [PATCH] Updates the miniconda3 used for building workflow on Hera. (#493) --- modulefiles/wflow_hera.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modulefiles/wflow_hera.lua b/modulefiles/wflow_hera.lua index c1c19ebe6..f9aa75557 100644 --- a/modulefiles/wflow_hera.lua +++ b/modulefiles/wflow_hera.lua @@ -12,11 +12,11 @@ load(pathJoin("stack-intel", os.getenv("stack_intel_ver") or "2021.5.0")) load(pathJoin("stack-intel-oneapi-mpi", os.getenv("stack_impi_ver") or "2021.5.1")) load(pathJoin("crtm", os.getenv("crtm_ver") or "2.4.0")) -prepend_path("MODULEPATH","/scratch1/NCEPDEV/nems/role.epic/miniconda3/modulefiles") +prepend_path("MODULEPATH","/contrib/miniconda3/modulefiles") load(pathJoin("miniconda3", os.getenv("miniconda3_ver") or "4.12.0")) if mode() == "load" then LmodMsgRaw([===[Please do the following to activate conda: - > conda activate workflow_tools + > conda activate regional_workflow ]===]) end