aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGH.c
Commit message (Expand)AuthorAge
* Destroy the comm buffer, connectivity, and extras structure for each group oncetradke2000-09-18
* Checking for a NULL cGH for MyProc and nProcs.goodale2000-09-16
* Added an index for arrays to the pGA and pGH which is needed to make thatallen2000-09-01
* Backing out my change from last night, as it is now redundant.goodale2000-07-21
* Stopping a coredump from DestroyPGH when thre are variables withgoodale2000-07-20
* Changed assert(0) to abort() in PUGH_Abort, and commented it out.allen2000-07-20
* Uncommenting memory freeing on all timelevelsallen2000-07-19
* Registered reduction routines return an error code, and split reduction.callen2000-07-19
* Putting back the loop over time levels in DestroyPGHallen2000-07-18
* Changes for CCTK_Exit and CCTK_Abortallen2000-07-14
* Coding style fix and code consistency change.goodale2000-07-09
* Commit the derived datatype which is used to communicate CCTK_COMPLEX data.tradke2000-06-27
* Removing loop over timelevels in destroying grid arraysallen2000-06-22
* Really free comm buffers when destroying a grid array variable.tradke2000-06-22
* Fixed initialization of a pGH's identity_string.tradke2000-06-16
* Enabled PUGH to synchronize groups of arrays in one communication calltradke2000-06-14
* Removing an extraneous free.goodale2000-05-11
* Small memory leaksallen2000-05-10
* Changed names of PUGH functions to be uniform. Now all PUGH functionsgoodale2000-04-19
* Fixing rscid warnings, untabified files, combined identical case statementstradke2000-04-18
* #define MPI becomes #define CCTK_MPIallen2000-04-04
* Major changes to PUGH as the dearly loved pGF is removed, and a grid functionallen2000-03-23
* Completed DestroyPGH(), added DestroyConnectivity() and DestroyPGextras().tradke2000-03-13
* Fixing compiler warnings about unused variables, missing prototypes,tradke2000-03-08
* Cosmeticallen2000-03-05
* Adding periodic option back to PUGH. This is still to be tested.allen2000-03-04
* Bugfix for dim == 0.tradke2000-03-03
* Untabified.goodale2000-02-17
* Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they areallen2000-02-05
* Updated PUGH for the new ScheduleTraverseGH stuff.goodale2000-01-27
* cctk_arguments -> cctk_Argumentsallen2000-01-27
* Arrays (no communication yet)allen2000-01-25
* freeing allocated arraylanfer2000-01-14
* bug fix - thanks Malcolmlanfer2000-01-14
* New specification for CCTK_GroupDataallen2000-01-13
* staggering with pughlanfer2000-01-12
* Changing to new function CCTK_GroupDataallen2000-01-12
* Made DestroyPGH at least look like it does the right thing.goodale1999-12-02
* Added lots of missing function prototypes.goodale1999-11-30
* Moving local grid set up to BoundingBoxallen1999-11-01
* Removed sp2dxyz from pGH structure. This went into IOFlexIO's GH extensions.tradke1999-10-27
* Various things pointed out by running Insure on the code. Normallygoodale1999-10-26
* Cactus/155: pointer bug fixedlanfer1999-10-24
* PUGH now supports 1D grid functions. There could well still be someallen1999-10-24
* Changes for new timer stuff.goodale1999-10-21
* #ifdef 0 -> #if 0goodale1999-10-20
* Fixed memory allocation bug - PR/138.goodale1999-10-18
* More informative prototype for ProcTopallen1999-10-18
* Fixes from branchallen1999-10-17
* Adding infrastructure for 1D and 2D GFs ... but haven't added decompositionallen1999-10-17