aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Give a more explanatory warning message if output for a given variabletradke2000-09-18
| | | | | | | was already done. Increased warning level to 5. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@66 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed wrong Info output (BR CactusBase-408).tradke2000-07-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@64 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Only output scalar's if their values have been successfullyallen2000-07-19
| | | | | | | calculated git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@63 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Tidying and ParseVarsForOutput -> CCTK_ParseVarsForOutputallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@62 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Tidyingallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@61 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* ParseVarsForOutput -> IOUtil_ParseVarsForOutputallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@60 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Advertise output files.tradke2000-05-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@58 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Changed CreateDirectoryallen2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@57 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* New macros for calling C from fortranallen2000-05-10
| | | | | | | CCTK_mkdir -> CCTK_CreateDirectory git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@56 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Give level 2 warning if output dir already exists, level 1 warning if ittradke2000-04-28
| | | | | | | couldn't be created. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@55 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* adding fflush to OutputInfolanfer2000-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@53 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Using stat(2) rather than access(2) to check for already exisiting outputtradke2000-04-18
| | | | | | | files. This should work now for both Unix and NT. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@52 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Include <unistd.h> after <cctk.h>.tradke2000-04-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@51 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* #ifdef HAVE_UNISTD_H around #include <unistd.h>tradke2000-04-13
| | | | | | | Thanks Tom. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@50 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* After successful recovery, already existing output files are openedtradke2000-04-12
| | | | | | | | | | | in append mode (and not truncated as it was before) to keep the old data. Note that there may exist multiple data entries for the same timestep now if the restart from recovery is earlier than the last timestep of the output. You'll see that in gnuplot and xgraph as a straight line. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@49 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Don't register any IO method if IOUtil wasn't activated.tradke2000-04-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@48 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Schedule IOBasic_Startup after IOUtil_Startup.tradke2000-04-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@47 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Get the result of reductions only on processor 0 which is doing the info output.tradke2000-03-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@46 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* changing to exponential notation for big numbers, no %g bc. that appears to ↵lanfer2000-03-28
| | | | | | be difficult to control git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@45 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* better error message if reduction failedlanfer2000-03-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@44 b589c3ab-70e8-4b4d-a09f-cba2dd200880