Home
last modified time | relevance | path

Searched refs:cudable (Results 1 – 11 of 11) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dneigh_request.cpp88 cudable = 0; in NeighRequest()
156 if (cudable != other->cudable) same = 0; in identical()
185 if (cudable != other->cudable) same = 0; in same_kind()
235 cudable = other->cudable; in copy_request()
H A Dneigh_request.h111 int cudable; variable
H A Dcompute.h121 int cudable; // 1 if compute is CUDA-enabled variable
H A Dthermo.h68 int cudable; // 1 if all computes used are cudable variable
H A Datom_vec.h75 int cudable; // 1 if atom style is CUDA-enabled variable
H A Datom_vec.cpp66 cudable = false; in AtomVec()
88 if (lmp->cuda != NULL && cudable == false) in init()
H A Dthermo.cpp268 cudable = 1; in init()
276 cudable = cudable && computes[i]->cudable; in init()
H A Dcompute.cpp121 cudable = 0; in Compute()
H A Dneighbor.h80 int cudable; // GPU <-> CPU communication flag for CUDA variable
H A Dneigh_list.cpp316 printf(" %d = cudable\n",rq->cudable); in print_attributes()
H A Dneighbor.cpp658 if (j < nlist && requests[j]->cudable != requests[i]->cudable) in init()
669 if (j < nlist && requests[j]->cudable != requests[i]->cudable) in init()
694 if (!requests[i]->cudable) cudable = 0; in init()