rename reverse communication calls

This commit is contained in:
Axel Kohlmeyer
2022-02-21 21:18:28 -05:00
parent 4c0192cae1
commit de4a9f268e
72 changed files with 151 additions and 151 deletions

View File

@ -1423,7 +1423,7 @@ void CommTiled::forward_comm(Pair *pair)
nsize used only to set recv buffer limit
------------------------------------------------------------------------- */
void CommTiled::reverse_comm_pair(Pair *pair)
void CommTiled::reverse_comm(Pair *pair)
{
int i,irecv,n,nsend,nrecv;
@ -1523,7 +1523,7 @@ void CommTiled::forward_comm(Fix *fix, int size)
some are smaller than max stored in its comm_forward
------------------------------------------------------------------------- */
void CommTiled::reverse_comm_fix(Fix *fix, int size)
void CommTiled::reverse_comm(Fix *fix, int size)
{
int i,irecv,n,nsize,nsend,nrecv;
@ -1571,7 +1571,7 @@ void CommTiled::reverse_comm_fix(Fix *fix, int size)
NOTE: how to setup one big buf recv with correct offsets ??
------------------------------------------------------------------------- */
void CommTiled::reverse_comm_fix_variable(Fix * /*fix*/)
void CommTiled::reverse_comm_variable(Fix * /*fix*/)
{
error->all(FLERR,"Reverse comm fix variable not yet supported by CommTiled");
}
@ -1629,7 +1629,7 @@ void CommTiled::forward_comm(Compute *compute)
nsize used only to set recv buffer limit
------------------------------------------------------------------------- */
void CommTiled::reverse_comm_compute(Compute *compute)
void CommTiled::reverse_comm(Compute *compute)
{
int i,irecv,n,nsend,nrecv;
@ -1722,7 +1722,7 @@ void CommTiled::forward_comm(Dump *dump)
nsize used only to set recv buffer limit
------------------------------------------------------------------------- */
void CommTiled::reverse_comm_dump(Dump *dump)
void CommTiled::reverse_comm(Dump *dump)
{
int i,irecv,n,nsend,nrecv;