Skip to content

Commit

Permalink
Removed some of the comments concerning 64-bit systems. The
Browse files Browse the repository at this point in the history
NXhandle structure is so much larger in the HDF5 version that it
is now redundant (or may need revisiting)

Ray


git-svn-id: https://svn.nexusformat.org/code/trunk@201 ff5d1e40-2be0-497f-93bd-dc18237bd3c7
  • Loading branch information
NeXus Developers authored and nexus committed Sep 15, 2002
1 parent 6bfbcb0 commit f6a62a9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.FORTRAN90
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,9 @@ provided there is no overflow.
--- Compatibility Issues ---

This version has been tested on Alpha/VMS, Windows NT, Linux, and Mac
OS X (using Absoft Pro Fortran 90). We are aware of a problem that
affects Digital Unix, and other systems with 64-bit pointers. The
derived type NXstack defined in NXmodule.f90 should be equivalent to
the iStack C struct defined in NAPI.C, which contains two 32-bit
pointers, iRefDir and iTagDir. If the local operating system uses
64-bit pointers, add two extra 4-byte integers as padding to the
beginning of the NXstack definition. In the latest version of the API
(v 1.3.1), the Fortran 90 code does not require access to the internal
details of the NXhandle structure.
OS X (using Absoft Pro Fortran 90). In the latest versions of the API
(after v 1.3.1), the Fortran 90 code does not require access to the
internal details of the NXhandle structure.

--- Running the Examples ---

Expand Down

0 comments on commit f6a62a9

Please sign in to comment.