changed author
This commit is contained in:
@ -1,13 +1,13 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
lj_smooth.cpp
|
lj_smooth.cpp
|
||||||
-------------------
|
-------------------
|
||||||
W. Michael Brown (ORNL)
|
Gurgen Melikyan (HSE University)
|
||||||
Class for acceleration of the lj/smooth pair style.
|
Class for acceleration of the lj/smooth pair style.
|
||||||
__________________________________________________________________________
|
__________________________________________________________________________
|
||||||
This file is part of the LAMMPS Accelerator Library (LAMMPS_AL)
|
This file is part of the LAMMPS Accelerator Library (LAMMPS_AL)
|
||||||
__________________________________________________________________________
|
__________________________________________________________________________
|
||||||
begin :
|
begin :
|
||||||
email : brownw@ornl.gov
|
email : gkmeliyan@edu.hse.ru
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#if defined(USE_OPENCL)
|
#if defined(USE_OPENCL)
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
// lj_smooth.cu
|
// lj_smooth.cu
|
||||||
// -------------------
|
// -------------------
|
||||||
// W. Michael Brown (ORNL)
|
// Gurgen Melikyan (HSE University)
|
||||||
//
|
//
|
||||||
// Device code for acceleration of the lj/smooth pair style
|
// Device code for acceleration of the lj/smooth pair style
|
||||||
//
|
//
|
||||||
@ -10,7 +10,7 @@
|
|||||||
// __________________________________________________________________________
|
// __________________________________________________________________________
|
||||||
//
|
//
|
||||||
// begin :
|
// begin :
|
||||||
// email : brownw@ornl.gov
|
// email : gkmeliyan@edu.hse.ru
|
||||||
// ***************************************************************************
|
// ***************************************************************************
|
||||||
|
|
||||||
#if defined(NV_KERNEL) || defined(USE_HIP)
|
#if defined(NV_KERNEL) || defined(USE_HIP)
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
lj_smooth.h
|
lj_smooth.h
|
||||||
-------------------
|
-------------------
|
||||||
G. Melikyan
|
Gurgen Melikyan (HSE University)
|
||||||
Class for acceleration of the lj/smooth pair style.
|
Class for acceleration of the lj/smooth pair style.
|
||||||
__________________________________________________________________________
|
__________________________________________________________________________
|
||||||
This file is part of the LAMMPS Accelerator Library (LAMMPS_AL)
|
This file is part of the LAMMPS Accelerator Library (LAMMPS_AL)
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
lj_smooth_ext.cpp
|
lj_smooth_ext.cpp
|
||||||
-------------------
|
-------------------
|
||||||
W. Michael Brown (ORNL)
|
Gurgen Melikyan (HSE University)
|
||||||
|
|
||||||
Functions for LAMMPS access to lj/smooth acceleration routines.
|
Functions for LAMMPS access to lj/smooth acceleration routines.
|
||||||
|
|
||||||
@ -10,7 +10,7 @@
|
|||||||
__________________________________________________________________________
|
__________________________________________________________________________
|
||||||
|
|
||||||
begin :
|
begin :
|
||||||
email : brownw@ornl.gov
|
email : gkmeliyan@edu.hse.ru
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|||||||
Reference in New Issue
Block a user