aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Be backwards compatible for group type codes when reading old checkpoint files.schnetter2003-10-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@295 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed a problem with checkpointing of grid scalars.tradke2003-10-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@294 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@293 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed a problem with recovering small distributed grid arraystradke2003-10-24
| | | | | | | which have zero size on some processors. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@292 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fix for recovery of grid scalars: compare their dimension against 0.tradke2003-10-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@291 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
| | | | | | | Extend routines to handle the new type. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@290 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* 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/IOFlexIO/trunk@289 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed prototype for the hyperslab conversion function parameter totradke2003-09-01
| | | | | | | Hyperslab_DefineGlobalMappingByIndex() / Hyperslab_DefineLocalMappingByIndex(). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@288 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Include CoordBase in the ActiveThorns list.tradke2003-08-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@287 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed typo in parameter name.tradke2003-08-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@286 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed small memory leak in parameter recovery. Found by Ed Evans.tradke2003-08-06
| | | | | | | This closes PR CactusPUGHIO/1578. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@285 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed a bug for unchunked output with multiple processors.tradke2003-08-01
| | | | | | | This closes CactusPUGHIO/1577. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@284 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Change to CCTK_MaxTimeLevelsallen2003-07-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@283 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Use CCTK_GroupStorageIncrease() to get the number of active timelevels fortradke2003-07-14
| | | | | | | checkpointing. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@282 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Better wording in warning message which is issued if the reduction operationtradke2003-07-14
| | | | | | | | failed while dumping the value of a grid scalar during a multiprocessor run. This closes BetaThorns/1564. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@281 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Checkpoint active timelevels only. This closes PR BetaThorns/1564.tradke2003-07-14
| | | | | | | | Currently the number of active timelevels is determined by calling PUGH_NumTimeLevels() because there is no such flesh counterpart. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@280 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fix for checkpointing grid arrays which don't have any points on a processor.tradke2003-06-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@279 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed argument types for hyperslab function aliases.tradke2003-05-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@278 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Support for new aliased function specification format.rideout2003-05-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@277 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed testsuite output file due to small change in IOASCII gnuplot output styletradke2003-03-31
| | | | | | | (removed a blank line). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@276 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Removed an ugly artefact where a union was used to convert a 'const cGH*'tradke2003-03-10
| | | | | | | | pointer into 'cGH *' which was required by the old flesh's reduction API. This API has been fixed now. You need to update the flesh for this. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@275 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Updated aliased function descriptions.rideout2003-02-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@274 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed wrong GH extension name ("IOHDF5" instead of "IOFlexIO").tradke2003-02-11
| | | | | | | | This caused termination checkpoints not being created. Closes PR CactusPUGHIO/1383. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@273 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Added SYS_INC_DIRS to the compile command line for utility programs.tradke2003-02-10
| | | | | | | This closes PR CactusPUGHIO/1391. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@272 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* New checkpoint file without the old deprecated I/O parameters.tradke2003-01-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@271 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed testsuite parameters according to CactusWave/WaveToyC/test/test_rad.par.tradke2003-01-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@270 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Removed old deprecated I/O parameters.tradke2003-01-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@269 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed compiler warnings for non-MPI configurations.tradke2003-01-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@268 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* 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/IOFlexIO/trunk@267 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* 2D IOFlexIO output routines were still using the old hyperslab API.tradke2002-11-06
| | | | | | | Now they are using the "Hyperslab_*" function aliases. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@266 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* 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/IOFlexIO/trunk@265 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Use the "Hyperslab_*" function aliases.tradke2002-11-06
| | | | | | | You must also update CactusPUGH/PUGHSlab now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@264 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* During checkpointing, also check individual timelevels if they have storagetradke2002-09-04
| | | | | | | assigned. This closes PR BetaThorns/1224. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@263 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* For filereader: report the restored variables also with default setting fortradke2002-07-05
| | | | | | | IO::verbose. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@262 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Also print the iteration number of a recovered variable.tradke2002-07-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@261 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Extended the routine registered as IOFlexIO's filereader to select variablestradke2002-07-01
| | | | | | | | with a specific iteration number (see IOUtil's thorn documentation for an example). You must also update thorn IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@260 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Add the "Cactus version" attribute to a datafile indicating that variablestradke2002-06-27
| | | | | | | | | | with multiple timelevels should be read in following the new timelevel scheme. Thanks to Ken Smith for pointing this out. This closes PR Documentation/1107. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@259 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed wrong CCTK_FILEVERSION string.tradke2002-06-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@258 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Changed the warnings about deprecated I/O parameters.tradke2002-06-07
| | | | | | | They are depreciated in BETA12 (not BETA13). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@256 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed a bug in checking the out_vars string for 2D output.tradke2002-06-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@255 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Added email addresses of author(s)/maintainer(s) of this thorn.tradke2002-06-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@254 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* changing the documentation.tex files to use our cactus style fileikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@253 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Added missing include file.tradke2002-05-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@252 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Added missing header include <string.h>.tradke2002-05-28
| | | | | | | This closes PR CactusPUGHIO/1070. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@251 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Give a description and an example on how to use option strings to specifytradke2002-05-28
| | | | | | | | a hyperslab selection and the output frequency for individual variables. Also added some smaller fixes in the thorn documentation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@250 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* 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/IOFlexIO/trunk@249 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* 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/IOFlexIO/trunk@248 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Bugfix in checking when to do output for a variable.tradke2002-05-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@247 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Another bugfix in checking for output of complex variables.tradke2002-05-23
| | | | | | | This potentially fixes PR CactusExternal/1057. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@246 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Bugfix in checking for complex variables.tradke2002-05-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@245 ebee0441-1374-4afa-a3b5-247f3ba15b9a