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