aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Adding periodic option back to PUGH. This is still to be tested.allen2000-03-04
* Untabified.goodale2000-02-17
* Added a functiongoodale2000-02-02
* Updated PUGH for the new ScheduleTraverseGH stuff.goodale2000-01-27
* Arrays (no communication yet)allen2000-01-25
* The pGV stuff is now compiled, and the header is included in pugh.h.goodale1999-11-09
* Removed sp2dxyz from pGH structure. This went into IOFlexIO's GH extensions.tradke1999-10-27
* PUGH now supports 1D grid functions. There could well still be someallen1999-10-24
* Changes for new timer stuff.goodale1999-10-21
* The general structure for a grid variable, not used yet.allen1999-10-21
* Commenting out another macro for the data index ... thought thisallen1999-10-21