summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
* Add processor number to warnings (Cactus/635)allen2001-05-07
| | | | | | | | | Tidying of warnings given by warnings routines Always give full information for a terminal warning git-svn-id: http://svn.cactuscode.org/flesh/trunk@2154 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added more schedule bins to printing off schedule and timersallen2001-05-06
| | | | | | | Cactus/627 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2150 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed my last CCTK_FILEVERSION commit for datestamp which was wrongallen2001-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2149 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
* Fix for text in schedule printout during startupallen2001-05-05
| | | | | | | Cactus/661 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2146 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check for invalid group/variable indices/names.tradke2001-05-04
| | | | | | | This closes PR Cactus 659. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2143 17b73243-c579-4c4c-a9d2-2d5706c11dac
* In CCTK_SyncGroupsI(), changed an 'int *' parameter into a 'const int *'.tradke2001-05-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2142 17b73243-c579-4c4c-a9d2-2d5706c11dac
* In CCTK_VWarn(), check if the parameter 'cactus::cctk_full_warnings' wastradke2001-05-04
| | | | | | | | | already created and thus can be used. If not created it is assumed to be zero. This closes PR Cactus 656. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2141 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Made return of CCTK_TerminateNext void as per spec.goodale2001-05-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2140 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New header file containing prototypes of CCTK termination routines.tradke2001-04-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2134 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing semicolons to T3E version of FORTSTRING_CREATE macros.tradke2001-04-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2133 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check for invalid group index in CCTK_GroupTypeI().tradke2001-04-21
| | | | | | | Fixed nasty warning about discarding const qualifier from pointer target type. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2132 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Report error/warning level changes with an info message rather than a warning.tradke2001-04-20
| | | | | | | | | This fixes the problem where the code terminated immediately after decreasing the error level to 1. Also fixed compiler warnings, formatted the code, completed grdoc. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2131 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing prototypes for CCTKi_ routines.tradke2001-04-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2130 17b73243-c579-4c4c-a9d2-2d5706c11dac
* For error/warning messages, put the variable/group name in quotes.tradke2001-04-20
| | | | | | | | | In CCTK_TraverseString(): check for special token 'all' before trying the get the index of a group or variable of that name. This closes PR CactusBase-621. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2129 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed bug when printing warning message in CCTKi_ExtractSize().tradke2001-04-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2128 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding macro to get index for a 4D grid functionallen2001-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2127 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing schedule tree print statements to contain changes to calling order.allen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2124 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Error checkingallen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2123 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check for array size parameters given by their fullname in CCTKi_ExtractSize().tradke2001-04-18
| | | | | | | | | | | | | | | | Also check if these parameters are of type INTEGER. This close PR Cactus-608. Restored the original warning level 2 for non-existing groups in CCTK_GroupIndex(). This routine is now bypassed by CCTKi_SetupGroup() so that no such warnings appear anymore at startup. Also smoothed the code in this file a bit, fixed most compiler warnings, deleted depricated routine CCTK_OldGroupData(), and added/completed grdoc (at least return type descriptions). Uffz. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2119 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cactus/586allen2001-04-15
| | | | | | | | Added ValidateModifiers routine to check that while option in the schedule file uses a CCTK_INT grid variable git-svn-id: http://svn.cactuscode.org/flesh/trunk@2114 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cactus/588allen2001-04-14
| | | | | | | | Changed level 2 warning in CCTK_GroupIndex to a level 9 warning to remove warnings at startup. Thorns should be checking the return value of CCTK_GroupIndex if they want a high level warning git-svn-id: http://svn.cactuscode.org/flesh/trunk@2112 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed the previous confusing names of the Fortran macros to remove theallen2001-04-09
| | | | | | | | seemingly random use of plurals ... the old names are still there, the docs have already been updated with the new names git-svn-id: http://svn.cactuscode.org/flesh/trunk@2107 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Made CCTK_VARIABLE_CHAR and CCTK_VARIABLE_BYTE have the same valueallen2001-04-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2106 17b73243-c579-4c4c-a9d2-2d5706c11dac
* grdoc fixallen2001-04-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2091 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix grdocallen2001-04-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2090 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added prototype for CCTK_RunTitle().tradke2001-04-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2088 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed bug in CCTKi_Realloc().tradke2001-03-30
| | | | | | | | Invalidate magic number before freeing a memory block so that we really catch externally malloc'ed stuff which got such a block only by accident. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2087 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing prototype for Util_CurrentDate().tradke2001-03-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2086 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing prototype for Util_CurrentTime().tradke2001-03-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2084 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing order of sync and trigger actions for analysis routines.goodale2001-03-17
| | | | | | | | | Fixes PR 567 - good eyes Erik. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2083 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New restricted steerable parameter terminate_nextallen2001-03-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2081 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding extra conditions for terminating the evolution loop.allen2001-03-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2080 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Routines for handling termination conditions, only basic stuff for now.allen2001-03-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2079 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing prototype for CCTK_RunTime().tradke2001-03-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2077 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed grdoc.tradke2001-03-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2076 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed printf() debug statement in one of the overload macros.tradke2001-03-06
| | | | | | | This closes PR Cactus-543. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2073 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_CHAR -> CCTK_BYTEallen2001-02-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2070 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding CCTK_BYTEallen2001-02-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2068 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Function prototypesallen2001-02-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2067 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding function prototypesallen2001-02-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2066 17b73243-c579-4c4c-a9d2-2d5706c11dac
* include CCTK_BYTEallen2001-02-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2065 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New Cactus datatype CCTK_BYTE which is an unsigned char in C and an ↵allen2001-02-25
| | | | | | | | | integer*1 in fortran. This replaces CCTK_CHAR which is now deprecated git-svn-id: http://svn.cactuscode.org/flesh/trunk@2064 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
* Initial implementation of Function Aliasing for thorns.allen2001-02-24
| | | | | | | | | | | | | | | | | | This is described on a Spec on the web pages at the moment, and will move to the documentation once it is tested and extended a bit more. If you want to have a look at it in action, checkout the thorns TestFunctions1A, TestFunctions1B and TestFunctions2 which will be in AlphaThorns in a few minutes time. At the moment it is only possible to use Function Aliasing for C functions which use and return Cactus data types. You will need to rebuild your configurations once you update, but apart from that these changes shouldn't affect anyone ... if you see any problems please let us know. Gabrielle git-svn-id: http://svn.cactuscode.org/flesh/trunk@2060 17b73243-c579-4c4c-a9d2-2d5706c11dac
* use OVERLOAD_INITIALISE instead of OVERLOAD_CHECKallen2001-02-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2059 17b73243-c579-4c4c-a9d2-2d5706c11dac
* User OVERLOAD_INITIALISE instead of OVERLOAD_CHECKallen2001-02-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2058 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added an initialisation macro to replace the check macro, which uses theallen2001-02-24
| | | | | | | overload function to initialise to a given function. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2057 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing names of function arguments to remove shadowingallen2001-02-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2056 17b73243-c579-4c4c-a9d2-2d5706c11dac