hdf5/fortran
Elena Pourmal 6182da8026 [svn-r3860]
Purpose:
    Windows port
Description:
    Multiple changes:
    *  Windows platforms require special compiler directives
       in order to create DLLs.
    *  In read/write subroutines data arrays were passed by descriptor.
       This worked on UNIX but did not work on Windows.
Solution:
    *  added compiler directives.
    *  read/write APIs have been changed. There is an additional
       parameter (array that contains the sizes of data buffer dimensions)
       and regular arrays are used instead of assumed-shaped arrays.
Platforms tested:
    * Currently this feature does not work. Common blocks are not exported correctly
      from one F90 module to another.
      I am checking this in so I can ask DEC for help.
    * For static library tests passed on Windows 98 ( except flush2_fortran)
      All tests passed on Linux, Solaris 2.7, O2K and T3E
2001-04-26 22:47:27 -05:00
..
bin
config [svn-r3814] Purpose: 2001-04-16 18:15:36 -05:00
examples [svn-r3374] Purpose: 2001-02-06 16:49:14 -05:00
src [svn-r3860] 2001-04-26 22:47:27 -05:00
test [svn-r3543] 2001-03-02 17:14:14 -05:00
testpar [svn-r3130] 2000-12-13 14:21:52 -05:00
acconfig.h
aclocal.m4
acsite.m4 [svn-r3298] Purpose: 2001-01-18 15:33:56 -05:00
configure [svn-r3807] Purpose: 2001-04-13 09:55:05 -05:00
configure.in [svn-r3807] Purpose: 2001-04-13 09:55:05 -05:00
Makefile.dist
Makefile.in [svn-r2782] Purpose: 2000-10-31 15:19:03 -05:00