NAMD
CudaGlobalMasterClientKernel.h
Go to the documentation of this file.
1 #ifndef CUDAGLOBALMASTERCLIENTKERNEL_H
2 #define CUDAGLOBALMASTERCLIENTKERNEL_H
3 
4 #include "CudaUtils.h"
5 #include "Lattice.h"
6 #include "NamdTypes.h"
7 
8 #if defined(NAMD_CUDA) && defined(NODEGROUP_FORCE_REGISTER)
9 
10 void clientVirialAndExtForce(double *d_pos, double *d_applied_force,
11  size_t numAtoms, cudaTensor *d_virial,
12  Vector *d_extForce, cudaStream_t stream);
13 
14 #endif // defined(NAMD_CUDA) && defined(NODEGROUP_FORCE_REGISTER)
15 
16 #endif // CUDAGLOBALMASTERCLIENTKERNEL_H
Definition: Vector.h:72