Skip to content

Commit

Permalink
GEOS-Chem submod update: Merge PR #2187 (Update intgration/parallel t…
Browse files Browse the repository at this point in the history
…ests)

This commit informs the GCClassic superproject about the following
commits that were pushed to the GitHub geoschem/geos-chem repository:

65a67bf81 Merge PR #2187 (Update integration & parallel test scripts)

This PR reduces the number of arguments needed for integration & parallel
test scripts (by determining several parameters from the machine name).
Also adds scripts to restart failed jobs.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Mar 21, 2024
1 parent 728fc32 commit 8b8ac95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GEOS-Chem
Submodule GEOS-Chem updated 28 files
+5 −0 CHANGELOG.md
+118 −0 run/GCClassic/runScriptSamples/operational_examples/harvard_cannon/gcclassic.gcc10_cannon_rocky.env
+119 −0 run/GCClassic/runScriptSamples/operational_examples/harvard_cannon/gcclassic.gcc12_cannon_rocky.env
+0 −71 run/GCHP/runScriptSamples/operational_examples/harvard_cannon/gchp.gcc10_openmpi4_cannon_centos.env
+14 −56 run/GCHP/runScriptSamples/operational_examples/harvard_cannon/gchp.gcc10_openmpi4_cannon_rocky.env
+28 −26 run/GCHP/runScriptSamples/operational_examples/harvard_cannon/gchp.gcc12_openmpi4_cannon_rocky.env
+36 −37 test/integration/GCClassic/README.md
+79 −97 test/integration/GCClassic/integrationTest.sh
+22 −25 test/integration/GCClassic/integrationTestCompile.sh
+145 −105 test/integration/GCClassic/integrationTestCreate.sh
+26 −32 test/integration/GCClassic/integrationTestExecute.sh
+37 −37 test/integration/GCHP/README.md
+80 −99 test/integration/GCHP/integrationTest.sh
+20 −23 test/integration/GCHP/integrationTestCompile.sh
+102 −62 test/integration/GCHP/integrationTestCreate.sh
+28 −26 test/integration/GCHP/integrationTestExecute.sh
+46 −33 test/parallel/GCClassic/README.md
+83 −74 test/parallel/GCClassic/parallelTest.sh
+10 −13 test/parallel/GCClassic/parallelTestCompile.sh
+137 −92 test/parallel/GCClassic/parallelTestCreate.sh
+15 −25 test/parallel/GCClassic/parallelTestExecute.sh
+63 −18 test/shared/commonFunctionsForTests.sh
+32 −0 test/shared/utils/cannon/integrationTest/README.md
+40 −0 test/shared/utils/cannon/integrationTest/redoIntegrationTestCompile.sh
+40 −0 test/shared/utils/cannon/integrationTest/redoIntegrationTestExecute.sh
+32 −0 test/shared/utils/cannon/parallelTest/README.md
+40 −0 test/shared/utils/cannon/parallelTest/redoParallelTestCompile.sh
+40 −0 test/shared/utils/cannon/parallelTest/redoParallelTestExecute.sh

0 comments on commit 8b8ac95

Please sign in to comment.