From d2b85ec9f1d9dd6e21dd4fbb59720232d32d4a63 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 19 Aug 2004 20:00:57 -0500 Subject: [svn-r9124] Purpose: Maintenance Description: Added PGI Fortran support for Linux64 systems (x86_64) Solution: Platforms tested: AMD Opteron box at AMD Sunnyvale and verbena with PGI and gcc compilers. Misc. update: --- fortran/src/H5f90i.h | 14 ++++++++++++++ release_docs/RELEASE.txt | 3 +++ 2 files changed, 17 insertions(+) diff --git a/fortran/src/H5f90i.h b/fortran/src/H5f90i.h index 2cb439b..3f747c0 100644 --- a/fortran/src/H5f90i.h +++ b/fortran/src/H5f90i.h @@ -87,6 +87,20 @@ typedef float real_f; #endif /*LINUX*/ +/* LINUX64 definitions */ +#if defined __x86_64__ + +typedef char *_fcd; +typedef long long hsize_t_f; +typedef long long hssize_t_f; +typedef int size_t_f; +typedef int int_f; +typedef int hid_t_f; +typedef float real_f; +#define FNAME_POST_UNDERSCORE +#define _fcdtocp(desc) (desc) +#endif /*LINUX64*/ + /* IA64 LINUX definitions */ #if defined __ia64 diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9b6ebcd..0e50532 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -122,6 +122,7 @@ New Features Fortran Library: ---------------- + - added new functions h5fget_name_f and h5fget_filesize_f EIP 2004/07/08 - h5dwrite/read_f and h5awrite/read_f functions only accept dims parameter @@ -151,6 +152,8 @@ New Features Support for new platforms, languages and compilers. ======================================= + - PGI Fortran compiler is supported on Linux64 systems (x86_64) + EIP - 2004/08/19 - Absoft compiler f95 v9.0 supported on Linux 2.4 EIP - 2004/07/29 - HDF5 Fortran APIs are supported on Mac OSX with IBM XL Fortran -- cgit v0.12