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

This commit is contained in:
sjplimp
2013-07-03 15:50:00 +00:00
parent d469f8f067
commit 5b5798769f
12 changed files with 147 additions and 57 deletions

View File

@ -1024,8 +1024,7 @@ void Comm::borders()
// pack up list of border atoms
if (nsend*size_border > maxsend)
grow_send(nsend*size_border,0);
if (nsend*size_border > maxsend) grow_send(nsend*size_border,0);
if (ghost_velocity)
n = avec->pack_border_vel(nsend,sendlist[iswap],buf_send,
pbc_flag[iswap],pbc[iswap]);
@ -1466,10 +1465,7 @@ void Comm::forward_comm_array(int n, double **array)
MPI_Request request;
MPI_Status status;
// check that buf_send and buf_recv are big enough
// NOTE: check that buf_send and buf_recv are big enough
for (iswap = 0; iswap < nswap; iswap++) {