aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Changed datatype of USED parameter Cactus::max_runtime from INT into REAL.tradke2003-01-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@403 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Reduce the local termination flag from all processors and have DoneMainLoop()tradke2003-01-10
| | | | | | | | return this global value. This prevents potential deadlocks, especially with the max_runtime termination condition. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@402 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Removing \ifpdf.rideout2003-01-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@401 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Fixed error messageallen2002-12-30
| | | | | | | Closes Cactus/1313 git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@400 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Support additional termination condition using the new cactus::max_runtimetradke2002-11-08
| | | | | | | | integer parameter and the extended keyword parameter cactus::terminate to select this condition. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@399 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Uses new flesh parameter cactus::max_runtime.tradke2002-11-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@398 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Check whether storage allocation succeeded (and issue a warning if not)tradke2002-10-24
| | | | | | | | only for non-vector group variables. This closes PR CactusPUGH-1255. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@397 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Fixed comment.rideout2002-07-11
| | | | | | | Put semicolon at end of CCTK_FILEVERSION(CactusPUGH_PUGH_Evolve_c). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@396 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Changed C++ style comment to C.rideout2002-07-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@395 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Really set deallocated data pointers for grid arrays to NULL.tradke2002-07-05
| | | | | | | Before they got allocated to a single array element. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@394 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Fixed bug in NULL pointer assignment when switching off storage for scalar ↵tradke2002-07-01
| | | | | | | | | variables. This closes PR CactusPUGH/1114. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@393 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Removed constant PUGH_UNDEFINEDSTORAGE which was never used anywhere.tradke2002-07-01
| | | | | | | This closes PR CactusPUGH/1114. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@392 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Fixed a bug where GH->data[] pointers for grid scalars were set to NULLtradke2002-06-27
| | | | | | | even if they had storage assigned globally. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@391 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Fixed a bug where GH->data[] pointers for certain timelevels were assignedtradke2002-06-26
| | | | | | | | to NULL even if storage was not deallocated for them. This closes PR CactusWave/1105. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@390 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Set the data pointer in the GH->data[] array to NULL when switching off storagetradke2002-06-21
| | | | | | | | for a variable. This lets the code crash immediatly once you try to access such a variable without storage. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@389 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Don't use internal CCTK variable "_cctk_one" anymore because it is about to ↵tradke2002-06-17
| | | | | | be removed. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@388 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Added email addresses of author(s)/maintainer(s) of this thorn.tradke2002-06-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@386 b61c5cb5-eaca-4651-9a7a-d64986f99364
* changing the documentation.tex files to use our cactus style fileikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@385 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Added semicolon after CCTK_FILEVERSION().rideout2002-05-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@384 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Declare PUGH_SyncGArrayGroup() to be a static function like its declarationtradke2002-05-13
| | | | | | | | | before did. This fixes a compiler warning. VS: ---------------------------------------------------------------------- git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@383 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Bugfix for switching off storage for scalar variables.tradke2002-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@382 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Removing another extraneous erroneous error detection bit.goodale2002-04-21
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@380 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Removing an erroneous error check.goodale2002-04-19
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@379 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Bugfix in PUGHi_DisableScalarGroupStorage() where a loop over timelevelstradke2002-04-18
| | | | | | | | was counted up instead of down. Thanks to Ian Hawke to find out. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@378 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Set the identity string in the cGH structure.tradke2002-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@377 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Making sync switch on comm for GA group.goodale2002-04-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@376 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Changing so that the number of timelevels enabled isn't necessarilygoodale2002-04-16
| | | | | | | | | | the maximum. Now overloads the CCTK_GroupStorageIncrease/Decrease functions and only rotates the levels with storage. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@375 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Fixed a bug when freeing the comm structure of individual grid arrays withtradke2002-04-08
| | | | | | | | multiple timelevels. Completed grdoc. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@374 b61c5cb5-eaca-4651-9a7a-d64986f99364
* fixed spelling of "pad"rideout2002-04-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@373 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Fixed some typos / minor 'bugs'.rideout2002-04-04
| | | | | | | | Removed empty "Load Balancing" section (this documentation is provided by the "Processor Decomposition" section). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@372 b61c5cb5-eaca-4651-9a7a-d64986f99364
* PUGH_ReturnTotalStorage(void) and PUGH_ReturnMaxStorage(void) return the ↵lanfer2002-03-08
| | | | | | total/maximal storage allocted by PUGH git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@371 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Information and diagrams for computational grid partitioning, pointing out ↵allen2002-02-23
| | | | | | that irregular partitions are not possible git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@370 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Fixed some compiler warnings.tradke2002-01-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@366 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Adding missing header file.goodale2001-11-11
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@365 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Don't assign storage to a scalar group if storage was already switched on.tradke2001-11-06
| | | | | | | Closes PR CactusPUGH-PUGH 823. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@364 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Added const qualifier to the 'cGH *' argument of some more overloadable ↵tradke2001-11-05
| | | | | | functions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@363 b61c5cb5-eaca-4651-9a7a-d64986f99364
* It's prefectly legitimate to have an array with 0 points as long asgoodale2001-11-02
| | | | | | | | | | storage isn't assigned for it, so check that avgpoints > 0 before dividing by it. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@362 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Added a simple routine for a thorn to register a routine for scheduledallen2001-10-31
| | | | | | | function calling to PUGH. This will be improved in the next few days. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@361 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Forget to change parameter type for PUGH_MPIDataType().tradke2001-10-31
| | | | | | | Closes CactusPUGH-PUGH 818. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@360 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Fixed a copy/paste bug from my latest config.tradke2001-10-31
| | | | | | | Closes PR CactusPUGH-PUGH 819. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@359 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Fixed fatal typo in storage allocationallen2001-10-31
| | | | | | | | | Cactus/819 Thanks Erik !! git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@358 b61c5cb5-eaca-4651-9a7a-d64986f99364
* PUGH overloadables for CCTK_MyProc(), CCTK_nProcs(), CCTK_Barrier() taketradke2001-10-31
| | | | | | | | a 'const cGH *' argument now. Also fixed a couple of other warnings. Untabified sources. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@357 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Added new internal pugh function for providing the processor topology for GFs ofallen2001-10-28
| | | | | | | a given dimension. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@356 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Filled out the maxskew variable which wasn't being set.allen2001-10-28
| | | | | | | | | | | | Also added a private parameter "info", at the moment it can take the values none or load, if load is chosen it shows the actual load on each processor. I want to add more options for printing out the local domain etc on each processor. Documented the maxskew variable, and how to spot if you are using MPI or not. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@355 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Typo in grdocallen2001-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@354 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Added new function PUGH_PrintStorage(cctkGH) which can be used as a debuggingallen2001-10-13
| | | | | | | | call in application code to indicate which grid variables have storage allocated at that time. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@353 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Added missing header <string.h>.tradke2001-10-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@352 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Preliminary support for 'vector' Grid Variables (see commits to ↵goodale2001-10-07
| | | | | | | | | | | | | | interface_parser.ccl for syntax). Works for GFs and GAs, but not implemented yet for GSs. Please treat this as volatile until it is documented, and let me know if you are using it. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@351 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Bugfix for setting up ghostsizes for variables of dimensions greater than 3.tradke2001-10-03
| | | | | | | Completed grdoc. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@350 b61c5cb5-eaca-4651-9a7a-d64986f99364
* Bugfix for setting up ghostsizes for variables of dimensions greater than 3.tradke2001-10-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@349 b61c5cb5-eaca-4651-9a7a-d64986f99364