aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Tidied up, so that everything is in nice columnsallen1999-10-21
* Adding back sp2dxyz ... this shouldn't be hereallen1999-10-18
* Adding infrastructure for 1D and 2D GFs ... but haven't added decompositionallen1999-10-17
* Adding global origin (maybe temporarily) to pugh structure ...allen1999-10-11
* A lot of parameter name changes, especially for IOallen1999-07-30
* Implementing new naming convention for variables on the cGH. See cGH.h forallen1999-06-25
* Enabled pugh to handle all CCTK_VARIABLE_??? types in communication.tradke1999-06-24
* Double -> CCTK_REALallen1999-06-15