more GPU package cleanup from Trung
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifndef LAL_BASE_SPH_H
|
#ifndef LAL_BASE_SPH_H
|
||||||
#define LAL_BASE_DPD_H
|
#define LAL_BASE_SPH_H
|
||||||
|
|
||||||
#include "lal_device.h"
|
#include "lal_device.h"
|
||||||
#include "lal_balance.h"
|
#include "lal_balance.h"
|
||||||
|
|||||||
@ -13,8 +13,8 @@
|
|||||||
email : ndactrung@gmail.com
|
email : ndactrung@gmail.com
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifndef LAL_Coul_Slater_Long_H
|
#ifndef LAL_COUL_SLATER_LONG_H
|
||||||
#define LAL_Coul_Slater_Long_H
|
#define LAL_COUL_SLATER_LONG_H
|
||||||
|
|
||||||
#include "lal_base_charge.h"
|
#include "lal_base_charge.h"
|
||||||
|
|
||||||
|
|||||||
@ -303,7 +303,7 @@ double EAMT::host_memory_usage() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// Copy nbor list from host if necessary and then compute atom energies/forces
|
// Copy nbor list from host if necessary and then compute per-atom fp
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
template <class numtyp, class acctyp>
|
template <class numtyp, class acctyp>
|
||||||
void EAMT::compute(const int f_ago, const int inum_full, const int nlocal,
|
void EAMT::compute(const int f_ago, const int inum_full, const int nlocal,
|
||||||
@ -379,7 +379,7 @@ void EAMT::compute(const int f_ago, const int inum_full, const int nlocal,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// Reneighbor on GPU and then compute per-atom densities
|
// Reneighbor on GPU and then compute per-atom fp
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
template <class numtyp, class acctyp>
|
template <class numtyp, class acctyp>
|
||||||
int** EAMT::compute(const int ago, const int inum_full, const int nall,
|
int** EAMT::compute(const int ago, const int inum_full, const int nall,
|
||||||
@ -461,7 +461,7 @@ int** EAMT::compute(const int ago, const int inum_full, const int nall,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// Copy nbor list from host if necessary and then calculate forces, virials,..
|
// Update per-atom fp, and then calculate forces, virials,..
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
template <class numtyp, class acctyp>
|
template <class numtyp, class acctyp>
|
||||||
void EAMT::compute2(int *ilist, const bool eflag, const bool vflag,
|
void EAMT::compute2(int *ilist, const bool eflag, const bool vflag,
|
||||||
|
|||||||
@ -13,8 +13,8 @@
|
|||||||
email : ndactrung@gmail.com
|
email : ndactrung@gmail.com
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifndef LAL_SPH_LJ_H
|
#ifndef LAL_SPH_HEATCONDUCTION_H
|
||||||
#define LAL_SPH_LJ_H
|
#define LAL_SPH_HEATCONDUCTION_H
|
||||||
|
|
||||||
#include "lal_base_sph.h"
|
#include "lal_base_sph.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user