aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* add code to align allocated memory for vectorizationrhaas2013-08-02
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Correct function signatureseschnett2011-01-21
* Applied patch from Erik Schnetter: rename PUGHi_GenerateTopology totradke2006-06-23
* Erik's patch to "Make PUGH's memory statistics work again".tradke2006-06-15
* Changes from Dylan Stark to allow registration of topologygoodale2005-12-14
* Apply Frank Loeffler's patch to improve the processor distribution ofschnetter2005-09-26
* Using neighbours to correctly setup bbox and ownership arrays.dstark2005-06-20
* Provide MPI datatypes for both CCTK_BYTE and CCTK_CHARschnetter2005-01-29
* Store the directional stagger indices in the pGV structure rather than just thetradke2004-06-26
* Untabified.goodale2004-05-17
* Fokke Dijkstra's patch: Added new routine PUGH_SetTopology() which can be calledtradke2004-01-08
* Fix for my latest commit which broke MPI configurations.tradke2003-12-05
* Made a few more functions static.tradke2003-12-05
* Bug was discovered by Fokke Dijkstra: manual partitioning settings wastradke2003-12-01
* Allow vector groups of scalars.schnetter2003-11-21
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Removed constant PUGH_UNDEFINEDSTORAGE which was never used anywhere.tradke2002-07-01
* Changing so that the number of timelevels enabled isn't necessarilygoodale2002-04-16
* 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
* 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
* 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
* Removed prototype for pGH_SetupnProcs() which is now a static routine.tradke2001-06-11
* Compiler warningsallen2001-05-10
* Prototype changed for PUGH_EnableGArrayDataStorage().tradke2001-05-07
* Removed prototype for PUGH_EnableGArrayGroupStorage() which is nowtradke2001-04-19
* Added prototype for new routine PUGH_MPIDataType().tradke2001-02-14
* PUGH support for CCTK_COMPLEX8 datatype.tradke2000-11-29
* Fixed type of the timer variable from double to int.tradke2000-09-18
* Removed the first_array_in_group flag from the pGA. It's not needed anymore.tradke2000-09-18
* Added an array of stati to comm structure for outstanding send requests.tradke2000-09-15
* Added an index for arrays to the pGA and pGH which is needed to make thatallen2000-09-01
* #ifdef _cplusplus should read #ifdef __cplusplus.tradke2000-08-01
* Fixing memory problem which can cause core dumps with timelevels. Thisgoodale2000-07-21
* Quick and dirty fix to prevent access to freed memory when destroying Array g...goodale2000-07-19
* Registered reduction routines return an error code, and split reduction.callen2000-07-19
* #ifdef _cplusplus should better be #ifdef __cplusplustradke2000-07-17
* Added new driver overloadable function for querying array data such as lsh.allen2000-06-22
* Really free comm buffers when destroying a grid array variable.tradke2000-06-22
* Enabled PUGH to synchronize groups of arrays in one communication calltradke2000-06-14
* Changed names of PUGH functions to be uniform. Now all PUGH functionsgoodale2000-04-19
* Use CCTK_MPI rather than MPIallen2000-04-04
* Removing old files with pGFsallen2000-04-03
* Uncommenting XDM etc for now, for EllPETScallen2000-03-28
* Major changes to PUGH as the dearly loved pGF is removed, and a grid functionallen2000-03-23
* Fixing compiler warnings about unused variables, missing prototypes,tradke2000-03-08
* Adding prototypes and removing warning messagesallen2000-03-05