aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Removed calls to IOUtil_RestartFromRecovery(). Now the recovery info is takentradke2002-04-15
| | | | | | | from IOUtil's GH extension. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@120 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Removed unused local variable.tradke2002-04-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@119 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Updated documentation.tradke2002-03-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@118 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Slightly more informative info messages.tradke2002-03-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@117 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Allow individual reductions on variables by parsing the options stringtradke2002-03-16
| | | | | | | | in the 'IOBasic::outScalar_vars' parameter. This closes PR CactusBase/895. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@116 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Added new parameter 'IOBasic::outdir' which depricates 'IOBasic::outdirScalar'.tradke2002-03-16
| | | | | | | This is to establish a set of IO parameters with common names. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@115 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed small memory leak.tradke2002-01-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@112 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed small memory leak.tradke2002-01-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@111 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed return code of I/O methods.tradke2001-12-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@110 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixing CCTK_FILEVERSION lineallen2001-12-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@109 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Updated some documentation.tradke2001-11-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@108 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Rename scalar output files to ".asc" or ".xg" if new filenaming scheme istradke2001-11-29
| | | | | | | | enabled. This closes PR CactusBase/847. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@107 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* For reduction output: use the reduction operator as a suffix in the resultingtradke2001-11-16
| | | | | | | | | output filename. Also fixed a potential bug in memory allocation. Closes PR CactusBase/IOBasic-836. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@106 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@105 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed const pointer issue in the advertised file structure.tradke2001-10-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@104 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixing ABR found by Purify.goodale2001-10-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@103 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Bugfix in info output.tradke2001-09-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@102 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Reduced number of info messages by putting all into one using Util_asprintf().tradke2001-09-05
| | | | | | | This closes PR CactusBase-IOASCII 777. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@101 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Adding more output for newverbose parameter on startup/steering:allen2001-08-26
| | | | | | | | | | - IO method registration - Directory used - Output every - Variables output git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@100 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Use IOUtil_CreateDirectory() to create output directories.tradke2001-08-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@99 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed a bug in triggered info output.tradke2001-08-07
| | | | | | | This closes PR CactusBase-753. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@98 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Some more documention on I/O methods provided by IOBasic.tradke2001-08-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@97 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* For info output, you can now specify the reduction values to print by settingtradke2001-08-01
| | | | | | | | | | | | | | IOBasic::outInfo_reductions or add an option string to the variable name in IOBasic::outInfo_vars. Scalar variables will be output by their value. The option string syntax is IOBasic::outInfo_vars = "var1[reductions=<minimum maximum>] var2" and might still change slightly in the future. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@96 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Added new parameter STRING outInfo_reductions "List of reductions to output as Itradke2001-08-01
| | | | | | | nfo to screen" STEERABLE = ALWAYS defaulting to "minimum maximum". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@95 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Initial implementation of newverbose parameter in IOBasic.allen2001-07-11
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@94 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Allow 'E', 'G', and 'g' as valid conversion specifiers in thetradke2001-07-09
| | | | | | | | IOBasic::out_format and IOASCII::out_format parameter. This closes PR CactusBase-IOASCII 734. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@93 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Adding output of the value of a scalar on processor 0. One day perhapsgoodale2001-06-16
| | | | | | | | | we'll have this get info from other procs too. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@92 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed problem with 'char * = const char *' assignment which didn't compiletradke2001-06-14
| | | | | | | on a T3E. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@91 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@89 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* CCTK_FILEVERSIONallen2001-05-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@88 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Omit the dotslash in advertised output filenames if output goes intotradke2001-04-05
| | | | | | | current directory. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@87 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Write file information to output files only if IO::out_fileinfo is set.tradke2001-03-26
| | | | | | | For testsuite parameter files such information should not be output. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@86 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Extended parameter IO::out_fileinfo by new keywordtradke2001-03-26
| | | | | | | "axis labels" :: "add axis labels information to output files" git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@85 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Forgot put the date into the "Created ..." comment.tradke2001-03-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@84 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Added the parameter filename, the creation date, and the axis labelstradke2001-03-19
| | | | | | | as comments at the top of the output files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@83 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Made the IOBasic::out_style parameter STEERABLE = ALWAYS.tradke2001-03-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@82 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Changed the out_style parameter from KEYWORD into STRING.tradke2001-03-19
| | | | | | | | | | | | | | It's got a nice regular expression as its range string, allowing you not only to specify which format to output (exponential or fixed) but also the precision. The default value is ".13f" complying with the former implementation of a hard-coded precision. No exisiting parameter files should be affected, you can still use "e" or "f". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@81 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Do not skip output if there are no variables to output. It will at least outputtradke2001-03-06
| | | | | | | | | the iteration number and time. This closes PR CactusBase-544. Also fixed gcc warnings and finished grdoc. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@80 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Function prototypesallen2001-02-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@79 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixing warningsallen2001-02-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@78 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Removing now redundant "" on USES and EXTENDS and redundant {} blocks ongoodale2000-12-17
| | | | | | | | | USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@76 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Completing parameter range descriptions and fixing a couple of formatting bugsallen2000-12-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@75 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Really evaluate the steerable parameter "IOBasic::outScalar_reductions".tradke2000-10-17
| | | | | | | Also use the new filename scheme for scalar output files if selected. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@74 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Using new parameter BOOLEAN new_filename_scheme.tradke2000-10-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@73 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Added new parameter STRING outScalar_reductions "List of reductions to ↵tradke2000-10-04
| | | | | | output into files" STEERABLE = ALWAYS which defaults to "minimum maximum norm1 norm2". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@72 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Macro name changesallen2000-09-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@71 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Include ioutil_AdvertisedFiles.h and ioutil_CheckpointRecovery.htradke2000-09-21
| | | | | | | instead of ioGH.h. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@70 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Removed ioGH.h from include list.tradke2000-09-21
| | | | | | | Use CCTK_TraverseString() to parse the output strings. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@69 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Removed ioGH.h from include list.tradke2000-09-21
| | | | | | | Removed unneccessary parameter parsing at STARTUP. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@68 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed syntax error from my latest commit.tradke2000-09-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@67 b589c3ab-70e8-4b4d-a09f-cba2dd200880