mdcore  0.1.5
Defines | Functions
/home/pedro/work/mdcore/src/runner_cuda_main.h File Reference

Go to the source code of this file.

Defines

#define PASTE(x, y)   x ## _ ## y
#define runner_run_verlet_cuda(N)   PASTE(runner_run_verlet_cuda,N)
#define runner_run_cuda(N)   PASTE(runner_run_cuda,N)

Functions

__global__ void
runner_run_verlet_cuda() 
cuda_nrparts (float *forces, int *counts, int *ind, int verlet_rebuild)
 Loop over the cell pairs and process them.
__global__ void runner_run_cuda() cuda_nrparts (float *forces, int *counts, int *ind)
 Loop over the cell pairs and process them.

Define Documentation

#define PASTE (   x,
 
)    x ## _ ## y
#define runner_run_cuda (   N)    PASTE(runner_run_cuda,N)

Function Documentation

__global__ void runner_run_verlet_cuda() cuda_nrparts ( float *  forces,
int *  counts,
int *  ind,
int  verlet_rebuild 
)

Loop over the cell pairs and process them.

Parameters:
cellsArray of cells on the device.
__global__ void runner_run_cuda() cuda_nrparts ( float *  forces,
int *  counts,
int *  ind 
)

Loop over the cell pairs and process them.

Parameters:
cellsArray of cells on the device.
 All Data Structures Files Functions Variables Typedefs Enumerator Defines