Go to file
Bill Wendling 7927acd7f3 [svn-r6739] Purpose:
Bug Fix

Description:
    H5FC was failing on Copper (IBM P690). The reason: the xlf compiler
    needs files to end in .f in stead of .f90. If you have .f90 files,
    you need the "-qsuffix=f=f90" flag defined. This was defined for
    compiling things via the "-c" option (to object files) but not for
    straight compilation of a file.

    I also noticed that the directory modules were being extracted from
    was "." and "../src". H5FC would find these alright when doing a
    "make check-install" but if Suzie User were to try this, it might
    fail for her. Suzie would have to specify explicitly where to grab
    these files.

Solution:
    The solution to the problem was a bit more involved. I added a new
    variable called "F9XSUFFIXFLAG" which is set to this value if the
    machine needs it.

    Added new variable called "FSEARCH_DIRS" which can be set to the
    directories to find modules during compilation. The H5FC script knows
    where to find the correct modules (it's in the lib/ directory), so it
    uses the F9XMODFLAG to find them and not the FSEARCH_DIRS flag.

Platforms tested:
    Modi4 (Fortran & Parallel)
    Verbena (Fortran) C++ not needed since this is Fortran-only fix
    Arabica (Fortran)
    Copper (Fortran)

    Ran "make install" and "make check-install" afterwards...

Misc. update:
2003-04-23 14:25:58 -05:00
bin [svn-r6692] Purpose: 2003-04-16 16:11:45 -05:00
c++ [svn-r6732] Purpose: 2003-04-22 17:52:25 -05:00
config [svn-r6682] 2003-04-15 17:25:50 -05:00
doc [svn-r6705] 2003-04-17 16:06:07 -05:00
examples
fortran [svn-r6739] Purpose: 2003-04-23 14:25:58 -05:00
hl/tools/gif2h5 [svn-r6540] Purpose: 2003-03-31 13:04:52 -05:00
pablo [svn-r6537] Purpose: 2003-03-31 12:44:34 -05:00
perform [svn-r6612] Purpose: 2003-04-08 21:35:36 -05:00
release_docs [svn-r6737] Purpose: 2003-04-23 09:38:06 -05:00
src [svn-r6738] Purpose: 2003-04-23 09:57:38 -05:00
test [svn-r6730] 2003-04-22 11:23:42 -05:00
testpar [svn-r6718] Purpose: 2003-04-19 21:10:15 -05:00
tools [svn-r6736] Purpose: 2003-04-23 00:59:21 -05:00
windows [svn-r6723] Purpose: 2003-04-21 17:30:02 -05:00
.autom4te.cfg [svn-r6378] Purpose: 2003-02-06 17:06:35 -05:00
aclocal.m4
configure [svn-r6643] Snapshot version 1.5 release 50 2003-04-12 04:30:10 -05:00
configure.in [svn-r6643] Snapshot version 1.5 release 50 2003-04-12 04:30:10 -05:00
COPYING [svn-r6403] Purpose: 2003-02-14 14:58:07 -05:00
Makefile.dist
Makefile.in [svn-r6732] Purpose: 2003-04-22 17:52:25 -05:00
MANIFEST [svn-r6715] Purpose: 2003-04-18 08:34:08 -05:00
README.txt [svn-r6643] Snapshot version 1.5 release 50 2003-04-12 04:30:10 -05:00

HDF5 version 1.5.51 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is almost fully functional for the entire API defined in the
documentation, see the RELEASE.txt file in this directory for information
specific to this release of the library.  The INSTALL file contains
instructions on compiling and installing the library.  The INSTALL_parallel
file contains instructions on installing the parallel version of the
library.  The INSTALL* files can be found in the release_docs/ directory.

Documentation for this release is in the html directory.  Start with the
"index.html" in that directory.

Four mailing lists are currently set up for use with the HDF5
library.

   hdf5         - For general discussion of the HDF5 library with
		  other users.

   hdf5dev      - For discussion of the HDF5 library development
		  with developers and other interested parties.

   hdf5announce - For announcements of HDF5 related developments,
		  not a discussion list.

   hdf5cvs      - For checkin notices of code development on the library,
		  not a discussion list.

To subscribe to a list, send mail to "majordomo@ncsa.uiuc.edu",
with "subscribe <list>" in the _body_, not the Subject, of the message.
E.g., subscribe hdf5 

Messages to be sent to the list should be sent to "<list>@ncsa.uiuc.edu".

Nearly daily code snapshots are now being provided at the following URL:
    ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the readme file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdf.ncsa.uiuc.edu/HDF5/

Bugs should be reported to hdfhelp@ncsa.uiuc.edu.