aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Stop in PUGH_GetSliceSizes() with a level-0 warning rather than trying totradke2003-09-18
* Change to CCTK_MaxTimeLevelsallen2003-07-16
* Fixed a compiler warning about unused parameters.tradke2003-07-16
* Added a const qualifier to the 'cGH *' argument of PUGH functions which overloadtradke2003-07-14
* Fixed PUGH_GFSize() and PUGH_GFPeriodic() to also initialize the sizes andtradke2003-06-27
* Changed PUGH_Abort() to return with the given return code to abort withtradke2003-06-19
* Patch by Erik Schnetter to initialize new elements in the cGH structure:tradke2003-06-17
* Fixed domain decomposition of 'DISTRIB=const' arrays. Now it also parallelizestradke2003-03-31
* 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
* Parameter Cactus::max_runtime is now evaluated as REAL.tradke2003-01-12
* Reduce the local termination flag from all processors and have DoneMainLoop()tradke2003-01-10
* Fixed error messageallen2002-12-30
* Support additional termination condition using the new cactus::max_runtimetradke2002-11-08
* Check whether storage allocation succeeded (and issue a warning if not)tradke2002-10-24
* Fixed comment.rideout2002-07-11
* Changed C++ style comment to C.rideout2002-07-09
* 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