Remove unused header, whitespace
This commit is contained in:
@ -531,7 +531,6 @@ void CommKokkos::forward_comm_pair_device(Pair *pair)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void CommKokkos::grow_buf_pair(int n) {
|
void CommKokkos::grow_buf_pair(int n) {
|
||||||
max_buf_pair = n * BUFFACTOR;
|
max_buf_pair = n * BUFFACTOR;
|
||||||
k_buf_send_pair.resize(max_buf_pair);
|
k_buf_send_pair.resize(max_buf_pair);
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
#include "comm_brick.h"
|
#include "comm_brick.h"
|
||||||
#include "kokkos_type.h"
|
#include "kokkos_type.h"
|
||||||
#include "kokkos_base.h"
|
|
||||||
|
|
||||||
namespace LAMMPS_NS {
|
namespace LAMMPS_NS {
|
||||||
|
|
||||||
@ -86,7 +85,6 @@ class CommKokkos : public CommBrick {
|
|||||||
void grow_buf_pair(int);
|
void grow_buf_pair(int);
|
||||||
void grow_buf_fix(int);
|
void grow_buf_fix(int);
|
||||||
|
|
||||||
|
|
||||||
void grow_send(int, int);
|
void grow_send(int, int);
|
||||||
void grow_recv(int);
|
void grow_recv(int);
|
||||||
void grow_send_kokkos(int, int, ExecutionSpace space = Host);
|
void grow_send_kokkos(int, int, ExecutionSpace space = Host);
|
||||||
|
|||||||
Reference in New Issue
Block a user