-
Notifications
You must be signed in to change notification settings - Fork 279
Updates to build for JEDI linking/control, add wcoss2 #295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
98e8764
Build on wcoss2 (acorn)
DusanJovic-NOAA ed381e8
Use -march=core-avx2 instead of -xCORE-AVX2 on wcoss2
DusanJovic-NOAA 8e524f6
Merge branch 'develop' into wcoss2
DusanJovic-NOAA 9f95a8b
Updates to build for JEDI linking/control
mark-a-potts 507aa1b
Removed unnecessary include files and INLINE POST setting
mark-a-potts 423b66d
Updated to address PR suggestions.
mark-a-potts 6cbfe82
Merge branch 'jedi-ufs' of github.com:mark-a-potts/ufs-weather-model …
mark-a-potts 7a84602
Add rt_acorn.conf. Change /lfs/h2 to /lfs/h1.
DusanJovic-NOAA c628df3
Merge remote-tracking branch 'origin/develop' into wcoss2
DusanJovic-NOAA 7e327db
Merge branch 'develop' into wcoss2
DusanJovic-NOAA 7771a20
Merge remote-tracking branch 'upstream/develop' into jedi-ufs
mark-a-potts 01dc7a2
Merge pull request #1 from DusanJovic-NOAA/wcoss2
mark-a-potts fd525c1
Update .gitmodules and submodule pointer for fv3atm for code review a…
climbfuji e81d686
Merge pull request #2 from climbfuji/jedi-ufs-dom4mark
mark-a-potts a0d75be
New regression tests
mark-a-potts deb80a5
Updated regression test logs
mark-a-potts 3db490d
Merge branch 'jedi-ufs' of github.com:mark-a-potts/ufs-weather-model …
mark-a-potts 32b851b
Updated regression test logs
mark-a-potts f4ace4f
Updated more regression test files
mark-a-potts 1f89953
More regression test results
mark-a-potts 4f25481
Updates for logs
mark-a-potts 5db8934
Updated .gitmodules and removed extraneous file
mark-a-potts 958478e
Fixed .gitmodules and updated pointer for FV3
mark-a-potts 3f753ec
Updated pointer to NEMS repo
mark-a-potts File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule FV3
updated
from d10e45 to babf6d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) | ||
| set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) | ||
| set(DEBUG_LINKMPI OFF CACHE BOOL "Enable linkmpi option when DEBUG mode is on" FORCE) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| #%Module | ||
|
|
||
| proc ModulesHelp {} { | ||
| puts stderr "\tcit - loads modules required for building and running UFS Model on the Dell side of WCOSS" | ||
| } | ||
|
|
||
| module-whatis "loads UFS Model prerequisites on Venus and Mars" | ||
|
|
||
| module unload cpe-cray cce | ||
| module load cpe-intel intel | ||
|
|
||
| module load cmake/3.17.3 | ||
| setenv CMAKE_C_COMPILER cc | ||
| setenv CMAKE_CXX_COMPILER CC | ||
| setenv CMAKE_Fortran_COMPILER ftn | ||
| setenv CMAKE_Platform wcoss2 | ||
|
|
||
| module use /lfs/h1/emc/nceplibs/noscrub/hpc-stack/test/noaa/modulefiles/stack | ||
|
|
||
| module load hpc/1.0.0-beta1 | ||
| module load hpc-intel/19.1.1.217 | ||
| module load hpc-cray-mpich/8.0.15 | ||
|
|
||
| module load jasper/2.0.22 | ||
| module load zlib/1.2.11 | ||
| module load png/1.6.35 | ||
|
|
||
| module load hdf5/1.10.6 | ||
| module load netcdf/4.7.4 | ||
| module load pio/2.5.1 | ||
| module load esmf/8_1_0_beta_snapshot_27 | ||
|
|
||
| module load bacio/2.4.1 | ||
| module load crtm/2.3.0 | ||
| module load g2/3.4.1 | ||
| module load g2tmpl/1.9.1 | ||
| module load ip/3.3.3 | ||
| module load nemsio/2.5.2 | ||
| module load sp/2.3.3 | ||
| module load w3emc/2.7.3 | ||
| module load w3nco/2.4.1 | ||
| module load upp/10.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| #%Module | ||
|
|
||
| proc ModulesHelp {} { | ||
| puts stderr "\tcit - loads modules required for building and running UFS Model on the Dell side of WCOSS" | ||
| } | ||
|
|
||
| module-whatis "loads UFS Model prerequisites on Venus and Mars" | ||
|
|
||
| module unload cpe-cray cce | ||
| module load cpe-intel intel | ||
|
|
||
| module load cmake/3.17.3 | ||
| setenv CMAKE_C_COMPILER cc | ||
| setenv CMAKE_CXX_COMPILER CC | ||
| setenv CMAKE_Fortran_COMPILER ftn | ||
| setenv CMAKE_Platform wcoss2 | ||
|
|
||
| module use /lfs/h1/emc/nceplibs/noscrub/hpc-stack/test/noaa/modulefiles/stack | ||
|
|
||
| module load hpc/1.0.0-beta1 | ||
| module load hpc-intel/19.1.1.217 | ||
| module load hpc-cray-mpich/8.0.15 | ||
|
|
||
| module load jasper/2.0.22 | ||
| module load zlib/1.2.11 | ||
| module load png/1.6.35 | ||
|
|
||
| module load hdf5/1.10.6 | ||
| module load netcdf/4.7.4 | ||
| module load pio/2.5.1 | ||
| module load esmf/8_1_0_beta_snapshot_27 | ||
|
|
||
| module load bacio/2.4.1 | ||
| module load crtm/2.3.0 | ||
| module load g2/3.4.1 | ||
| module load g2tmpl/1.9.1 | ||
| module load ip/3.3.3 | ||
| module load nemsio/2.5.2 | ||
| module load sp/2.3.3 | ||
| module load w3emc/2.7.3 | ||
| module load w3nco/2.4.1 | ||
| module load upp/10.0.0 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.