aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Correct printf statementsHEADsvnmasterschnetter2009-09-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@100 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Abort if datasets could not be createdschnetter2009-09-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@99 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Correct linker callschnetter2009-09-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@98 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Use #include "" instead of #include <> to ensure that the correctschnetter2009-09-29
| | | | | | | include file is found git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@97 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Correct printf statementschnetter2009-09-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@96 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Update descriptionschnetter2009-09-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@95 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* fix utils by adding $(GENERAL_LIBRARIES) to link lineknarf2009-09-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@94 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* protect define from being redefined (__USE_BSD)knarf2009-08-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@93 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* define __USE_BSD so that caddr_t is definedknarf2009-02-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@92 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Include Licence in READMEknarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@88 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* fix data type char->intknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@87 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* cast inside sprintf to suppress warningknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@86 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@85 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* use correct latex package in documentationknarf2009-01-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@84 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Choose HDF5 1.6 API when compiled with HDF5 1.8.schnetter2008-01-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@83 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* don't use '-tused' flag for pgCC version 7tradke2007-08-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@82 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Remove binary which got imported into CVS accidentally.tradke2006-03-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@81 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@80 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Updates to give sensible results when crosscompiling for the SX-?goodale2005-10-05
| | | | | | | machines. Should do this for all architectures. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@78 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Add path to FlexIO includes.tradke2005-02-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@76 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Thorn library names are prefixed by $(CCTK_LIBNAME_PREFIX).tradke2005-02-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@75 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Set a makefile variable HAVE_FLEXIO to let other thorns (optionally using thetradke2004-12-21
| | | | | | | | capability 'FlexIO') know that it is available. This should be done automatically by the CST. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@74 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Adding missing copyright files to all thorns and making themgoodale2004-11-02
| | | | | | | consistent. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@72 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* 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
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
| | | | | | | | | | | | | | disappear as function aliasing will be updated to have aliased functions either be optional or required, as opposed to optional as they are at the moment. This will thus remove the configuration.ccl files which are merely there to ensure that certain aliased functions are actually provided. Also far more stuff will be done via function aliasing which should remove some more of these dependencies. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@57 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
* Export the HDF4 include files as well.schnetter2004-02-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@55 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
* Added FlexIO documentation in HTML format.tradke2003-08-06
| | | | | | | | Taken from the (almost forgotten) repository /afs/aei/cvsroot/IEEEIO/doc. Should be the same as on http://zeus.ncsa.uiuc.edu/~jshalf/FlexIO/. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@50 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
* Export FlexIO header files via the 'INCLUDE HEADER' mechanism.tradke2003-07-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@44 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