aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-10-26 04:45:49 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-10-26 04:45:49 +0000
commit264d86a805094d26866db74aae895c5dbb11e421 (patch)
tree2b6922cf2c68828582bbd79c277a8c9f4779cc19 /test
parent5092172113a0002b5ca417d9162315291704724f (diff)
GRHydro: restrict Carpet based tests to 2 MPI processes
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@429 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'test')
-rw-r--r--test/test.ccl55
1 files changed, 55 insertions, 0 deletions
diff --git a/test/test.ccl b/test/test.ccl
index ed2ff2a..a711b00 100644
--- a/test/test.ccl
+++ b/test/test.ccl
@@ -5,3 +5,58 @@ TEST test_tov_carpet_refined_nosync
{
NPROCS 2
}
+
+TEST balsara1_1d
+{
+ NPROCS 2
+}
+
+TEST balsara1_2d
+{
+ NPROCS 2
+}
+
+TEST balsara2_1d
+{
+ NPROCS 2
+}
+
+TEST balsara2_2d
+{
+ NPROCS 2
+}
+
+TEST balsara3_1d
+{
+ NPROCS 2
+}
+
+TEST balsara3_2d
+{
+ NPROCS 2
+}
+
+TEST balsara4_1d
+{
+ NPROCS 2
+}
+
+TEST balsara4_2d
+{
+ NPROCS 2
+}
+
+TEST balsara5_1d
+{
+ NPROCS 2
+}
+
+TEST balsara5_2d
+{
+ NPROCS 2
+}
+
+TEST cylexp_tvd_mc2_hlle
+{
+ NPROCS 2
+}