From 648e70e863202e6a58b3e34cc9e236fbde647af6 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Fri, 6 Jun 2003 14:30:28 -0500 Subject: [svn-r6987] Purpose: Improvement Description: CHanged test dataset dimension sizes to (120, 240) so that it can be tested with nprocs equal to 1, 2, 3, 4, 5, 6, 8, ... Less restrictive than before. Platforms tested: only in CU since this is a pretty trivial change. Misc. update: --- fortran/testpar/thdf5.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fortran/testpar/thdf5.f90 b/fortran/testpar/thdf5.f90 index abb5797..7aa46f5 100644 --- a/fortran/testpar/thdf5.f90 +++ b/fortran/testpar/thdf5.f90 @@ -20,7 +20,7 @@ ! Dataset dimensions - INTEGER, PARAMETER :: DIM1 = 64, & - DIM2 = 128 + INTEGER, PARAMETER :: DIM1 = 120, & + DIM2 = 240 END MODULE THDF5 -- cgit v0.12