Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90902482
pair_lj_cut_coul_cut_kokkos.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 5, 19:47
Size
5 KB
Mime Type
text/x-c
Expires
Thu, Nov 7, 19:47 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22155972
Attached To
rLAMMPS lammps
pair_lj_cut_coul_cut_kokkos.h
View Options
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
PairStyle
(
lj
/
cut
/
coul
/
cut
/
kk
,
PairLJCutCoulCutKokkos
<
LMPDeviceType
>
)
PairStyle
(
lj
/
cut
/
coul
/
cut
/
kk
/
device
,
PairLJCutCoulCutKokkos
<
LMPDeviceType
>
)
PairStyle
(
lj
/
cut
/
coul
/
cut
/
kk
/
host
,
PairLJCutCoulCutKokkos
<
LMPHostType
>
)
#else
#ifndef LMP_PAIR_LJ_CUT_COUL_CUT_KOKKOS_H
#define LMP_PAIR_LJ_CUT_COUL_CUT_KOKKOS_H
#include "pair_kokkos.h"
#include "pair_lj_cut_coul_cut.h"
#include "neigh_list_kokkos.h"
namespace
LAMMPS_NS
{
template
<
class
DeviceType
>
class
PairLJCutCoulCutKokkos
:
public
PairLJCutCoulCut
{
public:
enum
{
EnabledNeighFlags
=
FULL
|
HALFTHREAD
|
HALF
};
enum
{
COUL_FLAG
=
1
};
typedef
DeviceType
device_type
;
typedef
ArrayTypes
<
DeviceType
>
AT
;
PairLJCutCoulCutKokkos
(
class
LAMMPS
*
);
~
PairLJCutCoulCutKokkos
();
void
compute
(
int
,
int
);
void
settings
(
int
,
char
**
);
void
init_style
();
double
init_one
(
int
,
int
);
protected:
void
cleanup_copy
();
template
<
bool
STACKPARAMS
,
class
Specialisation
>
KOKKOS_INLINE_FUNCTION
F_FLOAT
compute_fpair
(
const
F_FLOAT
&
rsq
,
const
int
&
i
,
const
int
&
j
,
const
int
&
itype
,
const
int
&
jtype
)
const
;
template
<
bool
STACKPARAMS
,
class
Specialisation
>
KOKKOS_INLINE_FUNCTION
F_FLOAT
compute_fcoul
(
const
F_FLOAT
&
rsq
,
const
int
&
i
,
const
int
&
j
,
const
int
&
itype
,
const
int
&
jtype
,
const
F_FLOAT
&
factor_coul
,
const
F_FLOAT
&
qtmp
)
const
;
template
<
bool
STACKPARAMS
,
class
Specialisation
>
KOKKOS_INLINE_FUNCTION
F_FLOAT
compute_evdwl
(
const
F_FLOAT
&
rsq
,
const
int
&
i
,
const
int
&
j
,
const
int
&
itype
,
const
int
&
jtype
)
const
;
template
<
bool
STACKPARAMS
,
class
Specialisation
>
KOKKOS_INLINE_FUNCTION
F_FLOAT
compute_ecoul
(
const
F_FLOAT
&
rsq
,
const
int
&
i
,
const
int
&
j
,
const
int
&
itype
,
const
int
&
jtype
,
const
F_FLOAT
&
factor_coul
,
const
F_FLOAT
&
qtmp
)
const
;
Kokkos
::
DualView
<
params_lj_coul
**
,
Kokkos
::
LayoutRight
,
DeviceType
>
k_params
;
typename
Kokkos
::
DualView
<
params_lj_coul
**
,
Kokkos
::
LayoutRight
,
DeviceType
>::
t_dev_const_um
params
;
// hardwired to space for 12 atom types
params_lj_coul
m_params
[
MAX_TYPES_STACKPARAMS
+
1
][
MAX_TYPES_STACKPARAMS
+
1
];
F_FLOAT
m_cutsq
[
MAX_TYPES_STACKPARAMS
+
1
][
MAX_TYPES_STACKPARAMS
+
1
];
F_FLOAT
m_cut_ljsq
[
MAX_TYPES_STACKPARAMS
+
1
][
MAX_TYPES_STACKPARAMS
+
1
];
F_FLOAT
m_cut_coulsq
[
MAX_TYPES_STACKPARAMS
+
1
][
MAX_TYPES_STACKPARAMS
+
1
];
typename
AT
::
t_x_array_randomread
x
;
typename
AT
::
t_x_array
c_x
;
typename
AT
::
t_f_array
f
;
typename
AT
::
t_int_1d_randomread
type
;
typename
AT
::
t_float_1d_randomread
q
;
DAT
::
tdual_efloat_1d
k_eatom
;
DAT
::
tdual_virial_array
k_vatom
;
typename
AT
::
t_efloat_1d
d_eatom
;
typename
AT
::
t_virial_array
d_vatom
;
int
newton_pair
;
typename
AT
::
tdual_ffloat_2d
k_cutsq
;
typename
AT
::
t_ffloat_2d
d_cutsq
;
typename
AT
::
tdual_ffloat_2d
k_cut_ljsq
;
typename
AT
::
t_ffloat_2d
d_cut_ljsq
;
typename
AT
::
tdual_ffloat_2d
k_cut_coulsq
;
typename
AT
::
t_ffloat_2d
d_cut_coulsq
;
int
neighflag
;
int
nlocal
,
nall
,
eflag
,
vflag
;
double
special_coul
[
4
];
double
special_lj
[
4
];
double
qqrd2e
;
void
allocate
();
friend
class
PairComputeFunctor
<
PairLJCutCoulCutKokkos
,
FULL
,
true
>
;
friend
class
PairComputeFunctor
<
PairLJCutCoulCutKokkos
,
HALF
,
true
>
;
friend
class
PairComputeFunctor
<
PairLJCutCoulCutKokkos
,
HALFTHREAD
,
true
>
;
friend
class
PairComputeFunctor
<
PairLJCutCoulCutKokkos
,
FULL
,
false
>
;
friend
class
PairComputeFunctor
<
PairLJCutCoulCutKokkos
,
HALF
,
false
>
;
friend
class
PairComputeFunctor
<
PairLJCutCoulCutKokkos
,
HALFTHREAD
,
false
>
;
friend
EV_FLOAT
pair_compute_neighlist
<
PairLJCutCoulCutKokkos
,
FULL
,
void
>
(
PairLJCutCoulCutKokkos
*
,
NeighListKokkos
<
DeviceType
>*
);
friend
EV_FLOAT
pair_compute_neighlist
<
PairLJCutCoulCutKokkos
,
HALF
,
void
>
(
PairLJCutCoulCutKokkos
*
,
NeighListKokkos
<
DeviceType
>*
);
friend
EV_FLOAT
pair_compute_neighlist
<
PairLJCutCoulCutKokkos
,
HALFTHREAD
,
void
>
(
PairLJCutCoulCutKokkos
*
,
NeighListKokkos
<
DeviceType
>*
);
friend
EV_FLOAT
pair_compute
<
PairLJCutCoulCutKokkos
,
void
>
(
PairLJCutCoulCutKokkos
*
,
NeighListKokkos
<
DeviceType
>*
);
friend
void
pair_virial_fdotr_compute
<
PairLJCutCoulCutKokkos
>
(
PairLJCutCoulCutKokkos
*
);
};
}
#endif
#endif
/* ERROR/WARNING messages:
E: Illegal ... command
Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Cannot use Kokkos pair style with rRESPA inner/middle
Self-explanatory.
E: Cannot use chosen neighbor list style with lj/cut/coul/cut/kk
That style is not supported by Kokkos.
*/
Event Timeline
Log In to Comment