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 --- Carpet/CarpetEvolutionMask/test/test.ccl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Carpet/CarpetEvolutionMask/test/test.ccl (limited to 'Carpet/CarpetEvolutionMask') diff --git a/Carpet/CarpetEvolutionMask/test/test.ccl b/Carpet/CarpetEvolutionMask/test/test.ccl new file mode 100644 index 000000000..ec6c9e301 --- /dev/null +++ b/Carpet/CarpetEvolutionMask/test/test.ccl @@ -0,0 +1,9 @@ +TEST CarpetEvolutionMask_test +{ + NPROCS 1 +} + +TEST CarpetEvolutionMask_test_off +{ + NPROCS 1 +} -- cgit v1.2.3