summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/hyper.f90
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2005-05-23 21:40:43 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2005-05-23 21:40:43 (GMT)
commit2e6769592db8bec18483820513ef671051a60a1c (patch)
tree399b12ce827e006f9ccd180a7c2f20cf5ef65ccb /fortran/testpar/hyper.f90
parent2b4e592fe8aed00fc6ea4c2391e8a6e4a7afb456 (diff)
downloadhdf5-2e6769592db8bec18483820513ef671051a60a1c.zip
hdf5-2e6769592db8bec18483820513ef671051a60a1c.tar.gz
hdf5-2e6769592db8bec18483820513ef671051a60a1c.tar.bz2
[svn-r10793] Purpose:
new fortran parallel test Description: added a test that writes and reads several datasets Solution: Platforms tested: linux (intel compiler, tungsten) AIX (copper) Misc. update:
Diffstat (limited to 'fortran/testpar/hyper.f90')
-rw-r--r--fortran/testpar/hyper.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/testpar/hyper.f90 b/fortran/testpar/hyper.f90
index d4e069d..a94a5c7 100644
--- a/fortran/testpar/hyper.f90
+++ b/fortran/testpar/hyper.f90
@@ -110,7 +110,7 @@ endif
! create the file collectively
!//////////////////////////////////////////////////////////
-call h5_fixname_f("parf", filename, fapl_id, hdferror)
+call h5_fixname_f("parf1", filename, fapl_id, hdferror)
call h5fcreate_f(filename, H5F_ACC_TRUNC_F, file_id, hdferror, access_prp = fapl_id)
call check("h5fcreate_f", hdferror, nerrors)