Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

msmpot_cuda.h File Reference

#include "msmpot_internal.h"

Go to the source code of this file.

Compounds

struct  MsmpotCuda_t

Defines

#define CUERR(errnum)
#define NBRLIST_MAXLEN   5333

Functions

void Msmpot_cuda_cleanup (MsmpotCuda *)
int Msmpot_cuda_setup_shortrng (MsmpotCuda *)
void Msmpot_cuda_cleanup_shortrng (MsmpotCuda *)
int Msmpot_cuda_setup_latcut (MsmpotCuda *)
void Msmpot_cuda_cleanup_latcut (MsmpotCuda *)


Define Documentation

#define CUERR errnum   
 

Value:

do { \
    cudaError_t cuerr = cudaGetLastError(); \
    if (cuerr != cudaSuccess) { \
      return ERROR(errnum); \
    } \
  } while (0)

Definition at line 28 of file msmpot_cuda.h.

#define NBRLIST_MAXLEN   5333
 

Definition at line 42 of file msmpot_cuda.h.


Function Documentation

void Msmpot_cuda_cleanup MsmpotCuda *   
 

Definition at line 34 of file msmpot_cuda.cu.

Referenced by Msmpot_cuda_destroy.

void Msmpot_cuda_cleanup_latcut MsmpotCuda *   
 

Definition at line 322 of file msmpot_cuda_latcut.cu.

void Msmpot_cuda_cleanup_shortrng MsmpotCuda *   
 

Definition at line 492 of file msmpot_cuda_shortrng.cu.

int Msmpot_cuda_setup_latcut MsmpotCuda *   
 

Definition at line 333 of file msmpot_cuda_latcut.cu.

int Msmpot_cuda_setup_shortrng MsmpotCuda *   
 

Definition at line 502 of file msmpot_cuda_shortrng.cu.


Generated on Thu Apr 25 02:44:06 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002