aboutsummaryrefslogtreecommitdiff
path: root/src
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
* 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
* 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
* 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
* Include "util_Table.h".tradke2004-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@67 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
* 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 to CCTK_MaxTimeLevelsallen2003-07-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@53 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
* 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
* 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
* 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
* Code cleanup before moving into production mode.tradke2002-04-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@29 38c3d835-c875-442e-b0fe-21c19ce1d001
* Fixed return codes of I/O methods.tradke2001-12-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@28 38c3d835-c875-442e-b0fe-21c19ce1d001
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@27 38c3d835-c875-442e-b0fe-21c19ce1d001
* Added file info and fixed couple of compiler warnings.tradke2001-05-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@25 38c3d835-c875-442e-b0fe-21c19ce1d001
* Fixed include path to FlexIO headers.tradke2001-05-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@24 38c3d835-c875-442e-b0fe-21c19ce1d001
* Timelevel indexingallen2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@23 38c3d835-c875-442e-b0fe-21c19ce1d001
* Changing timelevel index used for IOallen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@22 38c3d835-c875-442e-b0fe-21c19ce1d001
* CCTK_CHAR -> CCTK_BYTE and LOGICAL -> BOOLEANallen2001-03-11
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@21 38c3d835-c875-442e-b0fe-21c19ce1d001
* Made it compiling with KCC on the Hitachi SR8000.tradke2000-10-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@18 38c3d835-c875-442e-b0fe-21c19ce1d001
* Made it compiling with Kai C++ compiler on Hitachi SR8000.tradke2000-10-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@17 38c3d835-c875-442e-b0fe-21c19ce1d001
* Turning C++ comment into C comment.tradke2000-10-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@16 38c3d835-c875-442e-b0fe-21c19ce1d001
* Fixed dependency checking for MPI.tradke2000-09-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@15 38c3d835-c875-442e-b0fe-21c19ce1d001
* Adding chunk attributes to output files.tradke2000-09-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@14 38c3d835-c875-442e-b0fe-21c19ce1d001
* Fixed the usual datatype problems on T3E.tradke2000-09-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@13 38c3d835-c875-442e-b0fe-21c19ce1d001
* Removing compiler flag settings used for FlexIO.tradke2000-09-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@12 38c3d835-c875-442e-b0fe-21c19ce1d001
* Brought Panda stuff up-to-date with current IO interface.tradke2000-09-29
| | | | | | | Tested under Linux so far. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@11 38c3d835-c875-442e-b0fe-21c19ce1d001
* Beta 8 name changesallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@10 38c3d835-c875-442e-b0fe-21c19ce1d001
* CCTK_mkdir -> CCTK_CreateDirectroyallen2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@8 38c3d835-c875-442e-b0fe-21c19ce1d001
* Bringing IOPanda to a more up-to-date state.tradke2000-04-28
| | | | | | | Still developmental. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@7 38c3d835-c875-442e-b0fe-21c19ce1d001
* cctk_arguments -> cctk_Argumentsallen2000-01-27
| | | | | | | cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@6 38c3d835-c875-442e-b0fe-21c19ce1d001
* Adding cctk_DefineThorn.h which is no longer included in cctk.hallen1999-11-06
| | | | | | | Will only compile with Beta 5 release of flesh git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@5 38c3d835-c875-442e-b0fe-21c19ce1d001
* Changing way of deciding if IEEEIO is in thorn listallen1999-10-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@4 38c3d835-c875-442e-b0fe-21c19ce1d001
* Added Jonghyun's IOPanda thorn.tradke1999-10-05
Tested on O2K, needs porting/testing on other architectures. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@2 38c3d835-c875-442e-b0fe-21c19ce1d001