aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Removed constant PUGH_UNDEFINEDSTORAGE which was never used anywhere.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
* Declare PUGH_SyncGArrayGroup() to be a static function like its declarationtradke2002-05-13
* 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
* Set the identity string in the cGH structure.tradke2002-04-18
* Making sync switch on comm for GA group.goodale2002-04-17
* Changing so that the number of timelevels enabled isn't necessarilygoodale2002-04-16
* Fixed a bug when freeing the comm structure of individual grid arrays withtradke2002-04-08
* PUGH_ReturnTotalStorage(void) and PUGH_ReturnMaxStorage(void) return the tota...lanfer2002-03-08
* Fixed some compiler warnings.tradke2002-01-07
* Adding missing header file.goodale2001-11-11
* 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
* It's prefectly legitimate to have an array with 0 points as long asgoodale2001-11-02
* Added a simple routine for a thorn to register a routine for scheduledallen2001-10-31
* Forget to change parameter type for PUGH_MPIDataType().tradke2001-10-31
* 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
* Added new internal pugh function for providing the processor topology for GFs ofallen2001-10-28
* Filled out the maxskew variable which wasn't being set.allen2001-10-28
* Typo in grdocallen2001-10-22
* Added new function PUGH_PrintStorage(cctkGH) which can be used as a debuggingallen2001-10-13
* Added missing header <string.h>.tradke2001-10-09
* Preliminary support for 'vector' Grid Variables (see commits to interface_par...goodale2001-10-07
* Bugfix for setting up ghostsizes for variables of dimensions greater than 3.tradke2001-10-03
* Bugfix for setting up ghostsizes for variables of dimensions greater than 3.tradke2001-10-03
* 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
* Private parameters to switch off overloading different driver functions.allen2001-09-16
* Removed restriction in processor topology setup whichtradke2001-09-12
* 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
* The condition for terminating the Cactus main evolution has changedallen2001-07-10
* Fixed compiler warning.tradke2001-06-18
* Included <string.h>.tradke2001-06-18
* Included <string.h> for memset.tradke2001-06-14
* Added coordinate information again to the pGH structure since it's neededtradke2001-06-14
* Now PUGH also supports all the fixed-precision CCTK datatypes.tradke2001-06-12
* The pGExtras->hyper_volume[] array is counted by number of elements now,tradke2001-06-12