aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGH.c
Commit message (Expand)AuthorAge
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Correct function signatureseschnett2011-01-21
* Do not set up topologies for lower-dimensional grid functions if theseschnetter2009-01-28
* 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
* Add missing #include <stddef.h> and #include <stdio.h> statements.schnetter2004-12-30
* Fix for my last commit: destroy groups in ascending order.tradke2004-06-29
* Don't try to free zero-sized vector groups.tradke2004-06-29
* Since scalars are zero-dim GAs now, need an extra check for the extras andgoodale2004-05-18
* Adding semicolon after fileversion macro so TAGS work properly.goodale2004-02-05
* Fokke Dijkstra's patch: Added new routine PUGH_SetTopology() which can be calledtradke2004-01-08
* Bug was discovered by Fokke Dijkstra: manual partitioning settings wastradke2003-12-01
* Allow vector groups of scalars.schnetter2003-11-21
* Changed PUGH_Abort() to return with the given return code to abort withtradke2003-06-19
* PUGH overloadables for CCTK_MyProc(), CCTK_nProcs(), CCTK_Barrier() taketradke2001-10-31
* Enable/disable storage for CCTK_SCALAR variables. Although memory for thosetradke2001-08-30
* Included <string.h> for memset.tradke2001-06-14
* Now PUGH also supports all the fixed-precision CCTK datatypes.tradke2001-06-12
* Explicitly flush stdout and stderr in PUGH_Abort()tradke2001-06-11
* Fixed gcc warnings.tradke2001-05-28
* Making rcsid string a constant - PR 669.goodale2001-05-10
* Fix to make local grid size specification work again with local_nx etc.allen2001-02-23
* Check that there are enough grid points to make it worthwhile parallelisinggoodale2000-12-14
* PUGH support for CCTK_COMPLEX8 datatype.tradke2000-11-29
* 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