fix bugs in comm style tiled with multi-cutoff
This commit is contained in:
@ -90,14 +90,13 @@ void CommTiled::init_buffers()
|
|||||||
|
|
||||||
maxoverlap = 0;
|
maxoverlap = 0;
|
||||||
overlap = NULL;
|
overlap = NULL;
|
||||||
|
|
||||||
maxswap = 6;
|
|
||||||
allocate_swap(maxswap);
|
|
||||||
|
|
||||||
rcbinfo = NULL;
|
rcbinfo = NULL;
|
||||||
|
|
||||||
cutghostmulti = NULL;
|
cutghostmulti = NULL;
|
||||||
sendbox_multi = NULL;
|
sendbox_multi = NULL;
|
||||||
|
|
||||||
|
maxswap = 6;
|
||||||
|
nswap = 2*domain->dimension;
|
||||||
|
allocate_swap(maxswap);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user