summaryrefslogtreecommitdiff
path: root/src/IO
Commit message (Collapse)AuthorAge
* Add I/O timers to Cactus flesheschnett2012-05-08
| | | | | | | Add timers for each I/O method in the flesh. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4816 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Rename routine CCTK_IOMethod to CCTK_IOMethodName, since it returnsschnetter2009-12-05
| | | | | | | | | | the name of the I/O method, not an IOMethod structure. Add a new routine CCTK_IOMethod which returns a pointer to the IOMethod structure describing the I/O method. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4588 17b73243-c579-4c4c-a9d2-2d5706c11dac
* added missing include file "util_String.h"tradke2008-10-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4509 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Make a copy of the I/O method name string when registering a new I/Oschnetter2008-09-06
| | | | | | | method. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4503 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Return the documented error indicating values.schnetter2005-05-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4047 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Remove empty filesschnetter2004-04-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3636 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add CVS headerschnetter2004-04-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3635 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3446 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Putting semicolons at the end of CCTK_FILEVERSIONs.goodale2002-11-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3029 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fortran wrappers for CCTK_OutputVar and CCTK_OutputVarAsallen2002-05-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2838 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fortran binding for CCTK_OutputVarallen2002-05-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2817 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed return code for CCTK_OutputGH() - now returns the total number of varstradke2001-12-30
| | | | | | | which were output by all I/O methods. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2548 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typo in grdocallen2001-12-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2542 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed return code evaluation of I/O methods' OutputGH() routines.tradke2001-12-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2535 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New function to return IO method name from handleallen2001-12-27
| | | | | | | const char *CCTK_IOMethod (int handle) git-svn-id: http://svn.cactuscode.org/flesh/trunk@2533 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding a const qualifier to the 'cGH *' argument of some flesh routinestradke2001-11-05
| | | | | | | | and for I/O method registration. You will also need to update the I/O thorns which I will commit changes to now. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2452 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing includes and fixed a couple of 'cast from const pointer' warnings.tradke2001-10-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2442 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Give a warning if an IOMethod isn't registeredallen2001-10-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2438 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added implementation information to the IOMethod structureallen2001-10-23
| | | | | | | | | | | Two new functions: const char *CCTK_IOMethodImplementation(int handle); int CCTK_NumIOMethods(void); git-svn-id: http://svn.cactuscode.org/flesh/trunk@2421 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Sync with local changes: some grdoc completion, removed spurios tabs.tradke2001-09-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2375 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Moving to new MACROS for fortran stringsallen2001-09-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2358 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed compiler warnings. Added grdoc.tradke2001-08-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2301 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2159 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing FILEVERSION stuffallen2001-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2148 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use OVERLOAD_INITIALISE instead of OVERLOAD_CHECKallen2001-02-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2061 17b73243-c579-4c4c-a9d2-2d5706c11dac
* grdoc, style-guidelines, ...goodale2000-10-05
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1854 17b73243-c579-4c4c-a9d2-2d5706c11dac
* SEtIOFunctions -> CCTKi_SetIOFunctionsallen2000-07-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1771 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New macros for fortran callsallen2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1637 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing ";" from end of CCTK_FILEVERSIONallen2000-04-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1609 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Compiler warningsallen2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1600 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing various warnings.goodale2000-04-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1596 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing rcsid warnings.tradke2000-04-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1578 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed last vestiges of rfr.goodale2000-04-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1554 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing compiler warning.goodale2000-03-07
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1440 17b73243-c579-4c4c-a9d2-2d5706c11dac
* #include to remove compiler warning.goodale2000-02-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1340 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changedtradke2000-02-01
| | | | | | | | | | | CCTK_ImpFromVarI CCTK_VarName CCTK_VarTypeName to return a const pointer which shouldn't be freed after usage. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1332 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed tabs from files.goodale1999-11-24
| | | | | | | | | Added @version lines to various header files. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1170 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed duplicate definition of a function.goodale1999-11-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1128 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Header file changesallen1999-10-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1044 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing position of error code for OutputVarByMethodallen1999-09-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@949 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding cactus header filesallen1999-09-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@931 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Include file name changes, fortran bindings for IOallen1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@831 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More names changesallen1999-07-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@780 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More subroutine name changesallen1999-07-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@778 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing some routine names.allen1999-07-24
| | | | | | | | | Internal functions are CCTKi_ Utility functions are Util_ git-svn-id: http://svn.cactuscode.org/flesh/trunk@777 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Include cctk_IO.h instead of IO.htradke1999-07-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@768 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Filled in CactusDefaultOutputVarAsByMethod().tradke1999-07-16
| | | | | | | | | | Added fortran binding for CCTK_OutputVarAsByMethod(). ), git-svn-id: http://svn.cactuscode.org/flesh/trunk@719 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New names for many of the Group functions which are used by infrastructureallen1999-07-08
| | | | | | | | | thorns and the flesh. The names should be more consistent now. You might want to hold of from this update for a little while until all the thorn changes are in. git-svn-id: http://svn.cactuscode.org/flesh/trunk@688 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing prototypes and data typesallen1999-07-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@612 17b73243-c579-4c4c-a9d2-2d5706c11dac
* SOme morejmasso1999-06-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@544 17b73243-c579-4c4c-a9d2-2d5706c11dac