diff --git a/lib/gpu/lal_lj_smooth.cpp b/lib/gpu/lal_lj_smooth.cpp index 4457ce79d2..42ffdabcf2 100644 --- a/lib/gpu/lal_lj_smooth.cpp +++ b/lib/gpu/lal_lj_smooth.cpp @@ -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) diff --git a/lib/gpu/lal_lj_smooth.cu b/lib/gpu/lal_lj_smooth.cu index d4e61d9f78..d4a99ed3a7 100644 --- a/lib/gpu/lal_lj_smooth.cu +++ b/lib/gpu/lal_lj_smooth.cu @@ -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) diff --git a/lib/gpu/lal_lj_smooth.h b/lib/gpu/lal_lj_smooth.h index fec39c95c6..1ab517ece6 100644 --- a/lib/gpu/lal_lj_smooth.h +++ b/lib/gpu/lal_lj_smooth.h @@ -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) diff --git a/lib/gpu/lal_lj_smooth_ext.cpp b/lib/gpu/lal_lj_smooth_ext.cpp index 7312c8b257..48dad74071 100644 --- a/lib/gpu/lal_lj_smooth_ext.cpp +++ b/lib/gpu/lal_lj_smooth_ext.cpp @@ -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