~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to lib/cuda/pair_cg_cmm_coul_cut_cuda_cu.h

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* ----------------------------------------------------------------------
2
 
   LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
3
 
 
4
 
   Original Version:
5
 
   http://lammps.sandia.gov, Sandia National Laboratories
6
 
   Steve Plimpton, sjplimp@sandia.gov
7
 
 
8
 
   See the README file in the top-level LAMMPS directory.
9
 
 
10
 
   -----------------------------------------------------------------------
11
 
 
12
 
   USER-CUDA Package and associated modifications:
13
 
   https://sourceforge.net/projects/lammpscuda/
14
 
 
15
 
   Christian Trott, christian.trott@tu-ilmenau.de
16
 
   Lars Winterfeld, lars.winterfeld@tu-ilmenau.de
17
 
   Theoretical Physics II, University of Technology Ilmenau, Germany
18
 
 
19
 
   See the README file in the USER-CUDA directory.
20
 
 
21
 
   This software is distributed under the GNU General Public License.
22
 
------------------------------------------------------------------------- */
23
 
 
24
 
#include "cuda_shared.h"
25
 
 
26
 
extern "C" void Cuda_PairCGCMMCoulCutCuda(cuda_shared_data* sdata, cuda_shared_neighlist* sneighlist, int eflag, int vflag, int eflag_atom, int vflag_atom);