Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91581939
pair_buck_cuda_cu.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 12, 10:25
Size
1 KB
Mime Type
text/x-c
Expires
Thu, Nov 14, 10:25 (2 d)
Engine
blob
Format
Raw Data
Handle
22192443
Attached To
rLAMMPS lammps
pair_buck_cuda_cu.h
View Options
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
Original Version:
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
See the README file in the top-level LAMMPS directory.
-----------------------------------------------------------------------
USER-CUDA Package and associated modifications:
https://sourceforge.net/projects/lammpscuda/
Christian Trott, christian.trott@tu-ilmenau.de
Lars Winterfeld, lars.winterfeld@tu-ilmenau.de
Theoretical Physics II, University of Technology Ilmenau, Germany
See the README file in the USER-CUDA directory.
This software is distributed under the GNU General Public License.
------------------------------------------------------------------------- */
#include "cuda_shared.h"
#ifdef CUDA_USE_BINNING
extern "C" void Cuda_PairBuckCuda(cuda_shared_data* sdata, int eflag, int vflag);
#else
extern "C" void Cuda_PairBuckCuda(cuda_shared_data* sdata, cuda_shared_neighlist* sneighlist, int eflag, int vflag, int eflag_atom, int vflag_atom);
#endif
Event Timeline
Log In to Comment