aboutsummaryrefslogtreecommitdiff
path: root/src/DumpGH.c
Commit message (Expand)AuthorAge
* IOFlexIO: Adapt to the new parsing API in IOUtilHEADsvnmasterschnetter2009-12-05
* Don't remove an initial data checkpoint file if IO::checkpoint_keep is set totradke2005-11-16
* Added necessary logic to implement IO::checkpoint_keep as steerable parameter.tradke2005-06-10
* Use CCTK_BYTE instead of CCTK_CHAR.schnetter2005-01-29
* Add missing #include <stddef.h> and #include <stdio.h> statements.schnetter2004-12-30
* Use the new routine IOUtil_AssembleFilename() to generate filenames fortradke2004-06-30
* When looping over all groups for checkpointing: skip groups with no variablestradke2003-11-24
* For checkpointing: set the with_ghostzones flag in the ioRequest structure to...tradke2003-11-17
* Use CCTK_GroupStorageIncrease() to get the number of active timelevels fortradke2003-07-14
* Checkpoint active timelevels only. This closes PR BetaThorns/1564.tradke2003-07-14
* Fix for checkpointing grid arrays which don't have any points on a processor.tradke2003-06-27
* Fixed wrong GH extension name ("IOHDF5" instead of "IOFlexIO").tradke2003-02-11
* Including "Hyperslab.h" isn't neccessary anymore since we are using functiontradke2002-11-06
* During checkpointing, also check individual timelevels if they have storagetradke2002-09-04
* Allow the 'out_every' option in option strings to set the output frequencytradke2002-05-28
* Save the iteration number of the last checkpoint and don't dump a terminationtradke2002-05-21
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
* Switched IOFlexIO to use the new Hyperslabbing API for outputting arbitrarytradke2002-04-26
* Tidying up the code to make it consistent with the structure in IOHDF5.tradke2002-04-17
* For checkpoint files, save all parameters (not just the ones which have beentradke2002-03-05
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
* Unlink an existing file before renaming a temporary cp file to it.tradke2001-06-22
* Fixed a bug in my latest commit.tradke2001-05-18
* Before checkpointing, synchronize only those groups which have storage assigned.tradke2001-05-18
* For multiple timelevels, do not checkpoint the oldest.tradke2001-05-10
* Checkpoint all timelevels from 0 up to NumTimeLevels() - 1.tradke2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Explicitly cast a 'const char *' pointer to 'void *' otherwise T3E's C compil...tradke2001-05-04
* Checkpoint the current timelevel and all others except the eldesttradke2001-04-22
* Add the Cactus version as an attribute to the global attributes group.tradke2001-04-19
* Changing timelevel used for IO.allen2001-04-18
* Added string attributes 'parameter file' and 'creation date' to the outputtradke2001-03-21
* Reactivated the termination checkpoint routine.tradke2000-10-05
* Removing prototypes for CCTK_MainLoopIndex since that is now overloadablegoodale2000-10-05
* Now the steerable checkpointing parameters are checked within the checkpointtradke2000-09-21
* Include ioutil_AdvertisedFiles.h and ioutil_CheckpointRecovery.htradke2000-09-21
* Fixed the timer stuff for checkpointing/recovery which now is organizedtradke2000-06-29
* Using the SetMainLoopIndex() and MainLoopIndex() from CCTK because PUGH'stradke2000-06-27
* Switching order of ".chkpt" and ".it_<iteration>" suffixes in outputtradke2000-04-28
* Changed names of PUGH functions to be uniform. Now all PUGH functionsgoodale2000-04-19
* Sync only variables of active implementations.tradke2000-04-19
* Several things which I missed to commit individually but rather do it intradke2000-04-18
* Output and cp/recovery for arrays of arbitrary size and dimstradke2000-03-27
* More stuff for cp/recovery.tradke2000-03-14
* Changed return type of CCTK_ParameterWalk().tradke2000-02-21
* Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they areallen2000-02-05
* Final fixes for wrong function namesallen2000-02-03
* Fixed prototype problem identified by the washu indies, and fixed a coupleallen2000-02-03
* New function and structure namesallen2000-02-03
* Fixed compiler warnings for assigning const char * to char *tradke2000-02-01