summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Adding USE_CCTK_PARAMETERS which will eventually remove warnings on originallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1223 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new functionsallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1222 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new functionsallen2000-01-11
| | | | | | | | | | | | CCTK_CoordDir CCTK_CoordLocalRange also renamed coordinate routines to all start with CCTK_Coord... Old functions remain but are deprecated git-svn-id: http://svn.cactuscode.org/flesh/trunk@1221 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Included <math.h> because T3E's compiler was missing a prototype for sqrt().tradke2000-01-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1220 17b73243-c579-4c4c-a9d2-2d5706c11dac
* accidently took out CCTK_VarTypeNamelanfer2000-01-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1219 17b73243-c579-4c4c-a9d2-2d5706c11dac
* staggering on the flesh sidelanfer2000-01-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1218 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Prototype for CCTK_VarTypeNameallen2000-01-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1217 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New routine CCTK_VarTypeNameallen2000-01-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1216 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing gmake thorninfo so it no longer creates a file but just catsallen2000-01-04
| | | | | | | the info directly to screen git-svn-id: http://svn.cactuscode.org/flesh/trunk@1215 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying up gmake targets to be in sync with the options that are there.allen2000-01-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1214 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cleaning up gmake help.allen2000-01-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1213 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new targetallen2000-01-03
| | | | | | | | | | | gmake thorninfo to give information about all thorns. At the moment this just prints the output from Build Active Thorns to screen, but means that you can easily see which thorn implements something. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1212 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed the error message for non existant implementation toallen2000-01-03
| | | | | | | | 1) use CST_Error so it is listed at the end of running the CST 2) give more information indicating what to do git-svn-id: http://svn.cactuscode.org/flesh/trunk@1211 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix for checking ActiveThorns on NTallen1999-12-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1210 17b73243-c579-4c4c-a9d2-2d5706c11dac
* linux make now knows about g2c vs. f2clanfer1999-12-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1209 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed checking of active thorns with thornlistallen1999-12-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1208 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Don't print all the filenames during checkoutallen1999-12-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1207 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed typoallen1999-12-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1206 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More stuff to try and stop warnings on originallen1999-12-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1205 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Stop if a parameter is given a value not in the range. This needs toallen1999-12-17
| | | | | | | | be tidied so that it can be over riden, and so that all the out of range parameters are given before the code stops. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1204 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Trying out macro for removing warnings on originallen1999-12-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1203 17b73243-c579-4c4c-a9d2-2d5706c11dac
* inherits and friend can now be separated by , and whitespaceslanfer1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1202 17b73243-c579-4c4c-a9d2-2d5706c11dac
* inherits and friend can now be separated by ,:; and whitespaceslanfer1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1201 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix for negative parameters from Eric Schnetterallen1999-12-16
| | | | | | | | | Cactus/186 Also fix for closed ranges of parameters git-svn-id: http://svn.cactuscode.org/flesh/trunk@1200 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check for memory errorallen1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1199 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding new routineallen1999-12-16
| | | | | | | CCTK_VarTypeSize git-svn-id: http://svn.cactuscode.org/flesh/trunk@1198 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Small bug stopping error being returned if a double parameter was out ofallen1999-12-16
| | | | | | | range git-svn-id: http://svn.cactuscode.org/flesh/trunk@1197 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing the schedule point BOUND which isn't needed now.allen1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1196 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed default answer for new configuration to yes instead of noallen1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1195 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed bug in application checkoutallen1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1194 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Report errors in CST at end of scriptallen1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1193 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding complex variables in C and mod in Fortranallen1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1192 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added free form fortran to file extensionsallen1999-12-15
| | | | | | | Added description for adding fortran module files git-svn-id: http://svn.cactuscode.org/flesh/trunk@1191 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added Gab's complex number stuff.goodale1999-12-14
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1190 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Corrected return codes for CCTK_Reduce() and CCTK_ReduceArray():tradke1999-12-10
| | | | | | | | | | 0 - successful -1 - wrong argument(s) Fixed BR#185 by that. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1189 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing prototype.goodale1999-12-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1188 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed a bug when scheduling a group which has no before after or whiles.goodale1999-12-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1187 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Corrected description of complex data typesallen1999-12-03
| | | | | | | Documentation/181 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1186 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added all data typesallen1999-12-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1185 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New constants for different data typesallen1999-12-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1184 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Can now use this script to check out custom given thorn names andallen1999-12-02
| | | | | | | arrangements, for all those "hidden" thorns. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1183 17b73243-c579-4c4c-a9d2-2d5706c11dac
* new gmake target: gmake <CONFIG>-sysinfo retruns some basic info on Cactus ↵lanfer1999-12-01
| | | | | | and the hardware git-svn-id: http://svn.cactuscode.org/flesh/trunk@1182 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More conformant argument specification fo some functions.goodale1999-12-01
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1181 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a prototype.goodale1999-12-01
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1180 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Various changes to make sure there are function prototypes for things.goodale1999-11-30
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1179 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New cache alignment stuff.goodale1999-11-30
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1178 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a question on parallel making a question on 'not enough slashes'.goodale1999-11-28
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1177 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Functions to store and retrieve the size of an array group.goodale1999-11-28
| | | | | | | | | | | | | To get the size call CCTK_INT **CCTK_GroupSizesI(int groupnum) which returns the an array, of size the dimension of the group, containing pointers to the parameters containing the sizes. Please treat this as experimental and unsupported for the moment. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1176 17b73243-c579-4c4c-a9d2-2d5706c11dac
* simple interfaces for local scalar/1d/2d/3d reductionslanfer1999-11-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1175 17b73243-c579-4c4c-a9d2-2d5706c11dac
* 5 pages of documentation on the reduction operatorslanfer1999-11-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1174 17b73243-c579-4c4c-a9d2-2d5706c11dac