summaryrefslogtreecommitdiff
path: root/src/comm/CactusSync.c
Commit message (Collapse)AuthorAge
* Provide Fortran wrapper for CCTK_SyncGroupsI().rideout2010-11-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4646 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Declare and make use of new overloadable CCTK_SyncGroupsByDirI() whichtradke2006-07-06
| | | | | | | | | | | synchronises multiple groups in a single call. This function deprecates the old overloadable function CCTK_SyncGroup(). This patch concludes the discussion thread starting on http://www.cactuscode.org/old/pipermail/developers/2006-June/004933.html. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4348 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3446 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a const qualifier to the cGH argument of all CCTK_SyncGroup*() fleshtradke2003-07-15
| | | | | | | routines. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3275 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Putting semicolons at the end of CCTK_FILEVERSIONs.goodale2002-11-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3029 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed fortran wrappers for CCTK_SyncGroupXXX() and CCTK_Barrier()tradke2001-12-09
| | | | | | | | | | | which also takes an 'ierror' argument now returning the result of the corresponding C call. You will also need to update all thorns now which call these routines. See also separate mail to developers@cactuscode.org regarding this change. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2489 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2159 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check for invalid group/variable indices/names.tradke2001-05-04
| | | | | | | This closes PR Cactus 659. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2143 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New macros for fortran callsallen2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1637 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Bug in CCTK_SyncGroupsI (syncing a list of groups), hopefully this fixes ↵allen2000-04-23
| | | | | | Cactus/286. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1616 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing rcsid warningsallen2000-04-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1560 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new functiongoodale2000-01-28
| | | | | | | | | | | | | | | | | int CCTK_SyncGroupsI(cGH *GH, int n_groups, int *groups) which synchronises a list of groups. Added some more grdoc. Added #include of new header for this file. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1321 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK function name changesallen2000-01-25
| | | | | | | Reorganising file structure git-svn-id: http://svn.cactuscode.org/flesh/trunk@1296 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Freeing groupname after usage in CCTK_SyncGroupI().tradke1999-11-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1135 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cactus Sync routineslanfer1999-09-19
git-svn-id: http://svn.cactuscode.org/flesh/trunk@969 17b73243-c579-4c4c-a9d2-2d5706c11dac