git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9901 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user