diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2004-07-29 21:35:06 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2004-07-29 21:35:06 (GMT) |
commit | fab82e54da0648d6cbf7b770265819b04e70da1b (patch) | |
tree | 7aaae20bfc58147e75d1be9fa91fc58a13397b2b /release_docs | |
parent | 232e5f7366aab681d61107fc880af739893ff943 (diff) | |
download | hdf5-fab82e54da0648d6cbf7b770265819b04e70da1b.zip hdf5-fab82e54da0648d6cbf7b770265819b04e70da1b.tar.gz hdf5-fab82e54da0648d6cbf7b770265819b04e70da1b.tar.bz2 |
[svn-r8968] Purpose: Maintenance
Description: Added support for Absoft Fortran compiler
Solution: Modified configuration file to check which Fortran compiler is used
and set appropriate flags.
Platforms tested: verbena with pgf90 and Absoft f95 compilers.
Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index d7c0545..6fb2578 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -86,7 +86,8 @@ New Features Support for new platforms, languages and compilers. ======================================= - + - Absoft compiler f95 v9.0 is supported on Linux 2.4 32bit + EIP - 2004/07/29 - HDF5 Fortran APIs are supported on Mac OSX with IBM XL Fortran compiler version 8.1. This is a default compiler. - HDF5 Fortran APIs are supported on MAC OSX with Absoft F95 compiler @@ -206,6 +207,7 @@ Platforms Tested Intel(R) Fortran Compiler Version 7.1 PGI compilers (pgcc, pgf90, pgCC) version 5.0-2 MPIch 1.2.4 + Absoft Fortran compiler v9.0 Linux 2.4.20-8 gcc 3.3.2 PGI compilers (pgcc, pgf90, pgCC) version 5.0-2 MPIch 1.2.4 @@ -254,7 +256,8 @@ Platforms Tested MAC OS X Darwin 7.2 gcc and g++ Apple Computer, Inc. GCC version 1175, based on gcc version 3.3.2 - IBM XL Fortran version 8.1 Beta + IBM XL Fortran version 8.1 + Absoft Fortran compiler v8.2 @@ -405,7 +408,7 @@ Known Problems from the site: ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/hdf5-1.6.2/F90_source_for_Crays -* On some platforms that use Intel compilers to build HDF5 fortran library, +* On some platforms that use Intel and Absoft compilers to build HDF5 fortran library, compilation may fail for fortranlib_test.f90, fflush1.f90 and fflush2.f90 complaining about exit subroutine. Comment out the line IF (total_error .ne. 0) CALL exit (total_error) |