(CGNS Documentation Home Page)
(Steering Committee Charter)
(Overview and Entry-Level Document)
(A User's Guide to CGNS)
(Mid-Level Library)
(Standard Interface Data Structures)
(SIDS File Mapping Manual)
(CGIO Manual)
(Parallel CGNS User's Guide)
(ADF Implementation)
(HDF5 Implementation)
(Python Implementation)
(CGNS Tools and Utilities)
(Introduction)
(The ADF Software Library)
(Glossary of Terms)
(History of ADF Version Releases)
(File System Architectures)
(File Version Control Numbering)
(Design Considerations)
(Conventions and Implementations)
(Error Messages)
(Default Values and Limits)
(Database-Level Routines)
(Data Structure and Management Routines)
(Data Query Routines)
(Data I/O Routines)
(Miscellaneous Routines)
(Sample Fortran Program)
(Sample C Program)
ADF File System Architectures
The following platform architectures have been tested and used both for
functionality testing of the ADF core software libraries and for testing
and running the prototype.
| Release |
| Machine |
| OS Version |
| Native Format
|
---|
| A01 |
| Cray |
| Unicos 8.0 |
| Unicos 8.0 |
|
| A01 |
| SGI/IRIS |
| 4.0.5 |
| IEEE Big Endian |
|
| B01 |
| HP |
| 9.05 |
| IEEE Big Endian |
|
| B01 |
| SGI/IRIS |
| 5.03 |
| IEEE Little Endian |
|
| C00 |
| Intel Paragon |
| - |
| IEEE Little Endian |
|
| C00 |
| Dec Alpha |
| - |
| IEEE Little Endian |
|
| C00 |
| SGI/IRIS |
| 6.2 |
| IEEE Big Endian |
|
| C00 |
| Cray T90 |
| Unicos 9.02 |
| Cray Format |
|
[In the table, "Endian" refers to the ordering of bytes in a multi-byte
number.
Big endian is a computer architecture in which, within a given
multi-byte numeric representation, the most significant byte has the
lowest address (the word is stored "big-end-first").
Little endian is a computer architecture in which, within a given 16- or
32-bit word, bytes at lower addresses have lower significance (the word
is stored "little-end-first").]