aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Correct function signatureHEADmastereschnett2011-01-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@184 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* make outScalar_style steerable at recovery, as proposed by Luca Baiotti and ↵knarf2010-09-28
| | | | | | agreed on also by Erik Schnetter and Frank Loeffler git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@181 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* fixed small typotradke2009-04-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@178 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Include Licence in READMEknarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@174 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@173 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* use correct latex package, typoknarf2009-01-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@172 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Move the specification of testsuite options into a test.ccl file.tradke2006-03-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@171 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Make it a level 1 instead of a level 5 warning if IOBasic cannot get aschnetter2005-11-14
| | | | | | | | | | local interpolator handle, so that people see it. Suggest in the warning that the user should activate thorn LocalReduce. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@170 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* commits to change IOBasic to use the new reduction interface. This breaks ↵yye002005-11-01
| | | | | | the testsuite for testcomplex because of a new reduction scheme for complex numbers. WaveToy1DF77 also fails with inconsistency, failing at 3,7 processors with varying files and differences between them. Currently investigating these failurse in detail. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@169 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@168 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@167 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Correct email address of Cactus maintainers.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@166 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Add the rangetradke2005-06-20
| | | | | | | | | | | | "axis labels" :: "add axis labels information to output files" to IO::out_fileinfo in IOUtil instead of extending the parameter in (multiple) other thorns. This closes Cactus/1946: "Illegal keyword parameter values are accepted". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@163 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Use CCTK_BYTE instead of CCTK_CHAR.schnetter2005-01-29
| | | | | | | | Dispatch on the types in a switch statement instead of an if/else if cascade. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@162 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Add missing #include <stdio.h> statementschnetter2004-12-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@161 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Use aliased function IO_TruncateOutputFiles() to check whether or nottradke2004-11-17
| | | | | | | | to truncate existing output files. You must also update CactusBase/IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@160 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* assert fixyye002004-08-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@158 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Enclose regex string in double quotes.tradke2004-06-24
| | | | | | | This closes Compiler/1788: "Regular express is not quoted in param.ccl of IOBasic". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@157 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* After setup, do an initial I/O parameter parsing and warn/stop on parsing errorstradke2004-06-09
| | | | | | | | (depending on IO::strict_io_parameter_check). You will also need to update CactusBase/IOUtil. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@156 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Use IO::strict_io_parameter_check.tradke2004-06-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@155 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Use the "requires thorns" mechanism to ensure that all required thornsschnetter2004-06-08
| | | | | | | | are activated. A better solution is planned to be available in beta 16. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@154 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Document how to get IOScalar reduction output for individual grid variables.tradke2004-05-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@152 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Inherit from IO.tradke2004-04-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@151 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
| | | | | | | | | | | | | | disappear as function aliasing will be updated to have aliased functions either be optional or required, as opposed to optional as they are at the moment. This will thus remove the configuration.ccl files which are merely there to ensure that certain aliased functions are actually provided. Also far more stuff will be done via function aliasing which should remove some more of these dependencies. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@149 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Option strings are enclosed in curly braces.tradke2004-03-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@148 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Add mechanism to select output by coordinate time.schnetter2004-01-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@147 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fix some typos.rideout2003-12-03
| | | | | | | Correct @calls listing for IOBasic_WriteScalarGS. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@146 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Correct inter-thorn dependencies.schnetter2003-11-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@145 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* 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/CactusBase/IOBasic/trunk@144 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* In IOBasic_ScalarOutputGH(), check only once whether steerable parameterstradke2003-08-22
| | | | | | | | have changed. This closes PR Cactus/1585. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@143 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Output the field for the iteration number with a length sufficient for 6 digits.tradke2003-05-28
| | | | | | | This closes PR CactusBase/1516. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@142 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Added routine IOBasic_OutputVarAs() for unconditional output of variablestradke2003-03-10
| | | | | | | using the "Scalar" I/O method. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@141 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* 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/CactusBase/IOBasic/trunk@140 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Removed old deprecated I/O parameters.tradke2003-01-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@139 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Copy pointer to string parameter into local variable before modifying it.tradke2003-01-07
| | | | | | | | This prevents future problems when string parameter pointer will be made read-only. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@138 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Initialize counters for how often to do output.tradke2003-01-06
| | | | | | | This closes PR CactusBase-1237. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@137 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* PUGHReduce provides reduction operators.rideout2002-09-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@136 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* 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/CactusBase/IOBasic/trunk@134 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Added email addresses of author(s)/maintainer(s) of this thorn.tradke2002-06-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@133 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* using style fileikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@132 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Extensions provided by IOBasic suitable for testingallen2002-05-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@131 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Updated the example on how to use option strings to specify reductions fortradke2002-05-27
| | | | | | | individual variables. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@130 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Use key/value tables to parse option strings in the IOBasic::out*_varstradke2002-05-27
| | | | | | | | | | parameter. The only allowed option is "reductions = 'reduction list'". Note that the syntax for specifying reductions for individual variables slightly changed (see the thorn documentation for details). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@129 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* 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/CactusBase/IOBasic/trunk@128 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed a bug for triggering info output.tradke2002-05-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@127 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Restrict maximum output precision in IOBasci::out_format to 19 digits.tradke2002-05-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@126 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
| | | | | | | You must also update thorn IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@125 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed bug in choosing between decimal and exponential notation for info output.tradke2002-05-02
| | | | | | | Also fixed the maximum absolute value to be printed in decimal notation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@123 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Bugfix in parameter evaluation: if IOBasic::out*_every was set to 0 it wouldtradke2002-04-19
| | | | | | | default to IO::out_every (instead of disabling IOBasic output). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@122 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Get the reduction result for Info output on every processor (because everytradke2002-04-15
| | | | | | | | processor does print it). This fixes a problem with uninitialized memory on the Alphas. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@121 b589c3ab-70e8-4b4d-a09f-cba2dd200880