summaryrefslogtreecommitdiffstats
path: root/testpar/t_posix_compliant.c
diff options
context:
space:
mode:
authorChristian Chilan <chilan@hdfgroup.org>2009-04-17 01:34:17 (GMT)
committerChristian Chilan <chilan@hdfgroup.org>2009-04-17 01:34:17 (GMT)
commitae8e8d9378afb42762133102cf60f46877b334eb (patch)
tree543d176c23a61441ed12fcebb648261ecaa426f0 /testpar/t_posix_compliant.c
parent004b4c4dff2d97533cbae048bc19fd8400845bd0 (diff)
downloadhdf5-ae8e8d9378afb42762133102cf60f46877b334eb.zip
hdf5-ae8e8d9378afb42762133102cf60f46877b334eb.tar.gz
hdf5-ae8e8d9378afb42762133102cf60f46877b334eb.tar.bz2
[svn-r16771] Modified parallel tests so they can run with arbitrary number of processors.
Tested on jam and abe.
Diffstat (limited to 'testpar/t_posix_compliant.c')
-rw-r--r--testpar/t_posix_compliant.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/t_posix_compliant.c b/testpar/t_posix_compliant.c
index 1be3e99..af0e6bc 100644
--- a/testpar/t_posix_compliant.c
+++ b/testpar/t_posix_compliant.c
@@ -819,11 +819,11 @@ main(int argc, char* argv[])
if(write_size == 0)
{
- lb = 1024;
+ lb = 16*numprocs*sizeof(int);
/* 1MB MPIO-IO overlapping is failing in copper. Lower it now pending
permenant fix for copper.*/
/* ub = 1024*1024;*/
- ub = 1024*512;
+ ub = lb*128;
inc = 4;
}
else