Fixing memory overflow issue in comm_kokkos
This commit is contained in:
@ -93,6 +93,9 @@ CommKokkos::~CommKokkos()
|
||||
|
||||
void CommKokkos::init()
|
||||
{
|
||||
maxsend = BUFMIN;
|
||||
maxrecv = BUFMIN;
|
||||
|
||||
grow_send_kokkos(maxsend+bufextra,0,Host);
|
||||
grow_recv_kokkos(maxrecv,Host);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user