Skip to content

Commit

Permalink
Merge branch 'NOAA-EMC:develop' into c5OSup
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBurrows-NCO authored Oct 18, 2024
2 parents a9ee9f0 + ef204d7 commit 7f62c3d
Show file tree
Hide file tree
Showing 12 changed files with 415 additions and 241 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:

jobs:
setup:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: checkout-upp # This is for getting spack.yaml
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
build:
needs: setup
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: checkout-upp
Expand Down
6 changes: 6 additions & 0 deletions modulefiles/hera_external_ifi.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
help([[
Load external libIFI for UPP on hera
]])

prepend_path("MODULEPATH", "/scratch2/BMC/ifi/modulefiles")
load("ifi/20230511-intel-2022.1.2")
6 changes: 6 additions & 0 deletions modulefiles/hera_ifi_test_prereqs.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
help([[
Load prerequisites for IFI's own internal test programs and its "fip2 lookalike." This is only needed with the internal IFI when building with -DBUILD_IFI_EXECUTABLES=ON (the -B option to compile_upp.sh).
]])


load("netcdf-cxx4/4.3.1")
6 changes: 6 additions & 0 deletions modulefiles/jet_external_ifi.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
help([[
Load external libIFI for UPP on hera
]])

prepend_path("MODULEPATH", "/lfs5/BMC/ifi/modulefiles")
load("ifi/20241001-intel-2022.1.2")
6 changes: 6 additions & 0 deletions modulefiles/jet_ifi_test_prereqs.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
help([[
Load prerequisites for IFI's own internal test programs and its "fip2 lookalike." This is only needed with the internal IFI when building with -DBUILD_IFI_EXECUTABLES=ON (the -B option to compile_upp.sh).
]])


load("netcdf-cxx4/4.3.1")
2 changes: 1 addition & 1 deletion sorc/libIFI.fd
Loading

0 comments on commit 7f62c3d

Please sign in to comment.