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

A class for copying atom information from SequencerCUDA to CudaGlobalMasterClient. More...

#include <CudaGlobalMasterServer.h>

Public Member Functions

 CudaGlobalMasterServer (int deviceID, int printProfilingFreq=-1)
 

Detailed Description

A class for copying atom information from SequencerCUDA to CudaGlobalMasterClient.

Definition at line 25 of file CudaGlobalMasterServer.h.

Constructor & Destructor Documentation

◆ CudaGlobalMasterServer()

CudaGlobalMasterServer::CudaGlobalMasterServer ( int  deviceID,
int  printProfilingFreq = -1 
)

Definition at line 964 of file CudaGlobalMasterServer.C.

References NAMD_die().

966  {
967  NAMD_die(
968  "CudaGlobalMasterServer requires to build NAMD with CUDA support.\n");
969 }
void NAMD_die(const char *err_msg)
Definition: common.C:147

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