Exodus 8.24
|
Macros | |
#define | EX_WRITE 0x0001 |
#define | EX_READ 0x0002 |
#define | EX_NOCLOBBER 0x0004 |
#define | EX_CLOBBER 0x0008 |
#define | EX_NORMAL_MODEL 0x0010 |
#define | EX_64BIT_OFFSET 0x0020 |
#define | EX_LARGE_MODEL EX_64BIT_OFFSET |
#define | EX_64BIT_DATA 0x400000 |
#define | EX_NETCDF4 0x0040 |
#define | EX_NOSHARE 0x0080 |
#define | EX_SHARE 0x0100 |
#define | EX_NOCLASSIC 0x0200 |
#define | EX_DISKLESS 0x100000 |
#define | EX_MMAP 0x200000 |
#define | EX_MAPS_INT64_DB 0x0400 |
#define | EX_IDS_INT64_DB 0x0800 |
#define | EX_BULK_INT64_DB 0x1000 |
#define | EX_ALL_INT64_DB (EX_MAPS_INT64_DB | EX_IDS_INT64_DB | EX_BULK_INT64_DB) |
#define | EX_MAPS_INT64_API 0x2000 |
#define | EX_IDS_INT64_API 0x4000 |
#define | EX_BULK_INT64_API 0x8000 |
#define | EX_INQ_INT64_API 0x10000 |
#define | EX_ALL_INT64_API |
#define | EX_MPIIO 0x20000 |
#define | EX_MPIPOSIX 0x40000 |
#define | EX_PNETCDF 0x80000 |
#define EX_64BIT_DATA 0x400000 |
CDF-5 format: classic model but 64 bit dimensions and sizes
#define EX_64BIT_OFFSET 0x0020 |
enable mods that permit storage of larger models
#define EX_ALL_INT64_API |
All of the above...
#define EX_ALL_INT64_DB (EX_MAPS_INT64_DB | EX_IDS_INT64_DB | EX_BULK_INT64_DB) |
All of the above...
#define EX_BULK_INT64_API 0x8000 |
All integer bulk data (local indices, counts, maps); not ids
#define EX_BULK_INT64_DB 0x1000 |
All integer bulk data (local indices, counts, maps); not ids \
#define EX_CLOBBER 0x0008 |
Overwrite existing database if it exists
#define EX_DISKLESS 0x100000 |
Experimental
#define EX_IDS_INT64_API 0x4000 |
All entity ids (sets, blocks, maps) are int64_t values
#define EX_IDS_INT64_DB 0x0800 |
All entity ids (sets, blocks, maps) are int64_t values
#define EX_INQ_INT64_API 0x10000 |
Integers passed to/from ex_inquire() are int64_t
#define EX_LARGE_MODEL EX_64BIT_OFFSET |
enable mods that permit storage of larger models
#define EX_MAPS_INT64_API 0x2000 |
All maps (id, order, ...) store int64_t values
#define EX_MAPS_INT64_DB 0x0400 |
All maps (id, order, ...) store int64_t values
#define EX_MMAP 0x200000 |
Experimental
#define EX_MPIIO 0x20000 |
#define EX_MPIPOSIX 0x40000 |
#define EX_NETCDF4 0x0040 |
use the hdf5-based netcdf4 output
#define EX_NOCLASSIC 0x0200 |
Do not force netcdf to classic mode in netcdf4 mode
#define EX_NOCLOBBER 0x0004 |
Don't overwrite existing database, default
#define EX_NORMAL_MODEL 0x0010 |
disable mods that permit storage of larger models
#define EX_NOSHARE 0x0080 |
Do not open netcdf file in "share" mode
#define EX_PNETCDF 0x80000 |
#define EX_READ 0x0002 |
ex_open(): open file for reading (default)
#define EX_SHARE 0x0100 |
Do open netcdf file in "share" mode
#define EX_WRITE 0x0001 |
ex_open(): open existing file for appending.