aboutsummaryrefslogtreecommitdiff
path: root/src/ReduceGA.c
Commit message (Expand)AuthorAge
* Replace Cactus complex number type with C/C++ complex numbersHEADmastereschnett2013-03-08
* Remove superfluous if conditioneschnett2012-11-22
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Remove unused variableseschnett2012-05-11
* Added free statements for local variables, added a check condition not to all...yye002005-12-07
* Calculate the index ranges for the local reduction correctly. PUGH'sschnetter2005-11-02
* This patch switches checking from #ifdef cctk_* to #ifdef have_cctk*, otherwi...yye002005-10-25
* These are the final changes to the reduction stuff. All tests passed.yye002005-10-21
* best parameter table checking is now addedyye002005-10-19
* fixed the false warning messages, added parameter table creation/deletion che...yye002005-10-18
* A minor modification for divide by zero weight sumyye002005-09-15
* This commit fully enables full weighted reduction operations from PUGHReduceyye002005-09-14
* Use CCTK_BYTE instead of CCTK_CHARschnetter2005-01-29
* matching the new -correct- complex reduction definitionsyye002005-01-25
* Add missing #include <stddef.h> and #include <stdio.h> statements.schnetter2004-12-30
* update to match local reduction updateyye002004-12-14
* fixed staggering with new global reduction, will add more tests to globalredu...yye002004-11-29
* use var index instead group index, fix from Ian Hawkeyye002004-11-03
* added mpi_reduce calls, made the processor number an argument in grid array r...yye002004-10-19
* changed mpi_operation to global_operation-better namingyye002004-10-14
* Make it work in the non-MPI case.goodale2004-09-14
* Fix memory allocation error.goodale2004-09-14
* typoyye002004-09-09
* minor fixyye002004-09-09
* New global reduction stuff.goodale2004-09-09