git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9901 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-05-23 22:45:11 +00:00
parent e85fdb8d63
commit 60b9a09f77
4 changed files with 79 additions and 9 deletions

View File

@ -1509,9 +1509,10 @@ void Comm::forward_comm_array(int n, double **array)
communicate inbuf around full ring of processors with messtag
nbytes = size of inbuf = n datums * nper bytes
callback() is invoked to allow caller to process/update each proc's inbuf
note that callback() is invoked on final iteration for original inbuf
if self=1 (default), then callback() is invoked on final iteration
using original inbuf, which may have been updated
for non-NULL outbuf, final updated inbuf is copied to it
outbuf = inbuf is OK
outbuf = inbuf is OK
------------------------------------------------------------------------- */
void Comm::ring(int n, int nper, void *inbuf, int messtag,