summaryrefslogtreecommitdiff
path: root/lib/sbin
Commit message (Collapse)AuthorAge
* Now, subject to review, you can putgoodale2000-01-28
| | | | | | | | | | | | | | | | | | OPTIONS:... in a schedule block to pass miscellaneous options to the schedular. Currently the only option is "Global" which sets a flag on the FunctionData structure passed to the call function. This option only makes sense for a scheduled function, not a schedule group, though this may change in the future. It is used to indicate to the calling function that this function should only be called once as it performs global operations. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1325 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Probably a good idea to actually look at the parsed list of sync groupsgoodale2000-01-28
| | | | | | | | | for output ! Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1324 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Addedgoodale2000-01-27
| | | | | | | | | | | | | | | | | | | | SYNC[HRONISE]: <group list> as an option to the schedule.ccl. This will be used to tell the flesh or the driver to synchronise these groups after the function has been executed. Tom NOTE: You will need to do a gmake <config>-rebuild after this update as the bindings stuff has changed. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1318 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed include line for new prototype location.goodale2000-01-27
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1316 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK function name changesallen2000-01-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1292 17b73243-c579-4c4c-a9d2-2d5706c11dac
* COMMUNICATION switched on automatically for all groups with STORAGEallen2000-01-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1287 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK function name changes.allen2000-01-25
| | | | | | | | | | Including cctk_arguments.h -> cctk_Arguments.h to be consistent with other include files git-svn-id: http://svn.cactuscode.org/flesh/trunk@1286 17b73243-c579-4c4c-a9d2-2d5706c11dac
* COMMUNICATION is now automatically switched on for all groups withallen2000-01-25
| | | | | | | STORAGE git-svn-id: http://svn.cactuscode.org/flesh/trunk@1285 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing CCTK function nameallen2000-01-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1284 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Parsing for GHOSTSIZE in interface.ccl, at the moment must be a commaallen2000-01-25
| | | | | | | separated list of parameters (as SIZE) git-svn-id: http://svn.cactuscode.org/flesh/trunk@1283 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing Functions.c and related files. This is probably the wronggoodale2000-01-23
| | | | | | | | | approach for what I wanted to do, but may be resurrected at some point. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1281 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New function registration stuff.goodale2000-01-21
| | | | | | | | | | | | | Basically can register functions which return void CCTK_INT or CCTK_REAL and take up to CCTK_MAX_ARGS (currently 255) void * arguments. The CCTK_FunctionCall function can then be used to call this function, timing its execution. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1279 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing PACKAGE to ARRANGEMENT as spotted by Wernerallen2000-01-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1277 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* Sorted out a problem with the T3E f90 compiler.goodale1999-11-24
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1171 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Merged in Erik's free-format f90 stuff. Until we have a standardgoodale1999-11-24
| | | | | | | | | | | | | | thorn with free-format f90 in it this is not guaranteed to work on all platforms. Thanks for doing this Erik. Tidied up the f_file_processor to some extent added grdoc stuff to it, and made the formatting consistent with the rest of the perl in the CCTK. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1168 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Remove comments before adding line breaksallen1999-11-24
| | | | | | | Fix for Cactus/171 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1167 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cosmetic style change.goodale1999-11-23
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1164 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed bug in adding to text string for output to fileallen1999-11-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1152 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tiding print outallen1999-11-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1151 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Andres change so the repository checking works on the T3Eallen1999-11-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1150 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New improved copy par files, that adds the configuration directory andallen1999-11-10
| | | | | | | | checks that all the thorns are compiled ... so in principle all par files should work. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1149 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added stagger and array size to CCTK_CreateGroup and renamed it CCTKi_...goodale1999-11-09
| | | | | | | | | | | since it should only be used by the perl-generated code. IMPORTANT NOTE: You will need to do a -rebuild after this update. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1145 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Get home directory from environment variable rather than password fileallen1999-11-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1143 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Renaming definethorn.h to cctk_DefineThorn.hallen1999-11-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1138 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying ...allen1999-11-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1137 17b73243-c579-4c4c-a9d2-2d5706c11dac