From 442ce79b33f37254e90487e18797d890b8b04d80 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Tue, 22 Jun 2021 13:07:10 +0200 Subject: [PATCH] Use `Inst_eddies_5_anti` Instead of `Inst_eddies_5`, which no longer exists because we now create separate SHPC for each orientation. --- Overlap/Tests/long_tests.json | 2 +- Overlap/Tests/short_tests.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Overlap/Tests/long_tests.json b/Overlap/Tests/long_tests.json index 9eb06fc4..ca67ff23 100644 --- a/Overlap/Tests/long_tests.json +++ b/Overlap/Tests/long_tests.json @@ -6,7 +6,7 @@ "command": [ "env", "mpiexec=$mpiexec", "$build_dir/Overlap/eddy_graph.sh", "1", - "$PWD/Inst_eddies_5" + "$PWD/Inst_eddies_5_anti" ] } ] diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json index aa796b27..017cfffe 100644 --- a/Overlap/Tests/short_tests.json +++ b/Overlap/Tests/short_tests.json @@ -190,7 +190,7 @@ "-n", "1", "$build_dir/Overlap/test_overlap", - "$PWD/Inst_eddies_5" + "$PWD/Inst_eddies_5_anti" ] ] }, @@ -327,7 +327,7 @@ "-n", "1", "$build_dir/Overlap/test_overlap", - "$PWD/Inst_eddies_5" + "$PWD/Inst_eddies_5_anti" ] ] }, -- GitLab