aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Quick fix for NEC SX-5. The inttypes.h header is non-standard,goodale2004-09-10
| | | | | | | | now we have the individual thorn configure scripts we should add detection of types. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@71 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Enclose HDF4-specific code in '#ifdef WITH_HDF4'.tradke2004-09-07
| | | | | | | | This closes PR CactusExternal/1841: "FlexIO utils won't compile --- blocks all utils from compiling". git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@70 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Bring development version in sync with stable version from /packages/FlexIO.tradke2004-08-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@68 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Include <inttypes.h> instead of <stdint.h> to get the int64_t type.tradke2004-06-28
| | | | | | | The latter header file doesn't exist under OSF. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@67 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Updates to fix 64 bit file offsets on RH9.jshalf2004-06-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@66 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Patch by Erik Schnetter: Include system headers before local headers,tradke2004-05-21
| | | | | | | so that #defines in local headers cannot confuse the system headers. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@65 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Added yet another name for Windows.goodale2004-05-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@64 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Changes for the Cray X-1goodale2004-04-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@62 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Correct template instantiation on sx-5.goodale2004-03-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@60 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Adding a stanza for SUPER-UX.goodale2004-03-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@59 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Adding a Darwin stanza so that we get ANSI C prototypes for thegoodale2004-03-29
| | | | | | | | extern "C" routines; without this the extern "C" stanzas did not work properly. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@58 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Swap the indices when comparing the grid dimensions with the HDF5schnetter2004-02-14
| | | | | | | dataspace dimensions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@56 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Set the time refinement factor correctly.schnetter2004-02-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@54 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Reverse the dimensions when reading from a >1D dataspace.tradke2004-01-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@53 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Need to explicitely set the terminating NUL character when reading in atradke2004-01-07
| | | | | | | string attribute. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@52 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Fixed handling of string attributes. These are treated as HDF5 native stringstradke2004-01-07
| | | | | | | now rather than arrays of chars. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@51 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Removed typecast to non-const pointer in call to H5Awrite() (also it didn'ttradke2003-07-23
| | | | | | | | compile on the Hitachi). This bug in the HDF5 API has been fixed in recent versions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@49 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Changed comment lines such as '//**** some comment' into '// **** some comment'tradke2003-07-21
| | | | | | | so that the SUN preprocessor doesn't choke on it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@48 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Always return a defined return code in H5IOcounter().tradke2003-07-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@47 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Sync with cvs.cactuscode.org:/packages/FlexIO.tradke2003-07-16
| | | | | | | | Mainly adding debug statements. One important fix for AMRwriter.cc to get the min_ext[] and grid_placement_refinement[] attributes right again. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@46 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Fixed a bug in dataspace creation: dims[] must be given with highest ↵tradke2003-07-10
| | | | | | dimension first. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@45 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Added a couple more source files to be compiled into the FlexIO librarytradke2003-07-03
| | | | | | | to make life for Carpet users easier. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@43 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Doubled the buffer size to read in an attribute's name.tradke2003-06-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@42 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Changed build rule for ioconvert to also add HDF5 support if available.tradke2003-06-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@41 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Changed the name template for datasets into 'H5IO-Dataset%09u'tradke2003-06-19
| | | | | | | | so that datasets appear in the same (ie. alphabetical) order as their indices when browsing through an HDF5 file. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@40 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Commented out debug messages.tradke2003-06-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@39 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Added utility programs' dependency on libFlexIO.a.tradke2003-06-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@38 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Compile the HDF5 part of FlexIO (H5IO.cc) directly into the thorn librarytradke2003-06-17
| | | | | | | if HDF5 is available for this configuration. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@37 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Added ioconvert to the utility programs to be build from FlexIO.tradke2003-06-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@36 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Fixed code compilation without HDF4 support.tradke2003-06-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@35 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Also support HDF5 as input/output file format.tradke2003-06-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@34 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Fixed a delete statement. This closes PR CactusExternal/1395.tradke2003-02-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@33 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Support for the Fujitsu compiler.tradke2001-12-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@26 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Set CXXFLAGS for GNU compiler on SGI.tradke2001-12-16
| | | | | | | Closes PR external/570. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@25 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Added ionfo as a Cactus utility program. It can be build bytradke2001-12-07
| | | | | | | | | make <configname>-utils Closes CactusExternal/854. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@24 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Portland Group compiler needs '-tused' for proper template instantiation.tradke2001-08-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@21 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Bugfix for opening/closing files: only try to get the number of datasetstradke2001-06-11
| | | | | | | | | | | | from a successfully opened file; only close successfully opened files. Fixed some more gcc warnings. Also putting in Werner's recent changes to the development repository version for passing const pointers. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@20 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Putting in Werner's recent changes to the development repository versiontradke2001-06-11
| | | | | | | for passing const pointers. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@19 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* gcc warnings fixed.tradke2001-05-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@18 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Pass const pointers into all write routines.tradke2001-05-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@17 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Pass a 'const void *data' pointer into IOwriteAttribute().tradke2001-05-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@16 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Renamed 'index' parameter into 'idx' to prevent compiler warningstradke2001-03-21
| | | | | | | about hiding index(3). git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@14 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Defined FFIO in the CXXFLAGS on T3E.tradke2001-02-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@13 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Added -tall to CXXFLAGS if OSF's native compiler is used.allen2001-01-17
| | | | | | | This fixes template instantiation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@12 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Adding template instantiation flag for solaris 2.7.goodale2000-12-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@10 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Added -DIEEEIO_EXPORTS to the CFLAGS for compiling under Windows.tradke2000-10-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@9 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Add IEEEIO_API to class definition.tradke2000-10-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@8 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Put an "extern "C"" around C function prototypes.tradke2000-09-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@7 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Renamed John's Makefile into Makefile.standalone.tradke2000-09-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@6 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Thorn FlexIO replacing thorn IEEEIOtradke2000-09-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@4 21a6bef8-4479-4f54-8f8d-0db94a2919ef