aboutsummaryrefslogtreecommitdiff
path: root/src/SetupGroup.c
Commit message (Expand)AuthorAge
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Fixed bug in topology setup for dimensions with zero grid points.tradke2006-11-29
* 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
* Insert several checks whether variable indices passed into routinesschnetter2005-09-26
* Using neighbours to correctly setup bbox and ownership arrays.dstark2005-06-20
* Allow realloc to return NULL for a zero-sized requestschnetter2005-03-24
* assert fixyye002004-08-12
* Apply manual topology settings also to the distribution of grid arrays.tradke2004-04-29
* 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
* Fixed domain decomposition of 'DISTRIB=const' arrays. Now it also parallelizestradke2003-03-31
* Preliminary support for 'vector' Grid Variables (see commits to interface_par...goodale2001-10-07
* Fixed bug for scalar group storage allocation within schedule groups.tradke2001-09-01
* Enable/disable storage for CCTK_SCALAR variables. Although memory for thosetradke2001-08-30
* Set the timelevel to be synchronized to 0.tradke2001-05-10
* Making rcsid string a constant - PR 669.goodale2001-05-10
* Initialize memory for allocated CCTK variables according to the setting oftradke2001-05-07
* Fix to make local grid size specification work again with local_nx etc.allen2001-02-23
* Check that there are enough points in a particular direction beforegoodale2000-12-14
* Don't need to set first_array_in_group anymore.tradke2000-09-18
* New parameter cacheline_mult which can be used to spread the cachelinesgoodale2000-09-04
* Added an index for arrays to the pGA and pGH which is needed to make thatallen2000-09-01
* Things picked up by purify.goodale2000-07-19
* Quick and dirty fix to prevent access to freed memory when destroying Array g...goodale2000-07-19
* 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
* Fixed typo in rcsidallen2000-04-18
* Fixing rcsid warning.tradke2000-04-18
* Removing old files with pGFsallen2000-04-03
* Major changes to PUGH as the dearly loved pGF is removed, and a grid functionallen2000-03-23
* Fixing CactusPUGH-PUGH/256 (uninitialised variable)allen2000-03-05
* Untabified.goodale2000-02-17
* Fixed small bugs in overlap and neighbours for arraysallen2000-02-03
* Arrays (no communication yet)allen2000-01-25
* staggering with pughlanfer2000-01-12
* Changing to new function CCTK_GroupDataallen2000-01-12
* Support for CCTK_INT2 etcallen1999-12-02
* Added lots of missing function prototypes.goodale1999-11-30
* Some stagger stuff.goodale1999-10-27
* Adding infrastructure for 1D and 2D GFs ... but haven't added decompositionallen1999-10-17
* Stop if an array group is used !goodale1999-09-19
* nclude file changesallen1999-07-30
* New names for Group function callsallen1999-07-08
* Changed CCTK_VARIABLE_INTEGER to CCTK_VARIABLE_INTallen1999-07-03
* Added CCTK_WARNs to replace printfallen1999-07-01