aboutsummaryrefslogtreecommitdiff
path: root/src/Storage.c
Commit message (Expand)AuthorAge
* add code to align allocated memory for vectorizationrhaas2013-08-02
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Fixing error messages for PUGH_QueryGroupStorage(), when it is passed anrideout2009-01-18
* Correct error in error checking: malloc can return NULL if 0 bytes areschnetter2008-03-20
* * Cast the expressions for the sizes of malloc calls to size_t. This fixes P...rideout2007-04-10
* Erik's patch to "Make PUGH's memory statistics work again".tradke2006-06-15
* Improve periodic boundaries on small domains: allow the number ofschnetter2005-09-26
* Insert several checks whether variable indices passed into routinesschnetter2005-09-26
* Take group vector length into account when deciding how to allocateschnetter2005-03-24
* Take the vector length into account when allocating storage.schnetter2005-02-19
* Fill activetimelevels field of cGroupDynamicData structure.schnetter2005-01-29
* Return size 1 in PUGH_ArrayGroupSize() for zero-sized vector groups (same astradke2004-06-29
* 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