aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGV.c
Commit message (Expand)AuthorAge
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Applied patch from Erik Schnetter: rename PUGHi_GenerateTopology totradke2006-06-23
* Changes from Dylan Stark to allow registration of topologygoodale2005-12-14
* Apply Frank Loeffler's patch to improve the processor distribution ofschnetter2005-09-26
* Improve periodic boundaries on small domains: allow the number ofschnetter2005-09-26
* Using neighbours to correctly setup bbox and ownership arrays.dstark2005-06-20
* Set cctk_bbox to zero for periodic boundaries.schnetter2005-04-18
* Implement the option "PUGH::local_size_includes_ghosts", which allowsschnetter2005-03-20
* Calculate load skew correctlyschnetter2005-01-02
* Store the directional stagger indices in the pGV structure rather than just thetradke2004-06-26
* Check on each processor that there are enough interior points.tradke2004-06-21
* Added a sanity check 'nsize >= 3*nghosts' and abort if this is not true.tradke2004-06-08
* Adding semicolon after fileversion macro so TAGS work properly.goodale2004-02-05
* Ian's fix for malloc(0) which returns NULL on DEC machines and thus weretradke2003-12-11
* 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
* Changed C++ style comment to C.rideout2002-07-09
* Really set deallocated data pointers for grid arrays to NULL.tradke2002-07-05
* It's prefectly legitimate to have an array with 0 points as long asgoodale2001-11-02
* Filled out the maxskew variable which wasn't being set.allen2001-10-28
* Preliminary support for 'vector' Grid Variables (see commits to interface_par...goodale2001-10-07
* The pGExtras->hyper_volume[] array is counted by number of elements now,tradke2001-06-12
* Making rcsid string a constant - PR 669.goodale2001-05-10
* Call new routine PUGH_MPIDataType() to get the MPI datatype.tradke2001-02-14
* Fixes to the processor topology code. Now does split into 4x4x4 on 64procsgoodale2001-01-30
* PUGH support for CCTK_COMPLEX8 datatype.tradke2000-11-29
* The connectivity and the extras structure for CCTK_ARRAY variablestradke2000-09-18
* Allocate/free array of stati 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
* Forgot to free the connectivity and extras when destroying CCTK_ARRAY vars.tradke2000-08-25
* Fixing memory problem which can cause core dumps with timelevels. Thisgoodale2000-07-21
* Removing silly code.goodale2000-07-20
* Quick and dirty fix to prevent access to freed memory when destroying Array g...goodale2000-07-19
* 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
* Fixing a strange assignment. A few rearrangements. Free some more memorygoodale2000-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 MPIallen2000-04-04
* Removing old files with pGFsallen2000-04-03
* staggering with PGVlanfer2000-03-27
* 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
* Load balancing grid decomposition for PUGH.allen2000-03-07
* Cosmetic changesallen2000-03-04