summaryrefslogtreecommitdiff
path: root/src/comm/Reduction.c
Commit message (Expand)AuthorAge
* Also change the prototype for the Fortran ReduceGridArrays routine to match.hawke2004-11-03
* Add Fortran prototype for CCTK_NumLocalArrayReduceOperators.hawke2004-11-03
* Correct the argument list for the Fortran interface for the new Reduction API.hawke2004-11-03
* Patch from Yaakoub to add a processor-number to reduce to to thegoodale2004-10-19
* Tidying patch from Yaakoub - removing unused vars and fixing some prototypes.goodale2004-09-09
* patch from Yaakoub to add new GA reduction API.goodale2004-08-30
* Comment out debug message about registration of new reduction ops.tradke2004-08-18
* New reduction APIs - as done by Yaakoub.goodale2004-08-12
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Store function pointers in a struct before adding them to the array reductiontradke2003-03-26
* Added const qualifiers to all the pointer function arguments in the flesh'stradke2003-03-10
* Putting semicolons at the end of CCTK_FILEVERSIONs.goodale2002-11-12
* Removed a garbage line in the grdoc.tradke2002-05-29
* Tidied some warnings and added new function to return interp/reduce operator ...allen2001-12-27
* Added missing prototypes for fortran wrappers.tradke2001-12-13
* Added implementation information to reduce structureallen2001-10-23
* Sync with local changes: some grdoc completion, removed spurios tabs.tradke2001-09-20
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Registered reduction operators return intsallen2000-07-19
* Removing #include <malloc.h>goodale2000-05-13
* New macros for fortran callsallen2000-05-10
* Accidently pasted 'comm_Interp_c' into the CCTK_FILEVERSION argument.tradke2000-04-18
* Removing rcsid warningsallen2000-04-17
* Untabified.goodale2000-01-27
* Replacing CCTK_WARN with CCTK_Warnallen2000-01-17
* Corrected return codes for CCTK_Reduce() and CCTK_ReduceArray():tradke1999-12-10
* simple interfaces for local scalar/1d/2d/3d reductionslanfer1999-11-28
* Removed tabs from files.goodale1999-11-24
* Small change to CCTK_ReduceLocalArray1D() which does now element-wise reductiontradke1999-10-20
* reduction of 1d arrays, needs harmonizing!lanfer1999-10-19
* added interface for 1D local array reductionlanfer1999-10-18
* Switched order of cctkGH and retcode parameter in fortran bindingstradke1999-09-22
* Added generic reduction routine CCTK_ReduceArray and CCTK_ReduceLocalScalartradke1999-08-20
* Include file name changesallen1999-07-30
* More subroutine name changesallen1999-07-24
* New names for many of the Group functions which are used by infrastructureallen1999-07-08
* Fixed bug in variable argument list handling.allen1999-07-05
* Reduction works from fortran with variable argument lists nowallen1999-07-04
* Fortran interface for reduction nearly finished, now itallen1999-07-04
* Changed CCTK_Warns t CCTK_WARN so that I can try and pass thorught theallen1999-07-03
* Sorted out previous confusions (hopefully)allen1999-07-03
* Bug fix ... I was calculating all reduction operations twiceallen1999-06-29
* Compiler warning fixallen1999-06-28
* Various chnages suggested by compilation warnings etc.goodale1999-06-24
* Double -> CCTK_REALallen1999-06-15
* Routines to deal with registering and using reduction operators. Still to add:allen1999-05-13