From 7226c816db395efc5bb4aebf4dd40f56f3ab543e Mon Sep 17 00:00:00 2001 From: Thomas Radke Date: Thu, 18 Jan 2007 10:01:00 +0000 Subject: CarpetIOHDF5: specify the number of processors to run testsuites Some of CarpetIOHDF5's testsuites produce CarpetIOASCII output files which format is always dependent on the number of processors used. In the newly added test.ccl configuration file this number is explicitely specified for running the testsuites successfully. darcs-hash:20070118100106-776a0-1317671e489dd815dafd7c4e376f9d5dcc45c552.gz --- Carpet/CarpetIOHDF5/test/test.ccl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Carpet/CarpetIOHDF5/test/test.ccl (limited to 'Carpet') diff --git a/Carpet/CarpetIOHDF5/test/test.ccl b/Carpet/CarpetIOHDF5/test/test.ccl new file mode 100644 index 000000000..71adcca98 --- /dev/null +++ b/Carpet/CarpetIOHDF5/test/test.ccl @@ -0,0 +1,15 @@ +TEST CarpetWaveToyRecover_test_1proc +{ + NPROCS 1 +} + +TEST CarpetWaveToyNewRecover_test_1proc +{ + NPROCS 1 +} + +TEST CarpetWaveToyRecover_test_4proc +{ + NPROCS 4 +} + -- cgit v1.2.3