aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fixed a bug for triggering info output.tradke2002-05-24
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
* Fixed bug in choosing between decimal and exponential notation for info output.tradke2002-05-02
* Bugfix in parameter evaluation: if IOBasic::out*_every was set to 0 it wouldtradke2002-04-19
* Get the reduction result for Info output on every processor (because everytradke2002-04-15
* Removed calls to IOUtil_RestartFromRecovery(). Now the recovery info is takentradke2002-04-15
* Removed unused local variable.tradke2002-04-09
* Slightly more informative info messages.tradke2002-03-16
* Allow individual reductions on variables by parsing the options stringtradke2002-03-16
* Fixed small memory leak.tradke2002-01-18
* Fixed small memory leak.tradke2002-01-18
* Fixed return code of I/O methods.tradke2001-12-28
* Fixing CCTK_FILEVERSION lineallen2001-12-19
* Rename scalar output files to ".asc" or ".xg" if new filenaming scheme istradke2001-11-29
* For reduction output: use the reduction operator as a suffix in the resultingtradke2001-11-16
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
* Fixed const pointer issue in the advertised file structure.tradke2001-10-30
* Fixing ABR found by Purify.goodale2001-10-10
* Bugfix in info output.tradke2001-09-12
* Reduced number of info messages by putting all into one using Util_asprintf().tradke2001-09-05
* Adding more output for newverbose parameter on startup/steering:allen2001-08-26
* Use IOUtil_CreateDirectory() to create output directories.tradke2001-08-10
* Fixed a bug in triggered info output.tradke2001-08-07
* For info output, you can now specify the reduction values to print by settingtradke2001-08-01
* Initial implementation of newverbose parameter in IOBasic.allen2001-07-11
* Adding output of the value of a scalar on processor 0. One day perhapsgoodale2001-06-16
* Fixed problem with 'char * = const char *' assignment which didn't compiletradke2001-06-14
* Making rcsid strings constant - PR 669.goodale2001-05-10
* CCTK_FILEVERSIONallen2001-05-06
* Omit the dotslash in advertised output filenames if output goes intotradke2001-04-05
* Write file information to output files only if IO::out_fileinfo is set.tradke2001-03-26
* Forgot put the date into the "Created ..." comment.tradke2001-03-19
* Added the parameter filename, the creation date, and the axis labelstradke2001-03-19
* Do not skip output if there are no variables to output. It will at least outputtradke2001-03-06
* Function prototypesallen2001-02-25
* Fixing warningsallen2001-02-24
* Really evaluate the steerable parameter "IOBasic::outScalar_reductions".tradke2000-10-17
* Macro name changesallen2000-09-22
* Include ioutil_AdvertisedFiles.h and ioutil_CheckpointRecovery.htradke2000-09-21
* Removed ioGH.h from include list.tradke2000-09-21
* Removed ioGH.h from include list.tradke2000-09-21
* Fixed syntax error from my latest commit.tradke2000-09-18
* Give a more explanatory warning message if output for a given variabletradke2000-09-18
* Fixed wrong Info output (BR CactusBase-408).tradke2000-07-26
* Only output scalar's if their values have been successfullyallen2000-07-19
* Tidying and ParseVarsForOutput -> CCTK_ParseVarsForOutputallen2000-07-12
* Tidyingallen2000-07-12
* ParseVarsForOutput -> IOUtil_ParseVarsForOutputallen2000-07-12
* Advertise output files.tradke2000-05-26
* Changed CreateDirectoryallen2000-05-10