hdf5/fortran/test
Elena Pourmal 2c924c0df1 [svn-r7062]
Purpose: Bug fix

Description: On Cray SV1 multi-driver test failed while closing
             access property list.
             This test creates a file using multi driver, writes
             dataset, closes the file; reopens the file and reads
             back data. At some point I commented out call to
             h5pget_access_plist_f, but forgot to comment out corresponding
             h5pclose_f.

Solution: removed comment on the  h5pget_access_plist_f subroutine.

Platforms tested: Cray SV1, copper with parallel, Winodws with VF, arabica.
                  There is some caveat left. I have a call to h5pget_fapl_multi_f
                  that follows h5pget_access_plist_f, it was also commented out.
                  This call works everywhere except Windows. Fortran part looks OK,
                  since my test program uses h5pget_fapl_multi_f before it closes the
                  file in the same test, and it works. Probably it is a library
                  bug that needs confirmation. For now I will leave second
                  h5pget_fapl_multi_f commented out.

Misc. update:
2003-06-18 16:21:51 -05:00
..
Dependencies
fflush1.f90
fflush2.f90
fortranlib_test.f90
Makefile.in [svn-r6996] Purpose: 2003-06-09 10:25:42 -05:00
t.c [svn-r6685] 2003-04-15 17:34:43 -05:00
t.h
tf.f90 [svn-r6685] 2003-04-15 17:34:43 -05:00
tH5A.f90
tH5D.f90
tH5E.f90
tH5F.f90 [svn-r7059] Purpose: 2003-06-18 15:52:54 -05:00
tH5G.f90
tH5I.f90 [svn-r6685] 2003-04-15 17:34:43 -05:00
tH5P.f90 [svn-r7062] 2003-06-18 16:21:51 -05:00
tH5R.f90
tH5S.f90
tH5Sselect.f90 [svn-r6950] Purpose: 2003-06-04 10:22:23 -05:00
tH5T.f90 [svn-r7031] 2003-06-12 17:54:05 -05:00
tH5VL.f90
tH5Z.f90 [svn-r6685] 2003-04-15 17:34:43 -05:00