aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2007-01-18 11:55:00 +0000
committerThomas Radke <tradke@aei.mpg.de>2007-01-18 11:55:00 +0000
commit7e5352548a6aa9659c3ed904d9a4ba048f35cc67 (patch)
tree077c92a796b1c0ead31134bcf1e2908b350dd77f /CarpetExtra
parent7226c816db395efc5bb4aebf4dd40f56f3ab543e (diff)
Carpet*/test: specify the number of processors to run testsuites
Some testsuites in the thorns listed above have CarpetIOASCII output files that were generated on a specific number of processors; tell the testsuite script that these testsuites should be run only on that number of processors. darcs-hash:20070118115525-776a0-d385bb56c7d17e00ad6ef2af805093f968e7c620.gz
Diffstat (limited to 'CarpetExtra')
-rw-r--r--CarpetExtra/CarpetIntegrateTest/test/test.ccl9
-rw-r--r--CarpetExtra/CarpetRegridTest/test/test.ccl4
2 files changed, 13 insertions, 0 deletions
diff --git a/CarpetExtra/CarpetIntegrateTest/test/test.ccl b/CarpetExtra/CarpetIntegrateTest/test/test.ccl
new file mode 100644
index 000000000..7d6609b6e
--- /dev/null
+++ b/CarpetExtra/CarpetIntegrateTest/test/test.ccl
@@ -0,0 +1,9 @@
+TEST carpetintegrate
+{
+ NPROCS 1
+}
+
+TEST carpetintegrate-linear
+{
+ NPROCS 1
+}
diff --git a/CarpetExtra/CarpetRegridTest/test/test.ccl b/CarpetExtra/CarpetRegridTest/test/test.ccl
new file mode 100644
index 000000000..4288c10a9
--- /dev/null
+++ b/CarpetExtra/CarpetRegridTest/test/test.ccl
@@ -0,0 +1,4 @@
+TEST regrid
+{
+ NPROCS 1
+}