summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Collapse)AuthorAge
* Removed last vestiges of rfr.goodale2000-04-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1554 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing warnings from rcsid variables.allen2000-04-17
| | | | | | | Tidied include files a bit, removing a few cctk.h's, so I've introduced a few more warnings to fix git-svn-id: http://svn.cactuscode.org/flesh/trunk@1550 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing rfrTraverse, replaced by CCTK_ScheduleTraverseallen2000-04-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1544 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New macro CCTK_FILEVERSION(some string) to get rid of warning about rcsidgoodale2000-04-15
| | | | | | | | | being unused. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1540 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added C version of CCTK_VInfo.tradke2000-04-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1530 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cosmetic changeallen2000-04-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1523 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes needed for constant sized arraysallen2000-04-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1520 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New special time bins $ENTRY and $EXIT for each schedule entry point. Thesegoodale2000-04-04
| | | | | | | | | | | | | | are functions returning ints and taking a cGH. They can be used for things which do profiling, etc. These are automatically traversed before and after a schedule entry point. Treat as experimental for the moment. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1509 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing compiler warningsallen2000-03-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1505 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying up.goodale2000-03-29
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1502 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing compiler warningallen2000-03-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1499 17b73243-c579-4c4c-a9d2-2d5706c11dac
* adding some error checkinglanfer2000-03-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1496 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Let CCTK_ArrayGroupSize() and CCTK_ArrayGroupSizeI() return const pointerstradke2000-03-27
| | | | | | | since these refer to static information. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1494 17b73243-c579-4c4c-a9d2-2d5706c11dac
* removing hardcoded USE_CCTK_PARAMETERSlanfer2000-03-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1491 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing bugs in the debug lines !!allen2000-03-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1488 17b73243-c579-4c4c-a9d2-2d5706c11dac
* bug fix, Info->printflanfer2000-03-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1481 17b73243-c579-4c4c-a9d2-2d5706c11dac
* bug fixlanfer2000-03-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1480 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CommandLine routines now exit with CCTK_Exit and do not output on every proclanfer2000-03-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1479 17b73243-c579-4c4c-a9d2-2d5706c11dac
* first take at CCTK_Exit in Commandlinelanfer2000-03-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1478 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_Info only on proc0lanfer2000-03-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1477 17b73243-c579-4c4c-a9d2-2d5706c11dac
* removing superflous definelanfer2000-03-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1476 17b73243-c579-4c4c-a9d2-2d5706c11dac
* 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
* 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
* 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
* 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 NEC compiler.goodale2000-03-07
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1439 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
* 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
* tracing memory allocationlanfer2000-03-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1425 17b73243-c579-4c4c-a9d2-2d5706c11dac
* bug fixlanfer2000-03-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1409 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
* 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
* 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
* 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
* void -> intallen2000-02-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1363 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Replacing CCTK_WARN with CCTK_Warnallen2000-02-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1354 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New function and structure namesallen2000-02-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1352 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK_GroupDimIallen2000-02-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1351 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying include filesallen2000-02-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1350 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Replaced CCTKi_ThornList() by CCTK_NumCompiledThorns() and CCTK_CompiledThorn().tradke2000-02-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1336 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed routines that allocated and returned a list of thorns or ↵tradke2000-02-02
| | | | | | | | | | | | | | | | | | | | | implementations. Instead you can use now: int CCTK_NumCompiledThorns(void); int CCTK_NumCompiledImplementations(void); const char *CCTK_CompiledThorn(int index); const char *CCTK_CompiledImplementation(int index); Will probably add also CCTK_CompiledThornWalk() and CCTK_CompiledImplementationWalk() later. Thomas git-svn-id: http://svn.cactuscode.org/flesh/trunk@1335 17b73243-c579-4c4c-a9d2-2d5706c11dac