summaryrefslogtreecommitdiff
path: root/src/comm
Commit message (Expand)AuthorAge
...
* For CCTK_InterpGridArrays(), merge the local and global parameter tables into atradke2003-01-06
* Added fortran wrapper for CCTK_InterpGridArrays().tradke2002-12-16
* Added CactusDefaultInterpGridArrays() as default overloadable function fortradke2002-12-16
* Fixed gcc warning.tradke2002-12-16
* Putting semicolons at the end of CCTK_FILEVERSIONs.goodale2002-11-12
* [[from Jonathan Thornburg]]tradke2002-06-07
* Check if there is an local/grid interpolation operator registered under atradke2002-05-31
* Removed a garbage line in the grdoc.tradke2002-05-29
* [[from Jonathan Thornburg]]tradke2002-05-23
* Two new overloadable routinesgoodale2002-04-04
* [[changes from Jonathan Thornburg, checked in by David Rideout]]rideout2002-02-22
* Tidied some warnings and added new function to return interp/reduce operator ...allen2001-12-27
* Added missing prototypes for fortran wrappers.tradke2001-12-13
* Fixed fortran wrappers for CCTK_SyncGroupXXX() and CCTK_Barrier()tradke2001-12-09
* Forgot to add a prototype for CCTK_QueryGroupStorage().tradke2001-12-06
* Added fortran wrapper for CCTK_QueryGroupStorage(). Maybe this file is not thetradke2001-12-06
* Undo something from my last commit where I accidentally changed the APItradke2001-11-05
* Adding a const qualifier to the 'cGH *' argument of some flesh routinestradke2001-11-05
* CCTK_MyProc(), CCTK_nProcs(), CCTK_Barrier() and their Cactus defaulttradke2001-10-31
* Added implementation information for interpolation operatorsallen2001-10-23
* Added implementation information to reduce structureallen2001-10-23
* Sync with local changes: some grdoc completion, removed spurios tabs.tradke2001-09-20
* Added fortran wrappers for CCTK_DisableGroupComm() and CCTK_DisableGroupStora...tradke2001-08-04
* Explicitly flush stdout and stderr before calling CactusDefaultAbort()tradke2001-06-11
* Get rid of the old interpolator interface which is depricated now.tradke2001-05-28
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Check for invalid group/variable indices/names.tradke2001-05-04
* CCTK_CHAR -> CCTK_BYTEallen2001-02-25
* use OVERLOAD_INITIALISE instead of OVERLOAD_CHECKallen2001-02-24
* Return different error codes for different errors.tradke2001-02-17
* Added new interpolation API routines CCTK_InterpGV() and CCTK_InterpLocal().tradke2001-02-14
* REGISTER_INTERP_ARGLIST->INTERP_REGISTER_ARGLISTallen2000-09-21
* C default conversions mean that a CCTK_CHAR will be promoted to an int,goodale2000-07-26
* Replaced assert(0) with abort() in CactusDefaultAbortallen2000-07-20
* Registered reduction operators return intsallen2000-07-19
* #ifdef MPI changed into #ifdef CCTK_MPItradke2000-07-18
* Included assert.h which is need for non-MPI configs.tradke2000-07-17
* Added CactusDefaultAbortallen2000-07-15
* Change arguments for default CCTK_Exitallen2000-07-14
* New arguements for CCTK_Exit and CCTK_Abort, and fixed some return valuesallen2000-07-14
* Replace CCTK_WARN with CCTK_Warn (Cactus/396)allen2000-07-13
* CCTK_GetInterpHandle -> CCTK_InterpHandleallen2000-07-10
* Fortran wrappers for EnableGroupStorage and EnableGroupCommallen2000-06-24
* Removing #include <malloc.h>goodale2000-05-13
* New macros for fortran callsallen2000-05-10
* Bug in CCTK_SyncGroupsI (syncing a list of groups), hopefully this fixes Cact...allen2000-04-23
* Compiler warningsallen2000-04-19
* Fixing various warnings.goodale2000-04-19
* Stuff for cactus -x[n].goodale2000-04-18
* Cosmetic changes.goodale2000-04-18