Skip to content

Commit

Permalink
Add Scotch 7.0.3 modules to WCOSS2 (ufs-community#1871)
Browse files Browse the repository at this point in the history
* update module file

* update rt.conf with pdlib tests on wcoss2
  • Loading branch information
JessicaMeixner-NOAA authored Sep 1, 2023
1 parent a52686c commit 788897d
Show file tree
Hide file tree
Showing 4 changed files with 3,472 additions and 3,202 deletions.
4 changes: 4 additions & 0 deletions modulefiles/ufs_wcoss2.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ for i = 1, #ufs_modules do
end
end

prepend_path("MODULEPATH", "/apps/prod/lmodules/INTEL_cray_mpich/19.1.3.304/cray-mpich/8.1.9")
scotch_ver=os.getenv("scotch_ver") or "7.0.3"
load(pathJoin("scotch",scotch_ver))

setenv("CC", "cc")
setenv("CXX", "CC")
setenv("FC", "ftn")
Expand Down
Loading

0 comments on commit 788897d

Please sign in to comment.