NAMD
Public Member Functions | List of all members
CudaGlobalMasterClient Class Reference

A class for performing calculations on specific atoms selected by atom serial numbers. More...

#include <CudaGlobalMasterClient.h>

Inheritance diagram for CudaGlobalMasterClient:

Public Member Functions

 CudaGlobalMasterClient (std::string name, int deviceID)
 

Detailed Description

A class for performing calculations on specific atoms selected by atom serial numbers.

Definition at line 21 of file CudaGlobalMasterClient.h.

Constructor & Destructor Documentation

◆ CudaGlobalMasterClient()

CudaGlobalMasterClient::CudaGlobalMasterClient ( std::string  name,
int  deviceID 
)

Definition at line 168 of file CudaGlobalMasterClient.C.

References NAMD_die().

168  {
169  NAMD_die("CudaGlobalMasterClient requires NAMD to be built with CUDA");
170 }
void NAMD_die(const char *err_msg)
Definition: common.C:147

The documentation for this class was generated from the following files: