Skip to content

Commit

Permalink
Update Orion build to match UFSWM.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Aug 19, 2024
1 parent 8a50fb0 commit 13f8bc0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modulefiles/build.orion.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ load(pathJoin("esmf", esmf_ver))
nco_ver=os.getenv("nco_ver") or "5.0.6"
load(pathJoin("nco", nco_ver))

setenv("CC", "icx")
setenv("FC", "ifx")
setenv("I_MPI_CC", "icx")
setenv("I_MPI_F90", "ifx")

setenv("CC", "mpiicc")
setenv("FC", "mpiifort")

whatis("Description: UFS_UTILS build environment")

0 comments on commit 13f8bc0

Please sign in to comment.