-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trap solve_zsal = true at initialization (#795)
* Trap solve_zsal = true at initialization - remove zsal tests - rearrange a few test suites * Update documentation for zsalinty * update test suite * Update Icepack to latest
- Loading branch information
Showing
8 changed files
with
45 additions
and
36 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
@@ -1,12 +1,19 @@ | ||
# Test Grid PEs Sets BFB-compare | ||
smoke gx3 8x2 diag1,run5day | ||
# decomp_suite | ||
restart gx3 4x2x25x29x4 dslenderX2 | ||
smoke gx3 4x2x25x29x4 debug,run2day,dslenderX2 | ||
smoke gx3 4x2x25x29x4 dslenderX2,diag1,reprosum,cmplog | ||
# reprosum_suite | ||
smoke gx3 4x2x25x29x4 dslenderX2,diag1,reprosum | ||
# travis_suite | ||
smoke gx3 1x2 run2day | ||
smoke gx3 1x1x100x116x1 reprosum,run10day | ||
smoke gx1 32x1x16x16x32 reprosum,run10day | ||
smoke gx3 1x1x100x116x1 reprosum,run10day,gridcd | ||
smoke gx1 32x1x16x16x32 reprosum,run10day,gridcd | ||
smoke gx3 1x1x100x116x1 reprosum,run10day,gridc | ||
smoke gx1 32x1x16x16x32 reprosum,run10day,gridc | ||
# gridsys_suite | ||
smoke gx3 1x1x100x116x1 reprosum,run10day | ||
smoke gx1 32x1x16x16x32 reprosum,run10day | ||
smoke gx3 1x1x100x116x1 reprosum,run10day,gridcd | ||
smoke gx1 32x1x16x16x32 reprosum,run10day,gridcd | ||
smoke gx3 1x1x100x116x1 reprosum,run10day,gridc | ||
smoke gx1 32x1x16x16x32 reprosum,run10day,gridc | ||
# perf_suite | ||
smoke gx1 32x1x16x16x15 run2day,droundrobin | ||
smoke gx1 64x1x16x16x8 run2day,droundrobin,thread |
This file contains 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 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 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 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 icepack
updated
2 files
+2 −2 | configuration/scripts/tests/base_suite.ts | |
+1 −1 | configuration/scripts/tests/travis_suite.ts |