summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Checking for non-valid case of coordinate direction = 0, and adding toallen2000-12-18
| | | | | | | | | grdoc and docs Fixes Cactus/401 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1974 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed logic error which meant only first range in rangelist ever got checked.goodale2000-12-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1964 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Various things to reduce the number of compile time warnings.goodale2000-12-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1956 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidied up the versioning stuff a bit.goodale2000-12-15
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1954 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added prototype for the macro for CCTK_VERSION stuff.goodale2000-12-15
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1953 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new command line argument -i to help messages.goodale2000-12-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1948 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Only put help, version, etc, output out on proc 0 .goodale2000-12-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1947 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added -i as an option. This says to ignore the next argument. Note thatgoodale2000-12-12
| | | | | | | | | | | | | | | | | | you can't ignore non-arguments, so still need the parameter file name to be before any other non-arguments. E.g. on the NCSA NT cluster you should do ./cactus_foo foobar.par -i -np 20 -i -key hjwhghfgg to run in parallel. This is basically to work around buggy MPI implementations which don't remove their arguments from the command line. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1941 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now check for WIN32_DIGITAL_FORTRAN instead ofgoodale2000-12-12
| | | | | | | | | | | | | | WIN32 for the correct string handling, as other compilers (e.g. Intel) do strings differently. NOTE: After this update you will need to do a -config on any Windows configurations which use the Digital fortran compiler. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1929 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Handle CCTK_VARIABLE_COMPLEX{8}{16}{32} types in CCTK_VarTypeSize().tradke2000-11-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1905 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_GHExtension() shouldn't return 'const void *' because sometimestradke2000-11-23
| | | | | | | you want to change a GH extension. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1900 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Renamed parameter 'index' in some routines.tradke2000-11-23
| | | | | | | This fixes gcc warnings about hiding a global routine index(3). git-svn-id: http://svn.cactuscode.org/flesh/trunk@1899 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Making the overload macros more generic.goodale2000-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | Can now do #define OVERLOADABLE_CALL MyThorn #define OVERLOADABLE_PREFIX MyThornFunc #define OVERLOADABLE_DUMMY_PREFIX MyThornDummyFunc to get it to generate functions/function pointers of the form MyThornOverloadFoo MyThornFuncFoo and MyThornDummyFuncFoo In the flesh these are CCTK_, CCTK_, and CCTKi_Dummy respectively. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1898 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Lots more grdoc.goodale2000-11-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1889 17b73243-c579-4c4c-a9d2-2d5706c11dac
* grdoc, coding guidelines, removing obsolete code.goodale2000-11-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1888 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Lots more grdoc.goodale2000-11-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1887 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updated to use new syntax for MainLoopIndex.goodale2000-10-12
| | | | | | | | | | Fixed header files so prototype for above is included. Should now work on Hitachi machine. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1867 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Maing local function static as per prototype.goodale2000-10-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1866 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix for bug in printing of schedule tree for nested whiling loops - PR/464.goodale2000-10-12
| | | | | | | | | Slightly inelegant 8-( Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1865 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added prototype for CCTK_GHExtension().tradke2000-10-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1863 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new routinetradke2000-10-08
| | | | | | | | | | const void *CCTK_GHExtension(cGH *GH, const char *name) which returns the pointer to a GH extension or NULL if nothing was registered for 'name'. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1862 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cactus/460allen2000-10-07
| | | | | | | Optimising CCTK_Equals and fixing Util_NullTerminate git-svn-id: http://svn.cactuscode.org/flesh/trunk@1861 17b73243-c579-4c4c-a9d2-2d5706c11dac
* grdoc and style.goodale2000-10-06
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1859 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed bug in Util_SplitFilename.allen2000-10-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1857 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed bug in index nameallen2000-10-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1855 17b73243-c579-4c4c-a9d2-2d5706c11dac
* grdoc, style-guidelines, ...goodale2000-10-05
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1854 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_NullTerminateString now removes the blanks at the end of a string.allen2000-10-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1853 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Made CCTK_MainLoopIndex and CCTK_SetMainLoopIndex overloadable, and addedallen2000-10-04
| | | | | | | routines that were originally there as defaults git-svn-id: http://svn.cactuscode.org/flesh/trunk@1852 17b73243-c579-4c4c-a9d2-2d5706c11dac
* GRdoc + coding guideline stuff.goodale2000-10-04
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1851 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_ParameterFilename returns STDIN if the parameters are read from ↵allen2000-10-03
| | | | | | | | | | standard input. I wanted this to be <STDIN> but then have problems displaying in on a web page since it looks like a HTML command. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1849 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added Util_SplitFilename which provides the directory and filename from a ↵allen2000-10-03
| | | | | | full name git-svn-id: http://svn.cactuscode.org/flesh/trunk@1848 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed $PARAMETER_FILE to strip off directory in par fileallen2000-10-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1847 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a new function CCTK_RunTime which returns the number of seconds sinceallen2000-10-03
| | | | | | | the simulation started. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1846 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing CCTK_CoordLocalRange, it wasn't working if the coordinate direction ↵allen2000-10-03
| | | | | | wasn't specified. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1845 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Macro name changesallen2000-09-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1841 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Increasing warning levels for coordinatesallen2000-09-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1840 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed deprecated macrosallen2000-09-22
| | | | | | | | | | | | | | | | | | GROUP_SCALAR -> CCTK_SCALAR GROUP_GF -> CCTK_GF GROUP_ARRAY -> CCTK_ARRAY GROUP_PRIVATE -> CCTK_PRIVATE GROUP_PROTECTED -> CCTK_PROTECTED GROUP_PUBLIC -> CCTK_PUBLIC Changed names DISTRIB_CONSTANT -> CCTK_DISTRIB_CONSTANT DISTRIB_DEFAULT -> CCTK_DISTRIB_DEFAULT git-svn-id: http://svn.cactuscode.org/flesh/trunk@1839 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Made cctk_final_time steerableallen2000-09-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1837 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed deprecated function callsallen2000-09-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1836 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed deprecated CCTK_mkdirallen2000-09-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1835 17b73243-c579-4c4c-a9d2-2d5706c11dac
* REGISTER_INTERP_ARGLIST->INTERP_REGISTER_ARGLISTallen2000-09-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1834 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added prototype for CCTK_TraverseString().tradke2000-09-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1833 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK_TraverseString() which takes a string and traverses it fortradke2000-09-21
| | | | | | | group and/or variable names, calling a callback routine with the index. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1832 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added constants for CCTK_TraverseString.tradke2000-09-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1831 17b73243-c579-4c4c-a9d2-2d5706c11dac
* added cctk_run_title for description of runallen2000-09-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1830 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use the CCTK_MainLoopIndex ... these will soon be moved to driver ↵allen2000-09-19
| | | | | | overloadable functions git-svn-id: http://svn.cactuscode.org/flesh/trunk@1829 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK_RunTitle which provides a string giving a description ofallen2000-09-19
| | | | | | | the simulation. This might change name in the near future git-svn-id: http://svn.cactuscode.org/flesh/trunk@1828 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK_ParameterFilenameallen2000-09-19
| | | | | | | | | At the moment this will return the <dir>/<filename> , the arguments of this call will change in the next couple of days to return the directory and filename as separate arguments git-svn-id: http://svn.cactuscode.org/flesh/trunk@1827 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK_CurrentTime and CCTK_CurrentDateallen2000-09-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1826 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing BR 437. Untabified source.tradke2000-09-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1825 17b73243-c579-4c4c-a9d2-2d5706c11dac