summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* added cctk.h; if that is not desired, take it out and replace it with ↵lanfer2000-01-17
| | | | | | whateveer defines CCTK_WARN better. This one works git-svn-id: http://svn.cactuscode.org/flesh/trunk@1273 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Replacing CCTK_WARN with CCTK_Warnallen2000-01-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1272 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Replacing CCTK_WARN with CCTK_Warnallen2000-01-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1271 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Improved implementation of gmake THORNLIST=...allen2000-01-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1270 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Renaming include files to new names so that MPI works againallen2000-01-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1269 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Replacing CCTK_WARN with CCTK_Warnallen2000-01-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1268 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Renaming fileallen2000-01-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1267 17b73243-c579-4c4c-a9d2-2d5706c11dac
* ** goes to * for cctk_lsshallen2000-01-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1266 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Capitalising include file namesallen2000-01-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1265 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing include file namesallen2000-01-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1264 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some changes for USE_CCTK_PARAMETERS and capitalising include filesallen2000-01-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1263 17b73243-c579-4c4c-a9d2-2d5706c11dac
* All include files for thorns now have cctk_ then a capital letter (!)allen2000-01-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1262 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tom's changes to add configuration optionallen2000-01-16
| | | | | | | | | | | | | | | | gmake <config>[-config] THORNLIST=<file name> to use a given file as the thorn list for that configuration. This needs to be tweaked to do something if the file to be copied doesn't exist, but I'm still wondering whether to exit with an error, prompt for another filename or do the default of making the thornlist from all the available thorns. Also, it might be useful to give a warning if it includes thorns which are not available, and also to still give you a chance to edit the file. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1261 17b73243-c579-4c4c-a9d2-2d5706c11dac
* moving stagger functions outlanfer2000-01-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1260 17b73243-c579-4c4c-a9d2-2d5706c11dac
* added include string.h (needed on dec)lanfer2000-01-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1259 17b73243-c579-4c4c-a9d2-2d5706c11dac
* using stagger definitionslanfer2000-01-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1258 17b73243-c579-4c4c-a9d2-2d5706c11dac
* staggering constantslanfer2000-01-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1257 17b73243-c579-4c4c-a9d2-2d5706c11dac
* stagger supportlanfer2000-01-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1256 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Stopped CVS from expanding the $Header$ in an example.goodale2000-01-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1255 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updatesallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1254 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add a **int to the C2F prototype to prevent warningsallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1253 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New specification for CCTK_GroupData and moved internal functionallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1252 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added internal functionallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1251 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New specification for CCTK_GroupData after Tom pointed out to me thatallen2000-01-13
| | | | | | | | | | | | | | | | | | returning a pointer for a structure means that thorn programmers have to remember to free the pointer. Now the specification is int ierr CCTK_GroupData(int group_index, cGroup *pgroup) So that it can be called via cGroup pg; CCTK_GroupData(group_index, &pg); and noone needs to remember to free anything. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1250 17b73243-c579-4c4c-a9d2-2d5706c11dac
* bug fix for lsshlanfer2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1249 17b73243-c579-4c4c-a9d2-2d5706c11dac
* config.h -> cctk_config.hallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1248 17b73243-c579-4c4c-a9d2-2d5706c11dac
* config.h -> cctk_config.hallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1247 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Typoallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1246 17b73243-c579-4c4c-a9d2-2d5706c11dac
* config.h -> cctk_config.hallen2000-01-13
| | | | | | | and some tidying git-svn-id: http://svn.cactuscode.org/flesh/trunk@1245 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing *cctk_lssh to **cctk_lshallen2000-01-13
| | | | | | | config.h -> cctk_config.h git-svn-id: http://svn.cactuscode.org/flesh/trunk@1244 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Start of the maintainers guide.goodale2000-01-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1243 17b73243-c579-4c4c-a9d2-2d5706c11dac
* forgot some debug statementslanfer2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1242 17b73243-c579-4c4c-a9d2-2d5706c11dac
* defining cctk_lssh, local stager shapelanfer2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1241 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Remove pointer warning on originallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1240 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Change script to remove last pointer warning on originallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1239 17b73243-c579-4c4c-a9d2-2d5706c11dac
* staggering: staggercode functions addedlanfer2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1238 17b73243-c579-4c4c-a9d2-2d5706c11dac
* staggering: function prototypeslanfer2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1237 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed to function CCTK_GroupDataallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1236 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding USE_CCTK_PARAMETERSallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1235 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing compiler warningsallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1234 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding USE_CCTK_PARAMETERS and changing format of warningallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1233 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed the use of the function CCTK_GroupData to return a pointerallen2000-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to a structure containing information about the group, rather than returning the information as separate arguments in the call. This makes it easier for us to add any new information needed (e.g. staggering). The new use is cGroup *CCTK_GroupData(int group_index) where cGroup is the structure typedef struct { int grouptype; int variabletype; int staggertype; int dim; int numvariables; int numtimelevels; } cGroup The old function is now deprecated and has been renamed to CCTK_OldGroupData git-svn-id: http://svn.cactuscode.org/flesh/trunk@1232 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Final code for supportingallen2000-01-12
| | | | | | | | | | | USE_CCTK_PARAMETERS USE_CCTK_CARGUMENTS which can be used to remove all the warnings about unused variables (seen on the origin or if you compile with all warnings) git-svn-id: http://svn.cactuscode.org/flesh/trunk@1231 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More stuff to remove warningsallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1230 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More details to remove warningsallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1229 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Filling out CCTK_USE_PARAMETERSallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1228 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Need some new lines at the end of created files for the originallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1227 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding a missed thornallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1226 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding macros for using parameters and arguments to remove compiler warningsallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1225 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding "USE_CCTK_ARGUMENTS which will eventually get rid of warnings onallen2000-01-11
| | | | | | | origin git-svn-id: http://svn.cactuscode.org/flesh/trunk@1224 17b73243-c579-4c4c-a9d2-2d5706c11dac