Files
hdf5/fortran/testpar
Bill Wendling bb1d4e704f [svn-r4165]
Purpose:
    Bug Fixes
Description:
    If the system doesn't support modules, then the F9XMODFLAG would be
    empty. This would cause things like '.' and '../src' to be stranded
    on the compile line by themselves and the compiler would barf.

    Also, there needs to be a dependence between the thyperslab_wr
    program and the THDF5 module.
Solution:
    Put the code to generate the -{M,I,p}<directory> flags in the
    acsite.m4 file since it's not possible to check if a macro is empty
    and do substitution on it in the Makefiles.

    Put a dependency in the Makefile.in so that THDF5 will be made before
    the thyperslab_wr program.
Platforms tested:
    Linux
2001-07-09 16:22:08 -05:00
..
2000-11-01 12:40:25 -05:00
2001-07-09 16:22:08 -05:00
2000-12-13 14:21:52 -05:00
2000-10-30 16:03:18 -05:00
2000-12-13 14:21:52 -05:00
2001-06-27 17:06:59 -05:00