From bc2b8862c95a52d28f462751ca707cb60a5f1af0 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Thu, 8 Sep 2005 17:11:44 -0500 Subject: [svn-r11377] Purpose: Support collective chunk IO for the upcoming 1.6.5 release Description: The maximum number of parallel tests should increase to 40. Solution: Platforms tested: AIX 5.1(32bit and 64bit) Linux 2.4(heping)-mpich 1.2.6 Linux 2.4(NCSA teragrid) -mpich 1.2.5 Altrix(cobalt) IRIX 6.5- c compiler version 7.4.3(NCAR SGI) Linux 2.4(tune) - CMPI 2.1.0 Misc. update: --- test/testframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testframe.c b/test/testframe.c index bc7778c..5a1c7de 100644 --- a/test/testframe.c +++ b/test/testframe.c @@ -25,7 +25,7 @@ /* * Definitions for the testing structure. */ -#define MAXNUMOFTESTS 30 +#define MAXNUMOFTESTS 40 #define MAXTESTNAME 16 #define MAXTESTDESC 64 -- cgit v0.12