disable applying clang-format to all "style" classes in the KOKKOS package (for now)
This commit is contained in:
@ -20,6 +20,7 @@ AngleStyle(charmm/kk/host,AngleCharmmKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_ANGLE_CHARMM_KOKKOS_H
|
||||
#define LMP_ANGLE_CHARMM_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ AngleStyle(class2/kk/host,AngleClass2Kokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_ANGLE_CLASS2_KOKKOS_H
|
||||
#define LMP_ANGLE_CLASS2_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ AngleStyle(cosine/kk/host,AngleCosineKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_ANGLE_COSINE_KOKKOS_H
|
||||
#define LMP_ANGLE_COSINE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ AngleStyle(harmonic/kk/host,AngleHarmonicKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_ANGLE_HARMONIC_KOKKOS_H
|
||||
#define LMP_ANGLE_HARMONIC_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ AtomStyle(angle/kk/host,AtomVecAngleKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_ATOM_VEC_ANGLE_KOKKOS_H
|
||||
#define LMP_ATOM_VEC_ANGLE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ AtomStyle(atomic/kk/host,AtomVecAtomicKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_ATOM_VEC_ATOMIC_KOKKOS_H
|
||||
#define LMP_ATOM_VEC_ATOMIC_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ AtomStyle(bond/kk/host,AtomVecBondKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_ATOM_VEC_BOND_KOKKOS_H
|
||||
#define LMP_ATOM_VEC_BOND_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ AtomStyle(charge/kk/host,AtomVecChargeKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_ATOM_VEC_CHARGE_KOKKOS_H
|
||||
#define LMP_ATOM_VEC_CHARGE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ AtomStyle(dpd/kk/host,AtomVecDPDKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_ATOM_VEC_DPD_KOKKOS_H
|
||||
#define LMP_ATOM_VEC_DPD_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ AtomStyle(full/kk/host,AtomVecFullKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_ATOM_VEC_FULL_KOKKOS_H
|
||||
#define LMP_ATOM_VEC_FULL_KOKKOS_H
|
||||
|
||||
|
||||
@ -18,6 +18,7 @@ AtomStyle(hybrid/kk,AtomVecHybridKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_ATOM_VEC_HYBRID_KOKKOS_H
|
||||
#define LMP_ATOM_VEC_HYBRID_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ AtomStyle(molecular/kk/host,AtomVecMolecularKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_ATOM_VEC_MOLECULAR_KOKKOS_H
|
||||
#define LMP_ATOM_VEC_MOLECULAR_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ AtomStyle(sphere/kk/host,AtomVecSphereKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_ATOM_VEC_SPHERE_KOKKOS_H
|
||||
#define LMP_ATOM_VEC_SPHERE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ AtomStyle(spin/kk/host,AtomVecSpinKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_ATOM_VEC_SPIN_KOKKOS_H
|
||||
#define LMP_ATOM_VEC_SPIN_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ BondStyle(class2/kk/host,BondClass2Kokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_BOND_CLASS2_KOKKOS_H
|
||||
#define LMP_BOND_CLASS2_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ BondStyle(fene/kk/host,BondFENEKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_BOND_FENE_KOKKOS_H
|
||||
#define LMP_BOND_FENE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ BondStyle(harmonic/kk/host,BondHarmonicKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_BOND_HARMONIC_KOKKOS_H
|
||||
#define LMP_BOND_HARMONIC_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ ComputeStyle(coord/atom/kk/host,ComputeCoordAtomKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_COMPUTE_COORD_ATOM_KOKKOS_H
|
||||
#define LMP_COMPUTE_COORD_ATOM_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ ComputeStyle(orientorder/atom/kk/host,ComputeOrientOrderAtomKokkos<LMPHostType>)
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_COMPUTE_ORIENTORDER_ATOM_KOKKOS_H
|
||||
#define LMP_COMPUTE_ORIENTORDER_ATOM_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ ComputeStyle(temp/kk/host,ComputeTempKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_COMPUTE_TEMP_KOKKOS_H
|
||||
#define LMP_COMPUTE_TEMP_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ DihedralStyle(charmm/kk/host,DihedralCharmmKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_DIHEDRAL_CHARMM_KOKKOS_H
|
||||
#define LMP_DIHEDRAL_CHARMM_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ DihedralStyle(class2/kk/host,DihedralClass2Kokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_DIHEDRAL_CLASS2_KOKKOS_H
|
||||
#define LMP_DIHEDRAL_CLASS2_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ DihedralStyle(harmonic/kk/host,DihedralHarmonicKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_DIHEDRAL_HARMONIC_KOKKOS_H
|
||||
#define LMP_DIHEDRAL_HARMONIC_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ DihedralStyle(opls/kk/host,DihedralOPLSKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_DIHEDRAL_OPLS_KOKKOS_H
|
||||
#define LMP_DIHEDRAL_OPLS_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(deform/kk/host,FixDeformKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_DEFORM_KOKKOS_H
|
||||
#define LMP_FIX_DEFORM_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(dpd/energy/kk/host,FixDPDenergyKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_DPDE_KOKKOS_H
|
||||
#define LMP_FIX_DPDE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(enforce2d/kk/host,FixEnforce2DKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_ENFORCE2D_KOKKOS_H
|
||||
#define LMP_FIX_ENFORCE2D_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(eos/table/rx/kk/host,FixEOStableRXKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_EOS_TABLE_RX_KOKKOS_H
|
||||
#define LMP_FIX_EOS_TABLE_RX_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(freeze/kk/host,FixFreezeKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_FREEZE_KOKKOS_H
|
||||
#define LMP_FIX_FREEZE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(gravity/kk/host,FixGravityKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_GRAVITY_KOKKOS_H
|
||||
#define LMP_FIX_GRAVITY_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(langevin/kk/host,FixLangevinKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_LANGEVIN_KOKKOS_H
|
||||
#define LMP_FIX_LANGEVIN_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(MINIMIZE/kk/host,FixMinimizeKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_MINIMIZE_KOKKOS_H
|
||||
#define LMP_FIX_MINIMIZE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(momentum/kk/host,FixMomentumKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_MOMENTUM_KOKKOS_H
|
||||
#define LMP_FIX_MOMENTUM_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(NEIGH_HISTORY/KK/HOST,FixNeighHistoryKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_NEIGH_HISTORY_KOKKOS_H
|
||||
#define LMP_FIX_NEIGH_HISTORY_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(nph/kk/host,FixNPHKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_NPH_KOKKOS_H
|
||||
#define LMP_FIX_NPH_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(npt/kk/host,FixNPTKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_NPT_KOKKOS_H
|
||||
#define LMP_FIX_NPT_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(nve/kk/host,FixNVEKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_NVE_KOKKOS_H
|
||||
#define LMP_FIX_NVE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(nve/sphere/kk/host,FixNVESphereKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_NVE_SPHERE_KOKKOS_H
|
||||
#define LMP_FIX_NVE_SPHERE_KOKKOS_H
|
||||
|
||||
|
||||
@ -21,6 +21,7 @@ FixStyle(nvt/kk/host,FixNVTKokkos<LMPHostType>);
|
||||
#else
|
||||
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_NVT_KOKKOS_H
|
||||
#define LMP_FIX_NVT_KOKKOS_H
|
||||
|
||||
|
||||
@ -18,6 +18,7 @@ FixStyle(property/atom/kk,FixPropertyAtomKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_PROPERTY_ATOM_KOKKOS_H
|
||||
#define LMP_FIX_PROPERTY_ATOM_KOKKOS_H
|
||||
|
||||
|
||||
@ -23,6 +23,7 @@ FixStyle(qeq/reax/kk/host,FixQEqReaxFFKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_QEQ_REAXFF_KOKKOS_H
|
||||
#define LMP_FIX_QEQ_REAXFF_KOKKOS_H
|
||||
|
||||
|
||||
@ -23,6 +23,7 @@ FixStyle(reax/c/bonds/kk/host,FixReaxFFBondsKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_REAXFF_BONDS_KOKKOS_H
|
||||
#define LMP_FIX_REAXFF_BONDS_KOKKOS_H
|
||||
|
||||
|
||||
@ -23,6 +23,7 @@ FixStyle(reax/c/species/kk/host,FixReaxFFSpeciesKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_REAXFF_SPECIES_KOKKOS_H
|
||||
#define LMP_FIX_REAXFF_SPECIES_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(rx/kk/host,FixRxKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_RX_KOKKOS_H
|
||||
#define LMP_FIX_RX_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(setforce/kk/host,FixSetForceKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_SET_FORCE_KOKKOS_H
|
||||
#define LMP_FIX_SET_FORCE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(shake/kk/host,FixShakeKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_SHAKE_KOKKOS_H
|
||||
#define LMP_FIX_SHAKE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(shardlow/kk/host,FixShardlowKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_SHARDLOW_KOKKOS_H
|
||||
#define LMP_FIX_SHARDLOW_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(wall/lj93/kk/host,FixWallLJ93Kokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_WALL_LJ93_KOKKOS_H
|
||||
#define LMP_FIX_WALL_LJ93_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ FixStyle(wall/reflect/kk/host,FixWallReflectKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_FIX_WALL_REFLECT_KOKKOS_H
|
||||
#define LMP_FIX_WALL_REFLECT_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ ImproperStyle(class2/kk/host,ImproperClass2Kokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_IMPROPER_CLASS2_KOKKOS_H
|
||||
#define LMP_IMPROPER_CLASS2_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ ImproperStyle(harmonic/kk/host,ImproperHarmonicKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_IMPROPER_HARMONIC_KOKKOS_H
|
||||
#define LMP_IMPROPER_HARMONIC_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ MinimizeStyle(cg/kk/host,MinCGKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_MIN_CG_KOKKOS_H
|
||||
#define LMP_MIN_CG_KOKKOS_H
|
||||
|
||||
|
||||
@ -24,6 +24,7 @@ NBinStyle(kk/device,
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_NBIN_KOKKOS_H
|
||||
#define LMP_NBIN_KOKKOS_H
|
||||
|
||||
|
||||
@ -24,6 +24,7 @@ NBinStyle(ssa/kk/device,
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_NBIN_SSA_KOKKOS_H
|
||||
#define LMP_NBIN_SSA_KOKKOS_H
|
||||
|
||||
|
||||
@ -24,6 +24,7 @@ NPairStyle(copy/kk/host,
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_NPAIR_COPY_KOKKOS_H
|
||||
#define LMP_NPAIR_COPY_KOKKOS_H
|
||||
|
||||
|
||||
@ -122,6 +122,7 @@ NPairStyle(halffull/newtoff/skip/ghost/kk/host,
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_NPAIR_HALFFULL_KOKKOS_H
|
||||
#define LMP_NPAIR_HALFFULL_KOKKOS_H
|
||||
|
||||
|
||||
@ -86,6 +86,7 @@ NPairStyle(half/size/bin/kk/device,
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_NPAIR_KOKKOS_H
|
||||
#define LMP_NPAIR_KOKKOS_H
|
||||
|
||||
|
||||
@ -44,6 +44,7 @@ NPairStyle(skip/ghost/kk/host,
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_NPAIR_SKIP_KOKKOS_H
|
||||
#define LMP_NPAIR_SKIP_KOKKOS_H
|
||||
|
||||
|
||||
@ -26,6 +26,7 @@ NPairStyle(half/bin/newton/ssa/kk/device,
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_NPAIR_SSA_KOKKOS_H
|
||||
#define LMP_NPAIR_SSA_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(buck/coul/cut/kk/host,PairBuckCoulCutKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_BUCK_COUL_CUT_KOKKOS_H
|
||||
#define LMP_PAIR_BUCK_COUL_CUT_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(buck/coul/long/kk/host,PairBuckCoulLongKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_BUCK_COUL_LONG_KOKKOS_H
|
||||
#define LMP_PAIR_BUCK_COUL_LONG_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(buck/kk/host,PairBuckKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_BUCK_KOKKOS_H
|
||||
#define LMP_PAIR_BUCK_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(coul/cut/kk/host,PairCoulCutKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_COUL_CUT_KOKKOS_H
|
||||
#define LMP_PAIR_COUL_CUT_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(coul/debye/kk/host,PairCoulDebyeKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_COUL_DEBYE_KOKKOS_H
|
||||
#define LMP_PAIR_COUL_DEBYE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(coul/dsf/kk/host,PairCoulDSFKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_COUL_DSF_KOKKOS_H
|
||||
#define LMP_PAIR_COUL_DSF_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(coul/long/kk/host,PairCoulLongKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_COUL_LONG_KOKKOS_H
|
||||
#define LMP_PAIR_COUL_LONG_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(coul/wolf/kk/host,PairCoulWolfKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_COUL_WOLF_KOKKOS_H
|
||||
#define LMP_PAIR_COUL_WOLF_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(dpd/fdt/energy/kk/host,PairDPDfdtEnergyKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_DPD_FDT_ENERGY_KOKKOS_H
|
||||
#define LMP_PAIR_DPD_FDT_ENERGY_KOKKOS_H
|
||||
|
||||
|
||||
@ -21,6 +21,7 @@ PairStyle(eam/alloy/kk/host,PairEAMAlloyKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_EAM_ALLOY_KOKKOS_H
|
||||
#define LMP_PAIR_EAM_ALLOY_KOKKOS_H
|
||||
|
||||
|
||||
@ -21,6 +21,7 @@ PairStyle(eam/fs/kk/host,PairEAMFSKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_EAM_FS_KOKKOS_H
|
||||
#define LMP_PAIR_EAM_FS_KOKKOS_H
|
||||
|
||||
|
||||
@ -21,6 +21,7 @@ PairStyle(eam/kk/host,PairEAMKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_EAM_KOKKOS_H
|
||||
#define LMP_PAIR_EAM_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(exp6/rx/kk/host,PairExp6rxKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_EXP6_RX_KOKKOS_H
|
||||
#define LMP_PAIR_EXP6_RX_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(gran/hooke/history/kk/host,PairGranHookeHistoryKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_GRAN_HOOKE_HISTORY_KOKKOS_H
|
||||
#define LMP_PAIR_GRAN_HOOKE_HISTORY_KOKKOS_H
|
||||
|
||||
|
||||
@ -18,6 +18,7 @@ PairStyle(hybrid/kk,PairHybridKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_HYBRID_KOKKOS_H
|
||||
#define LMP_PAIR_HYBRID_KOKKOS_H
|
||||
|
||||
|
||||
@ -18,6 +18,7 @@ PairStyle(hybrid/overlay/kk,PairHybridOverlayKokkos);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_HYBRID_OVERLAY_KOKKOS_H
|
||||
#define LMP_PAIR_HYBRID_OVERLAY_KOKKOS_H
|
||||
|
||||
|
||||
@ -16,6 +16,7 @@
|
||||
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_KOKKOS_H
|
||||
#define LMP_PAIR_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/charmm/coul/charmm/implicit/kk/host,PairLJCharmmCoulCharmmImplicitK
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_CHARMM_COUL_CHARMM_IMPLICIT_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_CHARMM_COUL_CHARMM_IMPLICIT_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/charmm/coul/charmm/kk/host,PairLJCharmmCoulCharmmKokkos<LMPHostType
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_CHARMM_COUL_CHARMM_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_CHARMM_COUL_CHARMM_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/charmm/coul/long/kk/host,PairLJCharmmCoulLongKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_CHARMM_COUL_LONG_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_CHARMM_COUL_LONG_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/class2/coul/cut/kk/host,PairLJClass2CoulCutKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_CLASS2_COUL_CUT_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_CLASS2_COUL_CUT_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/class2/coul/long/kk/host,PairLJClass2CoulLongKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_CLASS2_COUL_LONG_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_CLASS2_COUL_LONG_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/class2/kk/host,PairLJClass2Kokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_CLASS2_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_CLASS2_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/cut/coul/cut/kk/host,PairLJCutCoulCutKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_CUT_COUL_CUT_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_CUT_COUL_CUT_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/cut/coul/debye/kk/host,PairLJCutCoulDebyeKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_CUT_COUL_DEBYE_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_CUT_COUL_DEBYE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/cut/coul/dsf/kk/host,PairLJCutCoulDSFKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_CUT_COUL_DSF_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_CUT_COUL_DSF_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/cut/coul/long/kk/host,PairLJCutCoulLongKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_CUT_COUL_LONG_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_CUT_COUL_LONG_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/cut/kk/host,PairLJCutKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_CUT_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_CUT_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/expand/kk/host,PairLJExpandKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_EXPAND_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_EXPAND_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/gromacs/coul/gromacs/kk/host,PairLJGromacsCoulGromacsKokkos<LMPHost
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_GROMACS_COUL_GROMACS_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_GROMACS_COUL_GROMACS_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/gromacs/kk/host,PairLJGromacsKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_GROMACS_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_GROMACS_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(lj/sdk/kk/host,PairLJSDKKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_LJ_SDK_KOKKOS_H
|
||||
#define LMP_PAIR_LJ_SDK_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(morse/kk/host,PairMorseKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_MORSE_KOKKOS_H
|
||||
#define LMP_PAIR_MORSE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(multi/lucy/rx/kk/host,PairMultiLucyRXKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_MULTI_LUCY_RX_KOKKOS_H
|
||||
#define LMP_PAIR_MULTI_LUCY_RX_KOKKOS_H
|
||||
|
||||
|
||||
@ -24,6 +24,7 @@ PairStyle(reax/c/kk/host,PairReaxFFKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_REAXC_KOKKOS_H
|
||||
#define LMP_PAIR_REAXC_KOKKOS_H
|
||||
|
||||
|
||||
@ -24,6 +24,7 @@ PairStyle(snap/kk/host,PairSNAPKokkosDevice<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_SNAP_KOKKOS_H
|
||||
#define LMP_PAIR_SNAP_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(sw/kk/host,PairSWKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_SW_KOKKOS_H
|
||||
#define LMP_PAIR_SW_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(table/kk/host,PairTableKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_TABLE_KOKKOS_H
|
||||
#define LMP_PAIR_TABLE_KOKKOS_H
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ PairStyle(table/rx/kk/host,PairTableRXKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_TABLE_RX_KOKKOS_H
|
||||
#define LMP_PAIR_TABLE_RX_KOKKOS_H
|
||||
|
||||
|
||||
@ -21,6 +21,7 @@ PairStyle(tersoff/kk/host,PairTersoffKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_TERSOFF_KOKKOS_H
|
||||
#define LMP_PAIR_TERSOFF_KOKKOS_H
|
||||
|
||||
|
||||
@ -21,6 +21,7 @@ PairStyle(tersoff/mod/kk/host,PairTersoffMODKokkos<LMPHostType>);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
// clang-format off
|
||||
#ifndef LMP_PAIR_TERSOFF_MOD_KOKKOS_H
|
||||
#define LMP_PAIR_TERSOFF_MOD_KOKKOS_H
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user