summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Adding optimise and debug flags for fortranallen2000-07-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1755 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Included assert.h which is need for non-MPI configs.tradke2000-07-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1754 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding prototypeallen2000-07-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1753 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing compiler warnings and tidyingallen2000-07-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1752 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Uncommenting lines for wrapping source include files with IsThornActive.allen2000-07-15
| | | | | | | See (dev) users guide for more details git-svn-id: http://svn.cactuscode.org/flesh/trunk@1751 17b73243-c579-4c4c-a9d2-2d5706c11dac
* IsThornActive is a fortran function not a subroutineallen2000-07-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1750 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updatesallen2000-07-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1749 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CactusDefaultAbortallen2000-07-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1748 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed unused variable. Untabified sources.tradke2000-07-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1747 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New arguments for CCTK_Abortallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1746 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added some consts to variable definitionsallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1745 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Change arguments for default CCTK_Exitallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1744 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New arguments for default CCTK_Exitallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1743 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New arguements for CCTK_Exit and CCTK_Abort, and fixed some return valuesallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1742 17b73243-c579-4c4c-a9d2-2d5706c11dac
* IMPORTANT!!allen2000-07-14
| | | | | | | | | | | | | | | | | New arguments for two driver overloadable functions CCTK_Abort(cGH *GH, int errorcode) (Changed from CCTK_Abort(cGH *GH) because MPI_Abort would like an error code) CCTK_Exit(cGH *GH, int errorcode) (Changed from CCTK_Exit(int errorcode, cGH *GH), because otherwise it would be the only function with the cGH as the 2nd argument) git-svn-id: http://svn.cactuscode.org/flesh/trunk@1741 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing arguments around for CCTK_Exitallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1740 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Internal function prototypes for parametersallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1739 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added cactus include fileallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1738 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Typoallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1737 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing unused variablesallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1736 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing prototypeallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1735 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding commentallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1734 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK_IsThornActive to DECLARE_CCTK_FUNCTIONSallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1733 17b73243-c579-4c4c-a9d2-2d5706c11dac
* char -> const charallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1732 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use CCTK_Abort instead of exit to quitallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1731 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to gmake checkout.allen2000-07-13
| | | | | | | | | | | | | | | | | | | | * Added support for checking out thorns from thornlists ... at the moment the script looks in a directory thornlists to find lists. * the default is to take them from the same repository as the flesh but this can be changed with directives in the thorn lists * gmake checkout no longer lets you choose which repository to checkout the cactus* thorns and arrangements from, it will just look in the same repository that the flesh came from * anything not in the repository that the flesh came from, you need to use a thornlist to get This will undoubtably change a little in the next couple of days, one thing I'll be trying to add is to checkout the thorns with the same tag as the flesh. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1730 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Replace CCTK_WARN with CCTK_Warn (Cactus/396)allen2000-07-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1729 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying, and using CCTK_VWarnallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1728 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to coordinate CCTK functions and new functions. These willallen2000-07-12
| | | | | | | break a number of thorns. Changes are being commited now. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1727 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Prototypes for new coordinate functionsallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1726 17b73243-c579-4c4c-a9d2-2d5706c11dac
* ************************allen2000-07-12
| | | | | | | | | | | | | | | | | | | | | | | | cctk_arguments.h cctk_parameters.h REPLACED BY: cctk_Arguments.h cctk_Parameters.h ************************ Useful command to replace all these if you have a few find <dir> -type f -exec perl -p -i -e 's/cctk_arguments\.h/cctk_Arguments\.h/' {} \; BUT !! This will mean recompiling everything since it updates all the files. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1725 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Making the lines in the cactus banner longer so they match the other linesallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1724 17b73243-c579-4c4c-a9d2-2d5706c11dac
* added SUN gmake problemlanfer2000-07-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1723 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK_ParameterQueryTimesSetallen2000-07-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1722 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New namesallen2000-07-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1721 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_GetInterpHandle -> CCTK_InterpHandleallen2000-07-10
| | | | | | | | | CCTK_RegisterInterpOperator -> CCTK_InterpRegisterOperator Old names removed in next release git-svn-id: http://svn.cactuscode.org/flesh/trunk@1720 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check that an array has the same number of sizes as dimensions. There mightallen2000-07-10
| | | | | | | be a better way to organise these checks git-svn-id: http://svn.cactuscode.org/flesh/trunk@1719 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidyingallen2000-07-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1718 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying warningsallen2000-07-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1717 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying warningsallen2000-07-10
| | | | | | | | | | Added CCTK_ParameterQueryTimesSet which can be used to see if a parameter was set in the parameter file, and so can be used to replace some of the parameter "magic numbers" like -424242 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1716 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Using VWarnallen2000-07-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1715 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Only put people once on this list :)allen2000-07-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1714 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Couple of additionsallen2000-07-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1713 17b73243-c579-4c4c-a9d2-2d5706c11dac
* protecting arguments with ()lanfer2000-07-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1711 17b73243-c579-4c4c-a9d2-2d5706c11dac
* adding CCTK_VWarns, fixed a bug in reallocation countlanfer2000-07-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1710 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed typo in CCTK_CmplxReal() which always returned the imaginary part.tradke2000-07-06
| | | | | | | Now output for complex numbers should be okay. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1709 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Parsing the tFleshConfig structure into the parameter file parser, to get at ↵allen2000-06-29
| | | | | | the name of the parameter file. There is probably a nicer way to do this. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1708 17b73243-c579-4c4c-a9d2-2d5706c11dac
* (Nasty) little hack to add the old Cactus 3 nameofparfile functionality ...allen2000-06-29
| | | | | | | | | | | | | | | | | | anywhere that $PARAMETER_FILE appears it will be replaced by the name of the parameter file that was used, without the last 4 characters. This is so you can say IO::outdir = $PARAMETER_FILE so that ./cactus_exe mypar.par will put output in a directory mypar (using the standard IO thorns). This feature won't be documented until it is added properly, and the notation may change slightly. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1707 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed configuration for MPICH_DEVICE=globus to support 1.1.x.tradke2000-06-27
| | | | | | | | Now it uses $GLOBUS_LIB_DIR/../etc/Makefile.mpich to obtain the libpaths and libs for Globus. This method should work for all versions of Globus. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1706 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to CCTK_MainLoopIndex and CCTK_SetMainLoopIndex (which now returns ↵allen2000-06-26
| | | | | | what the index is set to) git-svn-id: http://svn.cactuscode.org/flesh/trunk@1705 17b73243-c579-4c4c-a9d2-2d5706c11dac