diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-02-05 00:39:05 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-02-05 00:39:05 (GMT) |
commit | 180fa10d64a3858da95a9015976161987e872374 (patch) | |
tree | b0f8409a0dadf2b6d3bd19db5343b6945ef1cff6 /RELEASE | |
parent | b62a5415911d396c815a3f52c541ca50b265f4df (diff) | |
download | hdf5-180fa10d64a3858da95a9015976161987e872374.zip hdf5-180fa10d64a3858da95a9015976161987e872374.tar.gz hdf5-180fa10d64a3858da95a9015976161987e872374.tar.bz2 |
[svn-r1058] Added a section of SUPPORTED PLATFORMS. Edited in a few platforms
that I know for sure.
Diffstat (limited to 'RELEASE')
-rw-r--r-- | RELEASE | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -361,8 +361,8 @@ This release has been tested on UNIX platforms only; specifically: Linux, FreedBSD, IRIX, Solaris & Dec UNIX. -Release information for parallel HDF5 -------------------------------------- + RELEASE INFORMATION FOR PARALLEL HDF5 + ------------------------------------- * Current release supports independent access to fixed dimension datasets only. @@ -385,3 +385,15 @@ Release information for parallel HDF5 support for file access via a communicator besides MPI_COMM_WORLD. support for collective access to datasets. support for independent create/open of datasets. + + + + PLATFORMS SUPPORTED + ------------------- + + Platform(OS) C-Compiler Fortran-Compiler + ------------ ---------- ---------------- + Sun4(Solaris 2.5) CC SC4.0 f77 SC4.0 + SGI (IRIX v6.5) CC 7.21 f77 7.21 + SGI-Origin(IRIX64 v6.4-n32) CC 7.2.1.2m f77 7.2.1.2m + SGI-Origin(IRIX64 v6.4-64) CC 7.2.1.2m f77 7.2.1.2m |