aboutsummaryrefslogtreecommitdiff
path: root/src/Storage.c
Commit message (Expand)AuthorAge
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
* Removed trailing semicolon after DECLARE_CCTK_PARAMETERS macro.tradke2004-04-22
* Allow vector groups of scalars.schnetter2003-11-21
* Change to CCTK_MaxTimeLevelsallen2003-07-16
* Added a const qualifier to the 'cGH *' argument of PUGH functions which overloadtradke2003-07-14
* Warn about allocation of zero-sized variable only if its global size is zero.tradke2003-03-26
* The GH->data pointer wasn't set by PUGHi_EnableScalarGroupStorage().tradke2003-02-17
* Fixed error messageallen2002-12-30
* Check whether storage allocation succeeded (and issue a warning if not)tradke2002-10-24
* Really set deallocated data pointers for grid arrays to NULL.tradke2002-07-05
* Fixed bug in NULL pointer assignment when switching off storage for scalar va...tradke2002-07-01
* Fixed a bug where GH->data[] pointers for grid scalars were set to NULLtradke2002-06-27
* Fixed a bug where GH->data[] pointers for certain timelevels were assignedtradke2002-06-26
* Set the data pointer in the GH->data[] array to NULL when switching off storagetradke2002-06-21
* Don't use internal CCTK variable "_cctk_one" anymore because it is about to b...tradke2002-06-17
* Added semicolon after CCTK_FILEVERSION().rideout2002-05-18
* Bugfix for switching off storage for scalar variables.tradke2002-05-10
* Removing another extraneous erroneous error detection bit.goodale2002-04-21
* Removing an erroneous error check.goodale2002-04-19
* Bugfix in PUGHi_DisableScalarGroupStorage() where a loop over timelevelstradke2002-04-18
* Changing so that the number of timelevels enabled isn't necessarilygoodale2002-04-16
* PUGH_ReturnTotalStorage(void) and PUGH_ReturnMaxStorage(void) return the tota...lanfer2002-03-08
* Don't assign storage to a scalar group if storage was already switched on.tradke2001-11-06
* Added const qualifier to the 'cGH *' argument of some more overloadable funct...tradke2001-11-05
* Fixed a copy/paste bug from my latest config.tradke2001-10-31
* Fixed fatal typo in storage allocationallen2001-10-31
* PUGH overloadables for CCTK_MyProc(), CCTK_nProcs(), CCTK_Barrier() taketradke2001-10-31
* Typo in grdocallen2001-10-22
* Preliminary support for 'vector' Grid Variables (see commits to interface_par...goodale2001-10-07
* Fixing up the storage report so it actually does report.allen2001-09-25
* Extended storage_verbose parameter to give a report on the maximum amount of ...allen2001-09-16
* Fixed bug for scalar group storage allocation within schedule groups.tradke2001-09-01
* Enable/disable storage for CCTK_SCALAR variables. Although memory for thosetradke2001-08-30
* Tolerate storage allocation for zero-sized arrays (just issue a warning).tradke2001-08-27
* Making rcsid string a constant - PR 669.goodale2001-05-10
* Initialize memory for allocated CCTK variables according to the setting oftradke2001-05-07
* Fixed a bug in PUGH_ArrayGroupSize().tradke2001-04-19
* Adding back PUGH::enable_all_storage which got accidently removed some time ago.allen2001-04-13
* Changes to logic for QueryGroupStorage and ArrayGroupSizeallen2000-12-17
* Added name to warning messageallen2000-12-01
* Calculate the total allocated storage in MBytes.tradke2000-10-11
* Fixed buglet in printf statementallen2000-10-09
* Make the option to report on storage steerableallen2000-09-21
* Added an index for arrays to the pGA and pGH which is needed to make thatallen2000-09-01
* Enabled PUGH to synchronize groups of arrays in one communication calltradke2000-06-14