summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* defining a default CCTK_Exit, that gets overloaded when compiling with PUGH, eg.lanfer2000-03-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1473 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed interface for CCTK_ParameterWalk() to return both a canonical nametradke2000-03-14
| | | | | | | | | | | | | | | | | | | | | | | and a pointer the parameter properties. Replaced calls to CCTK_ParameterList() by CCTK_ParameterWalk() in CommandLine.c. CCTK_ParameterList() is gone now. Inserted a line "Parameters of thorn 'BLA' providing implementation 'LABER':" in the -O output. Should be easily filtered out for automatic postprocessing. Option -o now prints out both "thorn::param" and "impl::param" as full names for global/restricted parameters. #ifdef'd out ParameterPTreeNodeAdd() in Parameters.c to fix a compiler warning (unused static function). Thomas git-svn-id: http://svn.cactuscode.org/flesh/trunk@1470 17b73243-c579-4c4c-a9d2-2d5706c11dac
* increased char sizelanfer2000-03-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1469 17b73243-c579-4c4c-a9d2-2d5706c11dac
* no arguments passed through to CCTK_SHUTDOWN routineslanfer2000-03-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1467 17b73243-c579-4c4c-a9d2-2d5706c11dac
* commented ---- outlanfer2000-03-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1465 17b73243-c579-4c4c-a9d2-2d5706c11dac
* traverse SHUTDOWN for all convlevelslanfer2000-03-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1464 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add shutdown info to info treelanfer2000-03-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1463 17b73243-c579-4c4c-a9d2-2d5706c11dac
* registration of routines at CCTK_SHUTDOWNlanfer2000-03-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1462 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Memory ticketslanfer2000-03-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1461 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New routines to store group and variable numbers in hash tables associatedgoodale2000-03-09
| | | | | | | | | with their names. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1453 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Made string arguments const. Some cosmetic changes.goodale2000-03-09
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1452 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing debug statements so that the file parser reports the line in the ↵allen2000-03-09
| | | | | | original parameter file with the error git-svn-id: http://svn.cactuscode.org/flesh/trunk@1450 17b73243-c579-4c4c-a9d2-2d5706c11dac
* forgot to rename malloc/free macroslanfer2000-03-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1447 17b73243-c579-4c4c-a9d2-2d5706c11dac
* adding grdocslanfer2000-03-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1446 17b73243-c579-4c4c-a9d2-2d5706c11dac
* memtracinglanfer2000-03-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1445 17b73243-c579-4c4c-a9d2-2d5706c11dac
* renaming and moving allocation routines to utillanfer2000-03-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1444 17b73243-c579-4c4c-a9d2-2d5706c11dac
* memtrace renaminglanfer2000-03-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1443 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Explicit cast as required by the NEC compiler.goodale2000-03-07
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1442 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
* Explicit cast as required by NEC compiler.goodale2000-03-07
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1439 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Untabified.goodale2000-03-07
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1437 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Untabified.goodale2000-03-07
| | | | | | | | | | | | | | | | | Added protection for the two static arrays in this file. Now only defined if #define NEED_PARAMETER_SCOPE_STRINGS #define NEED_PARAMETER_TYPE_STRINGS are defined. Still not an ideal solution. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1436 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Getting closer to file-layout standard.goodale2000-03-07
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1435 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some #defines needed with my next commit to cctk_Parameter.h.goodale2000-03-07
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1434 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Untabified. A few format changes to get closer to standard.goodale2000-03-07
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1433 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More consistent types - caught by NEC compiler.goodale2000-03-07
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1432 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Renamed functions to be CCTK rather than CCTKi. Fixed up type casts.goodale2000-03-07
| | | | | | | | | Made closer to coding guidelines. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1431 17b73243-c579-4c4c-a9d2-2d5706c11dac
* more for mem tracinglanfer2000-03-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1429 17b73243-c579-4c4c-a9d2-2d5706c11dac
* MemAllocate addedlanfer2000-03-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1428 17b73243-c579-4c4c-a9d2-2d5706c11dac
* prototypes for MemAlloclanfer2000-03-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1427 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_FREE/CCTK_MALLOClanfer2000-03-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1426 17b73243-c579-4c4c-a9d2-2d5706c11dac
* tracing memory allocationlanfer2000-03-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1425 17b73243-c579-4c4c-a9d2-2d5706c11dac
* A little bit of tidying.goodale2000-03-06
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1421 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use a fake dim to allocate arrays if cctk_dim is 0.tradke2000-03-03
| | | | | | | | | | Fix for BR 221. Thomas git-svn-id: http://svn.cactuscode.org/flesh/trunk@1410 17b73243-c579-4c4c-a9d2-2d5706c11dac
* bug fixlanfer2000-03-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1409 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Declare cctk functions as externalallen2000-03-02
| | | | | | | | | Cactus/243 Contribution from Eric Schnetter git-svn-id: http://svn.cactuscode.org/flesh/trunk@1405 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Stagger functions renamed to a more consistent schemelanfer2000-02-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1401 17b73243-c579-4c4c-a9d2-2d5706c11dac
* define CCTK_NSTAGlanfer2000-02-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1400 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_ParameterWalk() allocates memory for its return value and thus shouldtradke2000-02-21
| | | | | | | have a return type of 'char *' instead of 'const char *'. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1399 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Explicit cast.goodale2000-02-18
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1392 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some extra protection in some macros as noticed by Erik.goodale2000-02-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1389 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Memory allocation error pointed out by Erik.goodale2000-02-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1388 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Hopefully fixed bug whereby all startup routines were called as ifgoodale2000-02-16
| | | | | | | | | | | | they were normal functions, i.e. with arguments and calling Fortran wrappers for Fortran functions. This should fix Cactus/231. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1385 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added #include "cctk_Config.h" to getopt.c and regex.c, andgoodale2000-02-15
| | | | | | | | | | #define REGEX_MALLOC to regex.c to enable compilation under NT. Updated the README to mention these changes. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1383 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Forgot to remove this file earlier. Now people shouldgoodale2000-02-15
| | | | | | | | | #include "cctk_GNU.h" Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1382 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updating GNU files to glibc 2.1.2.goodale2000-02-15
| | | | | | | | | | | | | | | Tidying up how they are included - now people should include cctk_GNU.h. This will allow us later to check what functions are available and maybe not compile the GNU stuff. NOTE: If you edit the GNU stuff please put a wapping great comment /* CCTK: Changed by <> on <> */ by the change and a note in the README. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1380 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Formatting change.goodale2000-02-11
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1378 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a prototype for CCTK_CallFunction.goodale2000-02-07
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1370 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to add #ifndefsallen2000-02-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1366 17b73243-c579-4c4c-a9d2-2d5706c11dac
* convlevel starts at 0allen2000-02-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1364 17b73243-c579-4c4c-a9d2-2d5706c11dac