-
Notifications
You must be signed in to change notification settings - Fork 279
Enable regression tests on Acorn #1307
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
23 commits
Select commit
Hold shift + click to select a range
ad2f9de
Enable regression testing on Acorn
DusanJovic-NOAA a2497fe
Merge branch 'ufs-community:develop' into rt_on_acorn
DusanJovic-NOAA e1d87ef
Merge branch 'ufs-community:develop' into rt_on_acorn
DusanJovic-NOAA 6a3b37e
Merge remote-tracking branch 'origin/develop' into rt_on_acorn
DusanJovic-NOAA 65756d7
Merge branch 'ufs-community:develop' into rt_on_acorn
DusanJovic-NOAA ea09c71
Enable cpld_bmark_p8 tests on acorn
DusanJovic-NOAA dd94dad
Merge branch 'ufs-community:develop' into rt_on_acorn
DusanJovic-NOAA 6f75967
Add RegressionTests_acorn.intel.log
DusanJovic-NOAA ef8b84b
Merge branch 'ufs-community:develop' into rt_on_acorn
DusanJovic-NOAA 1482143
Update pull_request_template.md
DusanJovic-NOAA cd57623
Updated RT variables for S4. #1318 (#34)
DavidHuber-NOAA 08cb8eb
Feature/allow wavice cmeps (#33)
DeniseWorthen 86ba9d0
[AutoRT] cheyenne.gnu Job Completed.
BrianCurtis-NOAA 452607d
Do not run HAFS-ALL tests on wcoss2
DusanJovic-NOAA ca8ddad
[AutoRT] cheyenne.intel Job Completed.
BrianCurtis-NOAA 79b502d
WCOSS2 Intel RT Passed
BrianCurtis-NOAA e9f282d
[AutoRT] orion.intel Job Completed.
BrianCurtis-NOAA 6b6b4a4
[AutoRT] hera.intel Job Completed.
BrianCurtis-NOAA 9bf39d8
[AutoRT] hera.gnu Job Completed.
BrianCurtis-NOAA e98e89e
[AutoRT] jet.intel Job Completed.
BrianCurtis-NOAA 79b1040
Add RegressionTests_acorn.intel.log
DusanJovic-NOAA 4cabda2
add gaea.intel RT log: passed
jkbk2004 3e08f71
Revert .gitmodules and update CMEPS
DusanJovic-NOAA 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
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,4 @@ | ||
| 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) | ||
| set(AVX2 OFF CACHE BOOL "Enable AVX2 instruction set" 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| #%Module | ||
|
|
||
| proc ModulesHelp {} { | ||
| puts stderr "\tcit - loads modules required for building and running UFS Model on Acorn" | ||
| } | ||
|
|
||
| module-whatis "loads UFS Model prerequisites for Acorn" | ||
|
|
||
| module load PrgEnv-intel/8.1.0 | ||
| module load intel/19.1.3.304 | ||
| module load craype/2.7.13 | ||
| module load cray-mpich/8.1.7 | ||
|
|
||
| module load cmake/3.20.2 | ||
|
|
||
| module use /lfs/h1/emc/nceplibs/noscrub/hpc-stack/libs/hpc-stack/modulefiles/stack | ||
| module load hpc/1.2.0 | ||
|
DusanJovic-NOAA marked this conversation as resolved.
|
||
| module load hpc-intel/19.1.3.304 | ||
| module load hpc-cray-mpich/8.1.7 | ||
|
|
||
| module load ufs_common | ||
|
|
||
| setenv CC cc | ||
| setenv CXX CC | ||
| setenv FC ftn | ||
| setenv CMAKE_Platform acorn | ||
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,26 @@ | ||
| #%Module | ||
|
|
||
| proc ModulesHelp {} { | ||
| puts stderr "\tcit - loads modules required for building and running UFS Model on Acorn" | ||
| } | ||
|
|
||
| module-whatis "loads UFS Model prerequisites for Acorn" | ||
|
|
||
| module load PrgEnv-intel/8.1.0 | ||
| module load intel/19.1.3.304 | ||
| module load craype/2.7.13 | ||
| module load cray-mpich/8.1.7 | ||
|
|
||
| module load cmake/3.20.2 | ||
|
|
||
| module use /lfs/h1/emc/nceplibs/noscrub/hpc-stack/libs/hpc-stack/modulefiles/stack | ||
| module load hpc/1.2.0 | ||
| module load hpc-intel/19.1.3.304 | ||
| module load hpc-cray-mpich/8.1.7 | ||
|
|
||
| module load ufs_common_debug | ||
|
|
||
| setenv CC cc | ||
| setenv CXX CC | ||
| setenv FC ftn | ||
| setenv CMAKE_Platform acorn |
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.