summaryrefslogtreecommitdiff
path: root/src/comm
Commit message (Expand)AuthorAge
* Implement CCTK_Error and friendseschnett2013-02-26
* Move MPI support from flesh to a thorneschnett2012-07-21
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Add final newlineeschnett2011-09-25
* Provide Fortran wrapper for CCTK_SyncGroupsI().rideout2010-11-03
* Add a new function CCTK_MaxGFDim to the flesh which returns theschnetter2008-04-07
* Fix a bug in CactusDefaultSyncGroupsByDirI() where the flesh ran into antradke2006-07-24
* Declare and make use of new overloadable CCTK_SyncGroupsByDirI() whichtradke2006-07-06
* bumped the warning level from 3 to 1 on missing reduction operators (now that...yye002005-12-12
* Correct typos in comments.schnetter2005-11-19
* migration from misnomer pointwise-reduction to reduce arrays globallyyye002005-11-14
* Pointwise reduction flesh supportyye002005-11-08
* A fix to routine documentation, more of these will be made as time allows (st...yye002005-10-21
* Remove unused function declarations.schnetter2005-09-26
* Clean up the definitions of CCTK_ReduceLocalArrays andschnetter2005-08-04
* Do not cast t_reduce_operator** to void** -- this is illegal in C,schnetter2005-08-04
* Remove self field from cGH structureschnetter2005-01-29
* Protect call to sleep, as it is not available everywhere.goodale2004-11-05
* 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
* Removed old interpolator API code.tradke2004-06-20
* Added fortran wrapper for CCTK_InterpLocalUniform().tradke2004-05-17
* Fix previous patch so we only warn at most onece per processor per API.jthorn2004-05-14
* Add level 1 warnings to CCTK_InterpGV() and CCTK_InterpLocal()jthorn2004-05-11
* Reformat commentschnetter2004-04-04
* Remove empty filesschnetter2004-04-01
* Add CVS headerschnetter2004-04-01
* Put macros on one line so that Cactus CPP can deal with themallen2004-03-22
* Fix the return values of CactusDefaultGroupStorage{In,De}crease. Theyschnetter2004-01-16
* Fix memory leak in CactusDefaultGroupStorageDecreaseschnetter2004-01-16
* CCTK_{En,Dis}ableGroupStorage return not the number of time levels,schnetter2004-01-16
* Fix typoschnetter2004-01-16
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* /* flush stdout/stderr and then wait a few seconds before callingtradke2003-10-09
* Replace CCTK_NumTimeLevels with CCTK_MaxTimeLevelsallen2003-07-16
* Added a const qualifier to the cGH argument of all CCTK_SyncGroup*() fleshtradke2003-07-15
* Added a const qualifier to the 'cGH *' argument of the following functionstradke2003-07-14
* Free the string returned by CCTK_GroupName();tradke2003-07-08
* Changed CactusDefaultAbort() to return with the given return code to abort withtradke2003-06-19
* cGH.h: Add three new fields cctk_timefac, cctk_levoff, andschnetter2003-06-17
* 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
* Added CactusDefaultInterpGridArrays() as a default for the overloadabletradke2003-01-24
* Changed the order of function parameters in CCTK_InterpGridArrays().tradke2003-01-22