From 7e5352548a6aa9659c3ed904d9a4ba048f35cc67 Mon Sep 17 00:00:00 2001 From: Thomas Radke Date: Thu, 18 Jan 2007 11:55:00 +0000 Subject: 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 --- CarpetExtra/CarpetIntegrateTest/test/test.ccl | 9 +++++++++ CarpetExtra/CarpetRegridTest/test/test.ccl | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 CarpetExtra/CarpetIntegrateTest/test/test.ccl create mode 100644 CarpetExtra/CarpetRegridTest/test/test.ccl (limited to 'CarpetExtra') 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 +} -- cgit v1.2.3