From 31ebb2e70e9136a12c881cb5f630678ce46d5360 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Wed, 20 Apr 2022 09:14:57 +0200 Subject: [PATCH] Update test suite to kill jobs with invalid deps On Anvil, the test suite has been leaving behind main vs. control jobs when the main job fails. With a flag (`--kill-on-ivalid-dep=yes`), this shouldn't happen anymore. --- suite/run_suite.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/run_suite.bash b/suite/run_suite.bash index 67836c504..059324343 100755 --- a/suite/run_suite.bash +++ b/suite/run_suite.bash @@ -72,7 +72,7 @@ cd .. cd main_vs_ctrl echo main_vs_ctrl -sbatch --dependency=afterok:${RES##* } job_script.bash +sbatch --dependency=afterok:${RES##* } job_script.bash --kill-on-invalid-dep=yes cd .. for run in main_py${alt_py} wc_defaults no_ncclimo no_polar_regions \