From bad6666ede9aafb7bf8ff274e941dd4a92ba909d Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:38:57 -0400 Subject: [PATCH 01/41] update build_cheyenne_gnu: hpc-stack, miniconda3, rocoto Update the modulefile `build_cheyenne_gnu` and use module paths for EPIC-managed hpc-stack, updated miniconda3 with the regional_workflow (running+plotting), and rocoto --- modulefiles/build_cheyenne_gnu | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/modulefiles/build_cheyenne_gnu b/modulefiles/build_cheyenne_gnu index 0fc0d2b8ad..34ce9d3eab 100644 --- a/modulefiles/build_cheyenne_gnu +++ b/modulefiles/build_cheyenne_gnu @@ -8,17 +8,19 @@ proc ModulesHelp { } { module-whatis "Loads libraries needed for building SRW on Cheyenne" module load cmake/3.22.0 -module load python/3.7.9 module load ncarenv/1.3 -module load gnu/11.2.0 +module load gnu/12.1.0 module load mpt/2.25 setenv MKLROOT /glade/u/apps/opt/intel/2022.1/mkl/latest module load ncarcompilers/0.5.0 module unload netcdf -module use /glade/work/epicufsrt/GMTB/tools/gnu/11.2.0/hpc-stack-v1.2.0/modulefiles/stack +module use /glade/work/epicufsrt/contrib/miniconda3/modulefiles +module load miniconda3/4.12.0 + +module use /glade/work/epicufsrt/contrib/hpc-stack/gnu12.1.0/modulefiles/stack module load hpc/1.2.0 -module load hpc-gnu/11.2.0 +module load hpc-gnu/12.1.0 module load hpc-mpt/2.25 module load srw_common From 125a7de492bb70e1ebf680bcb4d3719e374d888d Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:41:02 -0400 Subject: [PATCH 02/41] update build_cheyenne_intel: hpc-stack, miniconda3, rocoto Update the modulefile `build_cheyenne_intel` and use module paths for EPIC-managed hpc-stack, updated miniconda3 with the regional_workflow (running+plotting), and rocoto --- modulefiles/build_cheyenne_intel | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modulefiles/build_cheyenne_intel b/modulefiles/build_cheyenne_intel index 1e1e865542..699ce777c7 100644 --- a/modulefiles/build_cheyenne_intel +++ b/modulefiles/build_cheyenne_intel @@ -8,7 +8,6 @@ proc ModulesHelp { } { module-whatis "Loads libraries needed for building SRW on Cheyenne" module load cmake/3.22.0 -module load python/3.7.9 module load ncarenv/1.3 module load intel/2022.1 module load mpt/2.25 @@ -16,17 +15,20 @@ module load mkl/2022.1 module load ncarcompilers/0.5.0 module unload netcdf -module use /glade/work/epicufsrt/GMTB/tools/intel/2022.1/hpc-stack-v1.2.0_6eb6/modulefiles/stack +module use /glade/work/epicufsrt/contrib/miniconda3/modulefiles +module load miniconda3/4.12.0 + +module use /glade/work/epicufsrt/contrib/hpc-stack/intel2022.1/modulefiles/stack module load hpc/1.2.0 module load hpc-intel/2022.1 module load hpc-mpt/2.25 module load srw_common +module load netcdf/4.7.4 module load g2/3.4.5 module load esmf/8.3.0b09 module load mapl/2.11.0-esmf-8.3.0b09 -module load netcdf/4.7.4 module load libpng/1.6.37 module load pio/2.5.3 module load fms/2022.01 From 335df6d5e43c95c8711f05e73321e588f0a8c1dc Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:42:58 -0400 Subject: [PATCH 03/41] update wflow_cheyenne: paths for miniconda3, rocoto Update the modulefile `wflow_cheyenne` and use module paths for EPIC-managed miniconda3 with the regional_workflow (running+plotting) and rocoto --- modulefiles/wflow_cheyenne | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modulefiles/wflow_cheyenne b/modulefiles/wflow_cheyenne index 7041823915..f72a7938ad 100644 --- a/modulefiles/wflow_cheyenne +++ b/modulefiles/wflow_cheyenne @@ -8,13 +8,14 @@ proc ModulesHelp { } { module-whatis "Loads libraries and utilities needed for running SRW on Cheyenne" module load ncarenv -module use -a /glade/p/ral/jntp/UFS_SRW_app/modules/ +module use -a /glade/work/epicufsrt/contrib/miniconda3/modulefiles +module load miniconda3 +module use -a /glade/work/epicufsrt/contrib/modulefiles module load rocoto -module load conda/latest if { [module-info mode load] } { puts stderr "Please do the following to activate conda: - > conda activate /glade/p/ral/jntp/UFS_SRW_app/conda/regional_workflow" + > conda activate regional_workflow" } From 6df03f9b4e9bc7baac28d4040bc6eeee5d48b729 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:49:20 -0400 Subject: [PATCH 04/41] update build_hera_intel: hpc-stack, miniconda3 Update the modulefile `build_hera_intel` and use module paths for EPIC-managed hpc-stack, updated miniconda3 with the regional_workflow (running+plotting) --- modulefiles/build_hera_intel | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/modulefiles/build_hera_intel b/modulefiles/build_hera_intel index 275ef2fe32..a9f1b33188 100644 --- a/modulefiles/build_hera_intel +++ b/modulefiles/build_hera_intel @@ -2,23 +2,25 @@ proc ModulesHelp { } { puts stderr "This module loads libraries for building SRW on" - puts stderr "the NOAA RDHPC machine Hera using Intel-2022.1.2" + puts stderr "the NOAA RDHPC machine Hera using Intel-2022.2.0" } module-whatis "Loads libraries needed for building SRW on Hera" -module use /contrib/miniconda3/modulefiles -module load miniconda3/4.5.12 +module use /scratch1/NCEPDEV/nems/role.epic/miniconda3/modulefiles +module load miniconda3/4.12.0 module use /contrib/sutils/modulefiles module load sutils module load cmake/3.20.1 -module use /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack +module use /scratch1/NCEPDEV/nems/role.epic/hpc-stack/libs/intel-2022.2.0/modulefiles/stack module load hpc/1.2.0 -module load hpc-intel/2022.1.2 -module load hpc-impi/2022.1.2 +module load hpc-intel/2022.2.0 +module load hpc-impi/2022.2.0 +module load intel/2022.2.0 +module load impi/2022.2.0 module load srw_common From 9d2055c542a965d46ed13dc15867271c8b9ccc5e Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:50:52 -0400 Subject: [PATCH 05/41] update wflow_hera: hpc-stack, miniconda3 Update the modulefile `wflow_hera` and use module paths for EPIC-managed hpc-stack, updated miniconda3 with the regional_workflow (running+plotting) --- modulefiles/wflow_hera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modulefiles/wflow_hera b/modulefiles/wflow_hera index 71641a3d11..bb233dcdbd 100644 --- a/modulefiles/wflow_hera +++ b/modulefiles/wflow_hera @@ -9,8 +9,8 @@ module-whatis "Loads libraries needed for running SRW on Hera" module load rocoto -module use /contrib/miniconda3/modulefiles -module load miniconda3/4.5.12 +module use /scratch1/NCEPDEV/nems/role.epic/miniconda3/modulefiles +module load miniconda3/4.12.0 if { [module-info mode load] } { puts stderr "Please do the following to activate conda: From 869dcd8ddc258d261974742c139453777acbafd0 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:56:13 -0400 Subject: [PATCH 06/41] update build_jet_intel: hpc-stack, miniconda3 Update the modulefile `build_jet_intel` and use module paths for EPIC-managed hpc-stack, updated miniconda3 with the regional_workflow (running+plotting) --- modulefiles/build_jet_intel | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/modulefiles/build_jet_intel b/modulefiles/build_jet_intel index 7a4da30519..cb8b5a98ae 100644 --- a/modulefiles/build_jet_intel +++ b/modulefiles/build_jet_intel @@ -2,7 +2,7 @@ proc ModulesHelp { } { puts stderr "This module loads libraries for building SRW on" - puts stderr "the NOAA RDHPC machine JET using Intel-2022.1.2" + puts stderr "the NOAA RDHPC machine JET using Intel-2022.2.0" } module-whatis "Loads libraries needed for building SRW on JET" @@ -10,13 +10,17 @@ module-whatis "Loads libraries needed for building SRW on JET" module use /contrib/sutils/modulefiles module load sutils -module load cmake/3.20.1 +module use /mnt/lfs4/HFIP/hfv3gfs/role.epic/miniconda3/modulefiles +module use miniconda3/4.12.0 -module use /lfs4/HFIP/hfv3gfs/nwprod/hpc-stack/libs/modulefiles/stack +module load cmake/3.20.1 +module load intel/2022.2.0 +module load impi/2022.2.0 +module use /mnt/lfs4/HFIP/hfv3gfs/role.epic/hpc-stack/libs/intel-2022.2.0/modulefiles/stack module load hpc/1.2.0 -module load hpc-intel/2022.1.2 -module load hpc-impi/2022.1.2 +module load hpc-intel/2022.2.0 +module load hpc-impi/2022.2.0 module load srw_common From 4ce8350c1c78cf66777dc1bf81e4882597fc2689 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:59:50 -0400 Subject: [PATCH 07/41] update wflow_jet: miniconda3 path Update the modulefile `wflow_jet` and use module path for the EPIC-managed and updated miniconda3 with the regional_workflow (running+plotting) --- modulefiles/wflow_jet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modulefiles/wflow_jet b/modulefiles/wflow_jet index 7aa7d0e67a..854b075cf5 100644 --- a/modulefiles/wflow_jet +++ b/modulefiles/wflow_jet @@ -9,8 +9,8 @@ module-whatis "Loads libraries needed for running SRW on Jet" module load rocoto -module use /contrib/miniconda3/modulefiles -module load miniconda3/4.5.12 +module use /mnt/lfs4/HFIP/hfv3gfs/role.epic/miniconda3/modulefiles +module use miniconda3/4.12.0 if { [module-info mode load] } { puts stderr "Please do the following to activate conda: From a61de0d112bf9be09e64337003d1bf55885802f5 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:08:12 -0400 Subject: [PATCH 08/41] update build_orion_intel: hpc-stack, miniconda3 Update the modulefile `build_orion_intel` and use module paths for the EPIC-managed hpc-stack and updated miniconda3 with the regional_workflow (running+plotting) --- modulefiles/build_orion_intel | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modulefiles/build_orion_intel b/modulefiles/build_orion_intel index f2171a4a53..ad31085a12 100644 --- a/modulefiles/build_orion_intel +++ b/modulefiles/build_orion_intel @@ -10,9 +10,10 @@ module-whatis "Loads libraries needed for building SRW on Orion" module load contrib noaatools module load cmake/3.22.1 -module load python/3.9.2 +module use /work/noaa/epic-ps/role-epic-ps/miniconda3/modulefiles +module load miniconda3/4.12.0 -module use /apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack +module use /work/noaa/epic-ps/role-epic-ps/hpc-stack/libs/intel-2022.1.2/modulefiles/stack module load hpc/1.2.0 module load hpc-intel/2022.1.2 module load hpc-impi/2022.1.2 From bdbfffab3d1d4e5648d7d75ca2a5b7598c0808d5 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:13:49 -0400 Subject: [PATCH 09/41] update wflow_orion: EPIC-managed path miniconda3 Update the modulefile `flow_orion`, use a module path for EPIC-managed miniconda3 with the regional_workflow (running+plotting) --- modulefiles/wflow_orion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modulefiles/wflow_orion b/modulefiles/wflow_orion index fb3439b0b9..f5c6e78fd1 100644 --- a/modulefiles/wflow_orion +++ b/modulefiles/wflow_orion @@ -9,8 +9,8 @@ module-whatis "Loads libraries needed for running SRW on Orion" module load contrib rocoto -module use -a /apps/contrib/miniconda3-noaa-gsl/modulefiles -module load miniconda3/3.8 +module use /work/noaa/epic-ps/role-epic-ps/miniconda3/modulefiles +module load miniconda3/4.12.0 if { [module-info mode load] } { puts stderr "Please do the following to activate conda: From b128d48e2add5e3cc1294be0559f0870200b5392 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:38:55 -0400 Subject: [PATCH 10/41] Update and rename conda_regional_workflow to miniconda_regional_workflow --- modulefiles/tasks/cheyenne/conda_regional_workflow | 5 ----- modulefiles/tasks/cheyenne/miniconda_regional_workflow | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 modulefiles/tasks/cheyenne/conda_regional_workflow create mode 100644 modulefiles/tasks/cheyenne/miniconda_regional_workflow diff --git a/modulefiles/tasks/cheyenne/conda_regional_workflow b/modulefiles/tasks/cheyenne/conda_regional_workflow deleted file mode 100644 index e490af9091..0000000000 --- a/modulefiles/tasks/cheyenne/conda_regional_workflow +++ /dev/null @@ -1,5 +0,0 @@ -#%Module -module unload python -module load conda -setenv SRW_ENV /glade/p/ral/jntp/UFS_SRW_app/conda/regional_workflow - diff --git a/modulefiles/tasks/cheyenne/miniconda_regional_workflow b/modulefiles/tasks/cheyenne/miniconda_regional_workflow new file mode 100644 index 0000000000..61a3a77250 --- /dev/null +++ b/modulefiles/tasks/cheyenne/miniconda_regional_workflow @@ -0,0 +1,2 @@ +#%Module +module load miniconda_regional_workflow From 5bc02d3ab826649af02ccad2a21f8f652d1e82e4 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:40:14 -0400 Subject: [PATCH 11/41] Update miniconda_regional_workflow --- modulefiles/tasks/cheyenne/miniconda_regional_workflow | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modulefiles/tasks/cheyenne/miniconda_regional_workflow b/modulefiles/tasks/cheyenne/miniconda_regional_workflow index 61a3a77250..9d97cd89a3 100644 --- a/modulefiles/tasks/cheyenne/miniconda_regional_workflow +++ b/modulefiles/tasks/cheyenne/miniconda_regional_workflow @@ -1,2 +1,6 @@ #%Module -module load miniconda_regional_workflow + +module use /glade/work/epicufsrt/contrib/miniconda3/modulefiles +module load miniconda3/latest + +setenv SRW_ENV regional_workflow From fec443e33883d2be0ac39b05f5467da7cf1b1b54 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:43:19 -0400 Subject: [PATCH 12/41] Update get_extrn_ics.local --- modulefiles/tasks/cheyenne/get_extrn_ics.local | 2 -- 1 file changed, 2 deletions(-) diff --git a/modulefiles/tasks/cheyenne/get_extrn_ics.local b/modulefiles/tasks/cheyenne/get_extrn_ics.local index 7f0ed16e4f..e708b857cc 100644 --- a/modulefiles/tasks/cheyenne/get_extrn_ics.local +++ b/modulefiles/tasks/cheyenne/get_extrn_ics.local @@ -1,4 +1,2 @@ #%Module - module load conda_regional_workflow - From a67c502fb775a49c1cf541bec8241c9bc4151562 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:43:47 -0400 Subject: [PATCH 13/41] Update get_extrn_lbcs.local --- modulefiles/tasks/cheyenne/get_extrn_lbcs.local | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modulefiles/tasks/cheyenne/get_extrn_lbcs.local b/modulefiles/tasks/cheyenne/get_extrn_lbcs.local index 7f0ed16e4f..61a3a77250 100644 --- a/modulefiles/tasks/cheyenne/get_extrn_lbcs.local +++ b/modulefiles/tasks/cheyenne/get_extrn_lbcs.local @@ -1,4 +1,2 @@ #%Module - -module load conda_regional_workflow - +module load miniconda_regional_workflow From 79ac1cc5e0b8a9be8479c5faf1b64ed58d82b718 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:44:02 -0400 Subject: [PATCH 14/41] Update get_extrn_ics.local --- modulefiles/tasks/cheyenne/get_extrn_ics.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/tasks/cheyenne/get_extrn_ics.local b/modulefiles/tasks/cheyenne/get_extrn_ics.local index e708b857cc..61a3a77250 100644 --- a/modulefiles/tasks/cheyenne/get_extrn_ics.local +++ b/modulefiles/tasks/cheyenne/get_extrn_ics.local @@ -1,2 +1,2 @@ #%Module -module load conda_regional_workflow +module load miniconda_regional_workflow From a37384b768c71ce818f3f21d800ce23badebe38c Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:44:40 -0400 Subject: [PATCH 15/41] Update make_grid.local --- modulefiles/tasks/cheyenne/make_grid.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/tasks/cheyenne/make_grid.local b/modulefiles/tasks/cheyenne/make_grid.local index e708b857cc..61a3a77250 100644 --- a/modulefiles/tasks/cheyenne/make_grid.local +++ b/modulefiles/tasks/cheyenne/make_grid.local @@ -1,2 +1,2 @@ #%Module -module load conda_regional_workflow +module load miniconda_regional_workflow From a084d6343048c957fefff61428c197f1865ec3fd Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:45:04 -0400 Subject: [PATCH 16/41] Update make_ics.local --- modulefiles/tasks/cheyenne/make_ics.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/tasks/cheyenne/make_ics.local b/modulefiles/tasks/cheyenne/make_ics.local index e708b857cc..61a3a77250 100644 --- a/modulefiles/tasks/cheyenne/make_ics.local +++ b/modulefiles/tasks/cheyenne/make_ics.local @@ -1,2 +1,2 @@ #%Module -module load conda_regional_workflow +module load miniconda_regional_workflow From fe236458ed614a8a94b55eaf051df63316d57034 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:45:39 -0400 Subject: [PATCH 17/41] Update make_lbcs.local --- modulefiles/tasks/cheyenne/make_lbcs.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/tasks/cheyenne/make_lbcs.local b/modulefiles/tasks/cheyenne/make_lbcs.local index e708b857cc..61a3a77250 100644 --- a/modulefiles/tasks/cheyenne/make_lbcs.local +++ b/modulefiles/tasks/cheyenne/make_lbcs.local @@ -1,2 +1,2 @@ #%Module -module load conda_regional_workflow +module load miniconda_regional_workflow From 7ea5202dcbe022be81e4d47748ab90c90148c30a Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:48:53 -0400 Subject: [PATCH 18/41] Update and rename make_orog.hardcoded to make_orog.local --- modulefiles/tasks/cheyenne/make_orog.hardcoded | 9 --------- modulefiles/tasks/cheyenne/make_orog.local | 2 ++ 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 modulefiles/tasks/cheyenne/make_orog.hardcoded create mode 100644 modulefiles/tasks/cheyenne/make_orog.local diff --git a/modulefiles/tasks/cheyenne/make_orog.hardcoded b/modulefiles/tasks/cheyenne/make_orog.hardcoded deleted file mode 100644 index 51c59c5ee4..0000000000 --- a/modulefiles/tasks/cheyenne/make_orog.hardcoded +++ /dev/null @@ -1,9 +0,0 @@ -#%Module##################################################### - -module purge - -module load ncarenv/1.3 -module load intel/19.0.2 -module load ncarcompilers/0.5.0 -module load netcdf/4.6.3 - diff --git a/modulefiles/tasks/cheyenne/make_orog.local b/modulefiles/tasks/cheyenne/make_orog.local new file mode 100644 index 0000000000..61a3a77250 --- /dev/null +++ b/modulefiles/tasks/cheyenne/make_orog.local @@ -0,0 +1,2 @@ +#%Module +module load miniconda_regional_workflow From 7db26c9c10a02ae8fe7392d8661bcd09438759f8 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:56:35 -0400 Subject: [PATCH 19/41] Update run_fcst.local --- modulefiles/tasks/cheyenne/run_fcst.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/tasks/cheyenne/run_fcst.local b/modulefiles/tasks/cheyenne/run_fcst.local index e708b857cc..61a3a77250 100644 --- a/modulefiles/tasks/cheyenne/run_fcst.local +++ b/modulefiles/tasks/cheyenne/run_fcst.local @@ -1,2 +1,2 @@ #%Module -module load conda_regional_workflow +module load miniconda_regional_workflow From c701f030848a39b93f5de15c030b8253740cfb73 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:56:56 -0400 Subject: [PATCH 20/41] Update run_vx.local --- modulefiles/tasks/cheyenne/run_vx.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/tasks/cheyenne/run_vx.local b/modulefiles/tasks/cheyenne/run_vx.local index e708b857cc..61a3a77250 100644 --- a/modulefiles/tasks/cheyenne/run_vx.local +++ b/modulefiles/tasks/cheyenne/run_vx.local @@ -1,2 +1,2 @@ #%Module -module load conda_regional_workflow +module load miniconda_regional_workflow From bb864e8ae10dd0cd9927e4058a548aecaadf5386 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:58:04 -0400 Subject: [PATCH 21/41] Update miniconda_regional_workflow --- modulefiles/tasks/cheyenne/miniconda_regional_workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/tasks/cheyenne/miniconda_regional_workflow b/modulefiles/tasks/cheyenne/miniconda_regional_workflow index 9d97cd89a3..4470e37617 100644 --- a/modulefiles/tasks/cheyenne/miniconda_regional_workflow +++ b/modulefiles/tasks/cheyenne/miniconda_regional_workflow @@ -1,6 +1,6 @@ #%Module module use /glade/work/epicufsrt/contrib/miniconda3/modulefiles -module load miniconda3/latest +module load miniconda3/4.12.0 setenv SRW_ENV regional_workflow From a5e1ca229a161fbc9504e6ab3513ea66f781e672 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:59:32 -0400 Subject: [PATCH 22/41] Update run_vx.local --- modulefiles/tasks/gaea/run_vx.local | 2 -- 1 file changed, 2 deletions(-) diff --git a/modulefiles/tasks/gaea/run_vx.local b/modulefiles/tasks/gaea/run_vx.local index f9a59c8e78..92505cf09c 100644 --- a/modulefiles/tasks/gaea/run_vx.local +++ b/modulefiles/tasks/gaea/run_vx.local @@ -1,5 +1,3 @@ #%Module module load miniconda_regional_workflow - -prepend-path LD_LIBRARY_PATH /ncrc/sw/gaea-cle7/python/3.9/anaconda-base/envs/noaa_py3.9/lib From 38938540df9b9fc2a00a1870f3560833a4ad293f Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:10:58 -0400 Subject: [PATCH 23/41] Update get_obs.local --- modulefiles/tasks/hera/get_obs.local | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modulefiles/tasks/hera/get_obs.local b/modulefiles/tasks/hera/get_obs.local index 9ed022a5a1..fbfcd28c95 100644 --- a/modulefiles/tasks/hera/get_obs.local +++ b/modulefiles/tasks/hera/get_obs.local @@ -5,7 +5,4 @@ module load hpss -module use /contrib/miniconda3/modulefiles -module load miniconda3/4.5.12 - -setenv SRW_ENV pygraf +module load miniconda_regional_workflow From bec0ff70b0605745093876203c956afd6bac78b4 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:11:37 -0400 Subject: [PATCH 24/41] Update get_extrn_ics.local --- modulefiles/tasks/hera/get_extrn_ics.local | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modulefiles/tasks/hera/get_extrn_ics.local b/modulefiles/tasks/hera/get_extrn_ics.local index dc099871e1..c3309a3710 100644 --- a/modulefiles/tasks/hera/get_extrn_ics.local +++ b/modulefiles/tasks/hera/get_extrn_ics.local @@ -1,6 +1,4 @@ -#%Module##################################################### -## Module file for get_extrn_ics task. -############################################################# +#%Module module load hpss From 9677dd4073a6f90f4643e306c1f0bf70f9d4beb7 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:11:50 -0400 Subject: [PATCH 25/41] Update get_extrn_lbcs.local --- modulefiles/tasks/hera/get_extrn_lbcs.local | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modulefiles/tasks/hera/get_extrn_lbcs.local b/modulefiles/tasks/hera/get_extrn_lbcs.local index 1b420d33bc..c3309a3710 100644 --- a/modulefiles/tasks/hera/get_extrn_lbcs.local +++ b/modulefiles/tasks/hera/get_extrn_lbcs.local @@ -1,6 +1,4 @@ -#%Module##################################################### -## Module file for get_extrn_lbcs task. -############################################################# +#%Module module load hpss From aceaf50a19c71de6ba24a30689ffc36492ac1b9b Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:14:11 -0400 Subject: [PATCH 26/41] Update make_lbcs.local --- modulefiles/tasks/hera/make_lbcs.local | 1 + 1 file changed, 1 insertion(+) diff --git a/modulefiles/tasks/hera/make_lbcs.local b/modulefiles/tasks/hera/make_lbcs.local index 61a3a77250..92505cf09c 100644 --- a/modulefiles/tasks/hera/make_lbcs.local +++ b/modulefiles/tasks/hera/make_lbcs.local @@ -1,2 +1,3 @@ #%Module + module load miniconda_regional_workflow From 1cc16dda646617f81861fd20d009e06038a03c8f Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:15:07 -0400 Subject: [PATCH 27/41] Update run_vx.local --- modulefiles/tasks/hera/run_vx.local | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modulefiles/tasks/hera/run_vx.local b/modulefiles/tasks/hera/run_vx.local index 51416ff471..92505cf09c 100644 --- a/modulefiles/tasks/hera/run_vx.local +++ b/modulefiles/tasks/hera/run_vx.local @@ -1,5 +1,3 @@ #%Module -module use -a /contrib/anaconda/modulefiles -module load intel/18.0.5.274 -module load anaconda/latest +module load miniconda_regional_workflow From c4d8d9373129c604e69e1f173855f9a7b4d47dab Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:20:29 -0400 Subject: [PATCH 28/41] Update gaea.yaml, met and metplus paths Met and metplus installed as modules in the recent hpc-stack, update installation paths --- ush/machine/gaea.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ush/machine/gaea.yaml b/ush/machine/gaea.yaml index aa16540124..e7f615d025 100644 --- a/ush/machine/gaea.yaml +++ b/ush/machine/gaea.yaml @@ -5,9 +5,9 @@ platform: CCPA_OBS_DIR: /lustre/f2/pdata/ncep_shared/UFS_SRW_App/develop/obs_data/ccpa/proc MRMS_OBS_DIR: /lustre/f2/pdata/ncep_shared/UFS_SRW_App/develop/obs_data/mrms/proc NDAS_OBS_DIR: /lustre/f2/pdata/ncep_shared/UFS_SRW_App/develop/obs_data/ndas/proc - METPLUS_PATH: /usw/met/METplus/METplus-4.1.3 + METPLUS_PATH: /lustre/f2/dev/role.epic/contrib/hpc-stack/intel-2021.3.0/intel-2021.3.0/metplus/4.1.3 MET_BIN_EXEC: bin - MET_INSTALL_DIR: /usw/met/10.1.2 + MET_INSTALL_DIR: /lustre/f2/dev/role.epic/contrib/hpc-stack/intel-2021.3.0/intel-2021.3.0/met/10.1.2 QUEUE_DEFAULT: normal QUEUE_FCST: normal QUEUE_HPSS: normal From 40875cd155616d062a02b8443913abc29f598b1b Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:22:18 -0400 Subject: [PATCH 29/41] Update hera.yaml, met and metplus paths Met and metplus installed as modules in the recent hpc-stack, update installation paths --- ush/machine/hera.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ush/machine/hera.yaml b/ush/machine/hera.yaml index e2f2ac12f7..9cc39301b1 100644 --- a/ush/machine/hera.yaml +++ b/ush/machine/hera.yaml @@ -5,9 +5,9 @@ platform: CCPA_OBS_DIR: /scratch2/BMC/det/UFS_SRW_App/develop/obs_data/ccpa/proc MRMS_OBS_DIR: /scratch2/BMC/det/UFS_SRW_App/develop/obs_data/mrms/proc NDAS_OBS_DIR: /scratch2/BMC/det/UFS_SRW_App/develop/obs_data/ndas/proc - METPLUS_PATH: /contrib/METplus/METplus-4.1.1 + METPLUS_PATH: /scratch1/NCEPDEV/nems/role.epic/hpc-stack/libs/intel-2022.2.0/intel-2022.2.0/metplus/4.1.3 MET_BIN_EXEC: bin - MET_INSTALL_DIR: /contrib/met/10.1.1 + MET_INSTALL_DIR: /scratch1/NCEPDEV/nems/role.epic/hpc-stack/libs/intel-2022.2.0/intel-2022.2.0/met/10.1.2 DOMAIN_PREGEN_BASEDIR: /scratch2/BMC/det/UFS_SRW_App/develop/FV3LAM_pregen PARTITION_DEFAULT: hera QUEUE_DEFAULT: batch From 4dbf9a26a1572734e61a965ae9bc3af3b56520f7 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:11:30 -0400 Subject: [PATCH 30/41] Update jet.yaml, met and metplus paths Met and metplus installed as modules in the recent hpc-stack, update installation paths --- ush/machine/jet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ush/machine/jet.yaml b/ush/machine/jet.yaml index c5aa0ca398..9177f7df74 100644 --- a/ush/machine/jet.yaml +++ b/ush/machine/jet.yaml @@ -5,9 +5,9 @@ platform: CCPA_OBS_DIR: /mnt/lfs4/BMC/wrfruc/UFS_SRW_App/develop/obs_data/ccpa/proc MRMS_OBS_DIR: /mnt/lfs4/BMC/wrfruc/UFS_SRW_App/develop/obs_data/mrms/proc NDAS_OBS_DIR: /mnt/lfs4/BMC/wrfruc/UFS_SRW_App/develop/obs_data/ndas/proc - METPLUS_PATH: /contrib/met/METplus/METplus-4.1.1 + METPLUS_PATH: /mnt/lfs4/HFIP/hfv3gfs/role.epic/hpc-stack/libs/intel-2022.2.0/intel-2022.2.0/metplus/4.1.3 MET_BIN_EXEC: bin - MET_INSTALL_DIR: /contrib/met/10.1.1 + MET_INSTALL_DIR: /mnt/lfs4/HFIP/hfv3gfs/role.epic/hpc-stack/libs/intel-2022.2.0/intel-2022.2.0/met/10.1.2 DOMAIN_PREGEN_BASEDIR: /mnt/lfs4/BMC/wrfruc/UFS_SRW_App/develop/FV3LAM_pregen PARTITION_DEFAULT: sjet,vjet,kjet,xjet QUEUE_DEFAULT: batch From b27d7439c0aba8fe4cf4d2db508d2818a4e64c34 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:30:42 -0400 Subject: [PATCH 31/41] Update orion.yaml, met and metplus paths Met and metplus installed as modules in the recent hpc-stack, update installation paths --- ush/machine/orion.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ush/machine/orion.yaml b/ush/machine/orion.yaml index b57a563cd2..50d350de00 100644 --- a/ush/machine/orion.yaml +++ b/ush/machine/orion.yaml @@ -5,9 +5,9 @@ platform: CCPA_OBS_DIR: /work/noaa/fv3-cam/UFS_SRW_App/develop/obs_data/ccpa/proc MRMS_OBS_DIR: /work/noaa/fv3-cam/UFS_SRW_App/develop/obs_data/mrms/proc NDAS_OBS_DIR: /work/noaa/fv3-cam/UFS_SRW_App/develop/obs_data/ndas/proc - METPLUS_PATH: /apps/contrib/MET/METplus/METplus-4.1.1 + METPLUS_PATH: /work/noaa/epic-ps/role-epic-ps/hpc-stack/libs/intel-2022.1.2/intel-2022.1.2/metplus/4.1.3 MET_BIN_EXEC: bin - MET_INSTALL_DIR: /apps/contrib/MET/10.1.1 + MET_INSTALL_DIR: /work/noaa/epic-ps/role-epic-ps/hpc-stack/libs/intel-2022.1.2/intel-2022.1.2/met/10.1.2 DOMAIN_PREGEN_BASEDIR: /work/noaa/fv3-cam/UFS_SRW_App/develop/FV3LAM_pregen PARTITION_DEFAULT: orion QUEUE_DEFAULT: batch From dc3e609172a7f757033a09159978c45e1d7b0a85 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:34:43 -0400 Subject: [PATCH 32/41] Update miniconda_regional_workflow Load the miniconda3/4.12.0 installed in the EPIC-managed common space --- modulefiles/tasks/jet/miniconda_regional_workflow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modulefiles/tasks/jet/miniconda_regional_workflow b/modulefiles/tasks/jet/miniconda_regional_workflow index 48de7a99bb..400ab332dd 100644 --- a/modulefiles/tasks/jet/miniconda_regional_workflow +++ b/modulefiles/tasks/jet/miniconda_regional_workflow @@ -1,5 +1,5 @@ #%Module -module use /contrib/miniconda3/modulefiles -module load miniconda3/4.5.12 +module use /mnt/lfs4/HFIP/hfv3gfs/role.epic/miniconda3/modulefiles +module load miniconda3/4.12.0 setenv SRW_ENV regional_workflow From f3e89d5ec3044ed80af51bdc36bb5531609fa80a Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:40:12 -0400 Subject: [PATCH 33/41] update run_vx.local Load module miniconda_regional_workflow --- modulefiles/tasks/jet/run_vx.local | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modulefiles/tasks/jet/run_vx.local b/modulefiles/tasks/jet/run_vx.local index 9be1ed3c79..92505cf09c 100644 --- a/modulefiles/tasks/jet/run_vx.local +++ b/modulefiles/tasks/jet/run_vx.local @@ -1,5 +1,3 @@ #%Module -module use -a /contrib/anaconda/modulefiles -module load intel/18.0.5.274 -module load anaconda/5.3.1 +module load miniconda_regional_workflow From f344c38d53ea9c7fe2fdf7b3aa252fbce89e6bcc Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:43:10 -0400 Subject: [PATCH 34/41] Update miniconda_regional_workflow Load miniconda3/4.12.0 installed in EPIC-managed common space --- modulefiles/tasks/orion/miniconda_regional_workflow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modulefiles/tasks/orion/miniconda_regional_workflow b/modulefiles/tasks/orion/miniconda_regional_workflow index 3703a9ba17..d8642603b4 100644 --- a/modulefiles/tasks/orion/miniconda_regional_workflow +++ b/modulefiles/tasks/orion/miniconda_regional_workflow @@ -1,5 +1,5 @@ #%Module -module use -a /apps/contrib/miniconda3-noaa-gsl/modulefiles -module load miniconda3/3.8 +module use /work/noaa/epic-ps/role-epic-ps/miniconda3/modulefiles +module load miniconda3/4.12.0 setenv SRW_ENV regional_workflow From f48a9a116414f485aa661829aa62d88cb3d7f6ca Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:45:15 -0400 Subject: [PATCH 35/41] Create run_vx.local Load miniconda3/4.12.0 installed in the EPIC-managed common space --- modulefiles/tasks/orion/run_vx.local | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modulefiles/tasks/orion/run_vx.local diff --git a/modulefiles/tasks/orion/run_vx.local b/modulefiles/tasks/orion/run_vx.local new file mode 100644 index 0000000000..92505cf09c --- /dev/null +++ b/modulefiles/tasks/orion/run_vx.local @@ -0,0 +1,3 @@ +#%Module + +module load miniconda_regional_workflow From ba2b864dcf98fda7a91ff00f2a1e11ea1be683a8 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Mon, 17 Oct 2022 18:33:28 -0400 Subject: [PATCH 36/41] Update build_jet_intel --- modulefiles/build_jet_intel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/build_jet_intel b/modulefiles/build_jet_intel index cb8b5a98ae..6975e7da0a 100644 --- a/modulefiles/build_jet_intel +++ b/modulefiles/build_jet_intel @@ -11,7 +11,7 @@ module use /contrib/sutils/modulefiles module load sutils module use /mnt/lfs4/HFIP/hfv3gfs/role.epic/miniconda3/modulefiles -module use miniconda3/4.12.0 +module load miniconda3/4.12.0 module load cmake/3.20.1 module load intel/2022.2.0 From 643fa59a48d2a16e6659611fda80ad2314f4a7df Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Mon, 17 Oct 2022 18:34:10 -0400 Subject: [PATCH 37/41] Update wflow_jet --- modulefiles/wflow_jet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/wflow_jet b/modulefiles/wflow_jet index 854b075cf5..cb4a529772 100644 --- a/modulefiles/wflow_jet +++ b/modulefiles/wflow_jet @@ -10,7 +10,7 @@ module-whatis "Loads libraries needed for running SRW on Jet" module load rocoto module use /mnt/lfs4/HFIP/hfv3gfs/role.epic/miniconda3/modulefiles -module use miniconda3/4.12.0 +module load miniconda3/4.12.0 if { [module-info mode load] } { puts stderr "Please do the following to activate conda: From 9d2094e91b4a3ef45ccd3552741c9b2639ad81a5 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Wed, 19 Oct 2022 21:53:06 -0400 Subject: [PATCH 38/41] Create make_orog.local --- modulefiles/tasks/jet/make_orog.local | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 modulefiles/tasks/jet/make_orog.local diff --git a/modulefiles/tasks/jet/make_orog.local b/modulefiles/tasks/jet/make_orog.local new file mode 100644 index 0000000000..61a3a77250 --- /dev/null +++ b/modulefiles/tasks/jet/make_orog.local @@ -0,0 +1,2 @@ +#%Module +module load miniconda_regional_workflow From 5ad21ccfff3246e31601dbcdf1502e86e0a5c0ee Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:09:40 -0400 Subject: [PATCH 39/41] Update build_jet_intel reversing back to use previous compiler and impi 2022.1.2 from 2022.2.0 --- modulefiles/build_jet_intel | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modulefiles/build_jet_intel b/modulefiles/build_jet_intel index 6975e7da0a..74872ec7aa 100644 --- a/modulefiles/build_jet_intel +++ b/modulefiles/build_jet_intel @@ -2,7 +2,7 @@ proc ModulesHelp { } { puts stderr "This module loads libraries for building SRW on" - puts stderr "the NOAA RDHPC machine JET using Intel-2022.2.0" + puts stderr "the NOAA RDHPC machine JET using Intel-2022.1.2" } module-whatis "Loads libraries needed for building SRW on JET" @@ -14,13 +14,13 @@ module use /mnt/lfs4/HFIP/hfv3gfs/role.epic/miniconda3/modulefiles module load miniconda3/4.12.0 module load cmake/3.20.1 -module load intel/2022.2.0 -module load impi/2022.2.0 +module load intel/2022.1.2 +module load impi/2022.1.2 module use /mnt/lfs4/HFIP/hfv3gfs/role.epic/hpc-stack/libs/intel-2022.2.0/modulefiles/stack module load hpc/1.2.0 -module load hpc-intel/2022.2.0 -module load hpc-impi/2022.2.0 +module load hpc-intel/2022.1.2 +module load hpc-impi/2022.1.2 module load srw_common From ba56eb48235e6bc5693c7b117c7c5d79673666a6 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:10:53 -0400 Subject: [PATCH 40/41] Update build_hera_intel reversing to a verified compiler/impi version 2022.1.2 from 2022.2.0 --- modulefiles/build_hera_intel | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modulefiles/build_hera_intel b/modulefiles/build_hera_intel index a9f1b33188..15df2471f7 100644 --- a/modulefiles/build_hera_intel +++ b/modulefiles/build_hera_intel @@ -2,7 +2,7 @@ proc ModulesHelp { } { puts stderr "This module loads libraries for building SRW on" - puts stderr "the NOAA RDHPC machine Hera using Intel-2022.2.0" + puts stderr "the NOAA RDHPC machine Hera using Intel-2022.1.2" } module-whatis "Loads libraries needed for building SRW on Hera" @@ -17,10 +17,10 @@ module load cmake/3.20.1 module use /scratch1/NCEPDEV/nems/role.epic/hpc-stack/libs/intel-2022.2.0/modulefiles/stack module load hpc/1.2.0 -module load hpc-intel/2022.2.0 -module load hpc-impi/2022.2.0 -module load intel/2022.2.0 -module load impi/2022.2.0 +module load hpc-intel/2022.1.2 +module load hpc-impi/2022.1.2 +module load intel/2022.1.2 +module load impi/2022.1.2 module load srw_common From fd22d4ec952b8f032a28dc504040e2d021f3c648 Mon Sep 17 00:00:00 2001 From: Natalie Perlin <68030316+natalie-perlin@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:07:38 -0400 Subject: [PATCH 41/41] Update build_jet_intel Fixed a typo --- modulefiles/build_jet_intel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/build_jet_intel b/modulefiles/build_jet_intel index 74872ec7aa..0bf068601a 100644 --- a/modulefiles/build_jet_intel +++ b/modulefiles/build_jet_intel @@ -17,7 +17,7 @@ module load cmake/3.20.1 module load intel/2022.1.2 module load impi/2022.1.2 -module use /mnt/lfs4/HFIP/hfv3gfs/role.epic/hpc-stack/libs/intel-2022.2.0/modulefiles/stack +module use /mnt/lfs4/HFIP/hfv3gfs/role.epic/hpc-stack/libs/intel-2022.1.2/modulefiles/stack module load hpc/1.2.0 module load hpc-intel/2022.1.2 module load hpc-impi/2022.1.2