aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* IOPanda: Adapt to the new parsing API in IOUtilHEADsvnmasterschnetter2009-12-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@88 38c3d835-c875-442e-b0fe-21c19ce1d001
* Include Licence in READMEknarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@84 38c3d835-c875-442e-b0fe-21c19ce1d001
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@83 38c3d835-c875-442e-b0fe-21c19ce1d001
* use correct latex package in documentationknarf2009-01-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@82 38c3d835-c875-442e-b0fe-21c19ce1d001
* Make only optional use of aliased function Coord_GroupSystem().tradke2006-10-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@81 38c3d835-c875-442e-b0fe-21c19ce1d001
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@80 38c3d835-c875-442e-b0fe-21c19ce1d001
* Fixed small memory when using Util_snprintf().tradke2005-07-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@77 38c3d835-c875-442e-b0fe-21c19ce1d001
* Use CCTK_BYTE instead of CCTK_CHAR.schnetter2005-01-29
| | | | | | | | Add support for CCTK_INT1. CCTK_BYTE as UCHAR instead of CHAR. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@76 38c3d835-c875-442e-b0fe-21c19ce1d001
* Adding missing copyright files to all thorns and making themgoodale2004-11-02
| | | | | | | consistent. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@74 38c3d835-c875-442e-b0fe-21c19ce1d001
* Yet more ugliness to get this compiling again on sx-5.goodale2004-09-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@73 38c3d835-c875-442e-b0fe-21c19ce1d001
* Ugly code to make this compile on SX-5 with latest flexio.goodale2004-09-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@72 38c3d835-c875-442e-b0fe-21c19ce1d001
* Add missing prototype.schnetter2004-06-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@71 38c3d835-c875-442e-b0fe-21c19ce1d001
* After setup, do an initial I/O parameter parsing and warn/stop on parsing errorstradke2004-06-09
| | | | | | | | (depending on IO::strict_io_parameter_check). You will also need to update CactusBase/IOUtil. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@70 38c3d835-c875-442e-b0fe-21c19ce1d001
* Use IO::strict_io_parameter_check.tradke2004-06-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@69 38c3d835-c875-442e-b0fe-21c19ce1d001
* Include "util_Table.h".tradke2004-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@67 38c3d835-c875-442e-b0fe-21c19ce1d001
* Use aliased function Coord_GroupSystem().tradke2004-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@66 38c3d835-c875-442e-b0fe-21c19ce1d001
* Remove calls to deprecated CCTK_Coord*() routines and use aliased functionstradke2004-05-08
| | | | | | | from CoordBase instead. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@65 38c3d835-c875-442e-b0fe-21c19ce1d001
* Fixed prototype for Hyperslab_Get().tradke2004-05-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@64 38c3d835-c875-442e-b0fe-21c19ce1d001
* Inherit from IO.tradke2004-04-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@63 38c3d835-c875-442e-b0fe-21c19ce1d001
* IOPanda doesn't need to inherit from Hyperslab anymore.tradke2004-04-24
| | | | | | | | | | Instead it REQUIRES the hyperslab functions to be provided. In configuration.ccl, IOPanda now REQUIRES IOUtil rather than inheriting from IO. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@62 38c3d835-c875-442e-b0fe-21c19ce1d001
* Corrections from Dylan/Jimallen2004-03-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@60 38c3d835-c875-442e-b0fe-21c19ce1d001
* 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/CactusPUGHIO/IOPanda/trunk@59 38c3d835-c875-442e-b0fe-21c19ce1d001
* Renamed some aliased hyperslab functions to comply with the maximum lengthtradke2004-01-22
| | | | | | | | | | | | | | for names of Fortran routines (31 characters): Hyperslab_DefineGlobalMappingByPhys -> Hyperslab_GlobalMappingByPhys Hyperslab_DefineGlobalMappingByIndex -> Hyperslab_GlobalMappingByIndex Hyperslab_DefineLocalMappingByPhys -> Hyperslab_LocalMappingByPhys Hyperslab_DefineLocalMappingByIndex -> Hyperslab_LocalMappingByIndex Also renamed the providing functions accordingly. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@58 38c3d835-c875-442e-b0fe-21c19ce1d001
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@57 38c3d835-c875-442e-b0fe-21c19ce1d001
* PUGHIO* thorns now require the thorns they depend upon (PUGH, IOHDF5Util,tradke2003-09-04
| | | | | | | FlexIO) to be compiled in and activated. No need to inherit from them anymore. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@56 38c3d835-c875-442e-b0fe-21c19ce1d001
* Fixed typo in aliased function declaration.tradke2003-09-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@55 38c3d835-c875-442e-b0fe-21c19ce1d001
* Fixed prototype for the hyperslab conversion function parameter totradke2003-09-01
| | | | | | | Hyperslab_DefineGlobalMappingByIndex() / Hyperslab_DefineLocalMappingByIndex(). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@54 38c3d835-c875-442e-b0fe-21c19ce1d001
* Change to CCTK_MaxTimeLevelsallen2003-07-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@53 38c3d835-c875-442e-b0fe-21c19ce1d001
* Fixed argument types for hyperslab function aliases.tradke2003-05-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@52 38c3d835-c875-442e-b0fe-21c19ce1d001
* Support for new aliased function specification format.rideout2003-05-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@51 38c3d835-c875-442e-b0fe-21c19ce1d001
* Fixed old parameter setting 'IOPanda::outdir'.tradke2003-04-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@50 38c3d835-c875-442e-b0fe-21c19ce1d001
* Fixed function alias declarations according to the new semantics.tradke2003-02-27
| | | | | | | This closes PR CactusPUGHIO-1414. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@49 38c3d835-c875-442e-b0fe-21c19ce1d001
* Copy string parameter pointer into local variable before modifying it.tradke2003-01-22
| | | | | | | This closes PR CactusPUGHIO/1363. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@48 38c3d835-c875-442e-b0fe-21c19ce1d001
* Pass the cGH pointer as a CCTK_POINTER_TO_CONST.tradke2002-11-12
| | | | | | | You will need to update the flesh also. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@47 38c3d835-c875-442e-b0fe-21c19ce1d001
* Including "Hyperslab.h" isn't neccessary anymore since we are using functiontradke2002-11-06
| | | | | | | aliases now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@46 38c3d835-c875-442e-b0fe-21c19ce1d001
* Use the "Hyperslab_*" function aliases.tradke2002-11-06
| | | | | | | You must also update CactusPUGH/PUGHSlab now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@45 38c3d835-c875-442e-b0fe-21c19ce1d001
* Fixed a potential bug in determine_overlap(). This closes PR CactusPUGHIO/1143.tradke2002-07-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@44 38c3d835-c875-442e-b0fe-21c19ce1d001
* Fixed wrong contents in README. This closes PR CactusPUGHIO/1144.tradke2002-07-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@43 38c3d835-c875-442e-b0fe-21c19ce1d001
* Added email addresses of author(s)/maintainer(s) of this thorn.tradke2002-06-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@41 38c3d835-c875-442e-b0fe-21c19ce1d001
* changing the documentation.tex files to use our cactus style fileikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@40 38c3d835-c875-442e-b0fe-21c19ce1d001
* Don't include <malloc.h> which isn't there under MacOS X and also doesn't seemtradke2002-06-03
| | | | | | | to be needed. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@39 38c3d835-c875-442e-b0fe-21c19ce1d001
* Allow the 'out_every' option in option strings to set the output frequencytradke2002-05-28
| | | | | | | | | | | | for individual variables. Allow hyperslab options 'origin', 'direction', 'extent', and 'downsample' in option strings to specify hyperslab selections for individual variables. You also need to update CactusBase/IOUtil now. See the thornguide for a description and an example. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@38 38c3d835-c875-442e-b0fe-21c19ce1d001
* Make use of Tom's extensions to parameter declarations:tradke2002-05-27
| | | | | | | USE some_parameter AS alias. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@37 38c3d835-c875-442e-b0fe-21c19ce1d001
* Another bugfix in checking for output of complex variables.tradke2002-05-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@36 38c3d835-c875-442e-b0fe-21c19ce1d001
* Bugfix in checking for complex variables.tradke2002-05-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@35 38c3d835-c875-442e-b0fe-21c19ce1d001
* Moving check for PUGH and MPI to a dependency, so the check is done aftergoodale2002-05-17
| | | | | | | | | a new make.thornlist is created. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@34 38c3d835-c875-442e-b0fe-21c19ce1d001
* Include header file <stdlib.h>. This closes PR CactusPUGHIO/1020.tradke2002-05-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@33 38c3d835-c875-442e-b0fe-21c19ce1d001
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
| | | | | | | | | You must also update thorn IOUtil now. This thorn will be moved from BetaThorns to CactusPUGHIO now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@32 38c3d835-c875-442e-b0fe-21c19ce1d001
* Switched IOPanda to use the new Hyperslabbing API for outputting arbitrarytradke2002-04-26
| | | | | | | | hyperslabs. You must update thorn CactusBase/IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@31 38c3d835-c875-442e-b0fe-21c19ce1d001
* Removed unused parameters inherited from IO.tradke2002-04-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@30 38c3d835-c875-442e-b0fe-21c19ce1d001