aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Removed spurious testsuite output file.tradke2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@194 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* New timelevel indexingallen2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@193 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@192 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Replaced old testsuite (which produced NaN's at the boundaries)tradke2001-05-07
| | | | | | | by new one which uses radiation boundary conditions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@191 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed a bug when reading the file version from a Cactus checkpoint file.tradke2001-05-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@190 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* CCTK_FILEVERSIONallen2001-05-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@189 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* CCTK_FILEVERSIONallen2001-05-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@188 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Explicitly cast a 'const char *' pointer to 'void *' otherwise T3E's C ↵tradke2001-05-04
| | | | | | compile won't eat it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@187 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Removed grid::domain from the list of parameters that thorn IOFlexIO uses.tradke2001-05-03
| | | | | | | This closes PR CactusPUGHIO-IOFlexIO 650. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@186 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Checkpoint the current timelevel and all others except the eldesttradke2001-04-22
| | | | | | | (in case there's more than just one). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@185 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Add the Cactus version as an attribute to the global attributes group.tradke2001-04-19
| | | | | | | | | | | This is also used during recovery to distinguish checkpoint and data files which were created before/after the recent changes to the timelevel naming scheme. This fixes PR IOFlexIO-620. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@184 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Changing timelevel used for IO.allen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@183 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Set the IO::out_fileinfo parameter to "none" to omit file info outputtradke2001-03-26
| | | | | | | to testsuite output files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@182 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Write file information to output files only if IO::out_fileinfo is set.tradke2001-03-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@181 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Use the new parameter IO::out_fileinfo.tradke2001-03-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@180 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Updated documentation for IOFlexIO.tradke2001-03-26
| | | | | | | | | | | The documentation.tex file now also describes the IEEEIO file layout used by IOFlexIO and how to import external data into Cactus. The CreateIOFlexIOdatafile.c example serves as a template C source to build a converter program for IEEEIO files which can be fed back into Cactus. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@179 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Added string attributes 'parameter file' and 'creation date' to the outputtradke2001-03-21
| | | | | | | | | files. These should help identifying your datafiles later on. Also fixed couple of gcc compiler warnings. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@178 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* CCTK_CHAR -> CCTK_BYTEallen2001-02-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@177 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed a bug setting the origin attribute.tradke2001-02-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@176 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Updated checkpoint file. The old one did contain nans in the cornerstradke2001-02-15
| | | | | | | of the grid. This caused the testsuite to fail on DEC Alphas. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@175 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Check return code of file close operation.tradke2001-01-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@174 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Use Hyperslab.h instead of hardcoded PughSlab.hallen2000-12-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@173 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Inherit from implementation FlexIO rather than checking for it to be compiledtradke2000-12-19
| | | | | | | in the makefile. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@171 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Adjusted recombiner makefile rules for the new location of the FlexIO package.tradke2000-12-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@170 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Changed external/IEEEIO to CactusExternal/FlexIOallen2000-12-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@169 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Removing now redundant "" on USES and EXTENDS and redundant {} blocks ongoodale2000-12-17
| | | | | | | | | USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@168 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Removing now redundant {} bocks on USES statements.goodale2000-12-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@167 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Adding missing descriptions to ranges.goodale2000-12-17
| | | | | | | | | Removing now redundant ranges from USES clauses. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@166 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Added PUGHReduce to ActiveThorns list.tradke2000-11-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@165 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Renewed checkpoint file after getting a warning when running the testsuite.tradke2000-10-13
| | | | | | | The name of "TIME::courant_time" changed into "TIME::courant_min_time". git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@164 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Use the C versions of the wavetoy thorns. Added grdoc.tradke2000-10-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@163 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixing bug which prevented 2D output via CCTK_OutputVarAs().tradke2000-10-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@162 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Included "CactusBase/IOUtil/src/ioutil_Utils.h".tradke2000-10-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@161 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Reactivated the termination checkpoint routine.tradke2000-10-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@160 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Using parameter 'IO::checkpoint_on_terminate'.tradke2000-10-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@159 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Removing prototypes for CCTK_MainLoopIndex since that is now overloadablegoodale2000-10-05
| | | | | | | | | and the definitions here conflict with the ones coming in from cctk.h. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@158 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Macro name changesallen2000-09-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@157 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Now the steerable checkpointing parameters are checked within the checkpointtradke2000-09-21
| | | | | | | routines. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@156 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Unconditionally schedule the checkpoint routines.tradke2000-09-21
| | | | | | | They check themselfs if they should do something. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@155 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Made IOFlexIO::checkpoint STEERABLE = ALWAYS.tradke2000-09-21
| | | | | | | Added BOOLEAN checkpoint_next "Checkpoint at next iteration" STEERABLE = ALWAYS. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@154 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Include ioutil_AdvertisedFiles.h and ioutil_CheckpointRecovery.htradke2000-09-21
| | | | | | | instead of ioGH.h. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@153 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* 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/CactusPUGHIO/IOFlexIO/trunk@152 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Removed ioGH.h from include list.tradke2000-09-21
| | | | | | | Removed unneccessary parameter parsing at STARTUP. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@151 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Remove the checkpoint file after successful recoverytradke2000-09-18
| | | | | | | if 'IO::recover_and_remove = "yes"'. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@150 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Use the new 'IO::recover_and_remove' parameter.tradke2000-09-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@149 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Removed MPIO.h from the include list since it is not needed (yet).tradke2000-09-11
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@148 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* IOFlexIO inherits from Hyperslab.tradke2000-09-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@147 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* IO method for 2D IEEEIO output now uses thorn hyperslab to extracttradke2000-09-01
| | | | | | | the slices. This fixes problems with the slice center indices. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@146 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Bugfix getting the dimensionality of the variable to output as 2D.tradke2000-08-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@145 ebee0441-1374-4afa-a3b5-247f3ba15b9a
* Fixed bug where the "global_size" attribute in 3D IEEEIO outputtradke2000-08-24
| | | | | | | | | contained the processor-local size of arrays. This should fix CactusPUGHIO-IOFlexIO/369. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@144 ebee0441-1374-4afa-a3b5-247f3ba15b9a