#include "msmpot_cuda.h"
Go to the source code of this file.
Defines | |
#define | OK MSMPOT_SUCCESS |
Functions | |
MsmpotCuda * | Msmpot_cuda_create (void) |
void | Msmpot_cuda_destroy (MsmpotCuda *mc) |
void | Msmpot_cuda_cleanup (MsmpotCuda *mc) |
int | set_device (MsmpotCuda *, int devnum) |
int | Msmpot_cuda_setup (MsmpotCuda *mc, Msmpot *msm) |
|
Definition at line 20 of file msmpot_cuda.cu. Referenced by Msmpot_cuda_setup, and set_device. |
|
Definition at line 34 of file msmpot_cuda.cu. References Msmpot_cuda_cleanup_latcut, Msmpot_cuda_cleanup_shortrng, and REPORT. |
|
Definition at line 22 of file msmpot_cuda.cu. Referenced by Msmpot_create. |
|
Definition at line 28 of file msmpot_cuda.cu. References Msmpot_cuda_cleanup. Referenced by Msmpot_destroy. |
|
Definition at line 48 of file msmpot_cuda.cu. References ERRMSG, ERROR, Msmpot_t::isperiodic, Msmpot_cuda_setup_latcut, Msmpot_cuda_setup_shortrng, MSMPOT_ERROR_CUDA_SUPPORT, MSMPOT_ERROR_MALLOC, OK, REPORT, and set_device. Referenced by Msmpot_setup. |
|
Definition at line 149 of file msmpot_cuda.cu. References ERROR, MSMPOT_ERROR_CUDA_DEVREQ, and OK. Referenced by Msmpot_cuda_setup. |