From a0ddd4e3102ef3d84950caf69a74ce1f3bb06490 Mon Sep 17 00:00:00 2001 From: "michael.lueken" Date: Fri, 2 Jun 2023 10:18:06 -0600 Subject: [PATCH] [develop] Add modulefiles/tasks/cheyenne/run_vx.local.lua to allow the grid_RRFS_CONUS_25km_ics_NAM_lbcs_NAM_suite_GFS_v16 fundamental test to run on Cheyenne GNU. --- modulefiles/tasks/cheyenne/run_vx.local.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modulefiles/tasks/cheyenne/run_vx.local.lua diff --git a/modulefiles/tasks/cheyenne/run_vx.local.lua b/modulefiles/tasks/cheyenne/run_vx.local.lua new file mode 100644 index 0000000000..dc9ec4697f --- /dev/null +++ b/modulefiles/tasks/cheyenne/run_vx.local.lua @@ -0,0 +1,12 @@ +--[[ +Loading intel is really only necessary when running verification tasks +with the COMPILER experiment parameter set to "gnu" because in that case, +the intel libraries aren't loaded, but the MET/METplus vx software still +needs them because it's built using the intel compiler. Both the unload +and load("intel") lines can be removed if/when there is a version of +MET/METplus built using GNU. +--]] +unload("build_cheyenne_gnu") +load("intel/2021.2") +unload("python") +load("python_srw")