Gromacs
2024.4
|
#include "gmxpre.h"
#include "config.h"
#include "gromacs/ewald/pme_pp_communication.h"
#include "gromacs/gpu_utils/device_context.h"
#include "gromacs/gpu_utils/device_stream.h"
#include "gromacs/gpu_utils/devicebuffer.h"
#include "gromacs/gpu_utils/gpueventsynchronizer.h"
#include "pme_pp_comm_gpu_impl.h"
#include "gromacs/utility/gmxmpi.h"
Implements PME-PP communication using GPU direct communication.