summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* On error dummy routines return -1allen2000-06-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1693 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Routines for querying array data from the cctkGH, such as lsh, bbox etcallen2000-06-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1692 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use CCTK_MyProc before traversing termination routinesallen2000-06-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1691 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added ParameterGetallen2000-06-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1690 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Missing prototypesallen2000-06-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1687 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some int's which should have been CCTK_INTs ... thanks Ryojiallen2000-06-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1685 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Using ParameterGetallen2000-06-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1684 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check that ExtractStrings extracts parametersallen2000-06-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1683 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Using CCTK_ParameterGet to get flesh parameters.allen2000-06-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1681 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to ParameterGet so that a wrong range is now a level one warning ↵allen2000-06-19
| | | | | | | | | | | instead of a level 0 warning. Cactus will still terminate when a parameter in a parameter file has an incorrect range, but the check now takes place outside of ParameterGet. This is to be able to change steerable parameters during a run without accidently crashing the code with a bad parameter value. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1680 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing malloc statement. This wasn't a problem as it allocated moregoodale2000-05-19
| | | | | | | | | | memory than it needed, but it was still wrong. Thanks for pointing it out Erik. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1673 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Moved the termination condition check for the main iteration looptradke2000-05-15
| | | | | | | | into a separate routine DoneMainLoop(). Now parameter Cactus::cctk_itlast is really steerable. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1667 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Checks for HAVE_GETOPT_LONG_ONLY before including system getop.h file.goodale2000-05-15
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1666 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Checks the value of the BUILD_GETOPT and BUILD_REGEX flags beforegoodale2000-05-14
| | | | | | | | | | | adding the files to the SRCS line. You may need to do a reconfig after this update. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1660 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing obsolete prototypegoodale2000-05-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1658 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Minor change.goodale2000-05-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1657 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing #include <malloc.h>goodale2000-05-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1656 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing memory leak.goodale2000-05-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1650 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Don't malloc zero bytes when there are no GH extensions.goodale2000-05-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1649 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Skip already unregistered GH extensions when looping over all handles.tradke2000-05-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1648 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed couple of bugs I just commitedallen2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1647 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing CCTK_CreateDirectoryallen2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1646 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Switched the arguments for CCTK_CreateDirectory so that the string is lastallen2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1645 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added prototype for CCTK_UnregisterGHExtension().tradke2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1643 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New routine CCTK_UnregisterGHExtension() which can be called by terminationtradke2000-05-10
| | | | | | | | routines. Use CCTK_VWarn() whereever possible. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1642 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Traverse through all routines registered at CCTK_TERMINATE.tradke2000-05-10
| | | | | | | This is down right before traversing CCTK_SHUTDOWN. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1641 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Report scheduled termination routines and their elapsed times.tradke2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1640 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New macros for Fortran callsallen2000-05-10
| | | | | | | CCTK_Warn -> CCTK_VWarn where appropriate git-svn-id: http://svn.cactuscode.org/flesh/trunk@1639 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_mkdir -> CCTK_CreateDirectoryallen2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1638 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
* CCTK_mkdir is now replaced byallen2000-05-10
| | | | | | | | | | | CCTK_CreateDirectory which creates a directory and any needed parents CCTK_mkdir will be removed in Beta 9 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1636 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Freeing a malloced arrayallen2000-05-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1632 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing macro name to keep solaris compiler happy.goodale2000-05-08
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1630 17b73243-c579-4c4c-a9d2-2d5706c11dac
* adding an include that provides the redefs for malloclanfer2000-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1627 17b73243-c579-4c4c-a9d2-2d5706c11dac
* adding prototype CCTK_GroupDimFromVarI(int vi)lanfer2000-05-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1625 17b73243-c579-4c4c-a9d2-2d5706c11dac
* adding function: int CCTK_GroupDimFromVarI(int vi)lanfer2000-05-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1624 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK_MkDirs to make a directory and all necessary parents.goodale2000-05-02
| | | | | | | | | CCTK_mkdir now calls this. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1622 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Moved the util string functions to one place.goodale2000-05-02
| | | | | | | | | | Added Util_StrSep - same functionality as strsep. Renamed CCTK_StrDup as Util_Strdup. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1621 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check with stat(2) if the directory to be created already exists.tradke2000-04-28
| | | | | | | | | | | | | | | This should work for NT as well. Changed return values of CCTK_mkdir(): 0 dir was successfully created positive dir already exists negative failed to create dir for some reason Currently it still uses system(3) to create the dir where you cannot really check for an error code. This should be replaced by mkdir(2) in the future. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1620 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Declaring cctk_itlast as STEERABLE = ALWAYS.tradke2000-04-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1619 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Shifting registration of variables to after reading of parameter file.goodale2000-04-23
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1617 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Bug in CCTK_SyncGroupsI (syncing a list of groups), hopefully this fixes ↵allen2000-04-23
| | | | | | Cactus/286. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1616 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
* Changing CCTK_STAGGER_H to CCTK_MALLOC_Hallen2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1607 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Alphabetising include filesallen2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1606 17b73243-c579-4c4c-a9d2-2d5706c11dac
* removing USE_blalanfer2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1605 17b73243-c579-4c4c-a9d2-2d5706c11dac
* moving CCTK_StaggerVars into Groups.c, where it can access the static int ↵lanfer2000-04-19
| | | | | | staggered git-svn-id: http://svn.cactuscode.org/flesh/trunk@1604 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Compiler warningsallen2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1603 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Getting rid of a few compiler warnings.goodale2000-04-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1601 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Compiler warningsallen2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1600 17b73243-c579-4c4c-a9d2-2d5706c11dac