Skip to content

Commit

Permalink
Merge pull request #1768 from ESMCI/mfdeakin-sandia/config_batch/remo…
Browse files Browse the repository at this point in the history
…ve_misleading_text

Remove misleading text from the dependency string in config_batch.xml
Removes misleading text from the dependency string in config_batch.xml, as cime does not implement logical dependencies between jobs

Test suite: scripts_regression_tests (pending, but run with this change in another branch)
Test status: ok

User interface changes?: N

Update gh-pages html (Y/N)?: N

Code review: @jedwards4b
  • Loading branch information
jedwards4b authored Jul 28, 2017
2 parents df44c12 + bb1c6a9 commit 7a671be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/acme/machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
<template>template.st_archive</template>
<task_count>1</task_count>
<!-- If DOUT_S is true and case.run (or case.test) exits successfully then run st_archive-->
<dependency>case.run or case.test</dependency>
<dependency>case.run case.test</dependency>
<prereq>$DOUT_S</prereq>
</job>
</batch_jobs>
Expand Down

0 comments on commit 7a671be

Please sign in to comment.