From 54a6143e9e1fad717faf8ac96e3b1bf019770cfb Mon Sep 17 00:00:00 2001 From: Trung Nguyen Date: Fri, 8 Dec 2023 14:27:00 -0600 Subject: [PATCH] Updated the doc pages for sph/lj/gpu and sph/taitwater/gpu --- doc/src/pair_coul_slater.rst | 2 +- doc/src/pair_sph_lj.rst | 3 +++ doc/src/pair_sph_taitwater.rst | 3 +++ lib/gpu/lal_base_sph.cpp | 2 +- lib/gpu/lal_base_sph.h | 2 +- lib/gpu/lal_coul_slater_long.cpp | 2 +- lib/gpu/lal_coul_slater_long.cu | 2 +- lib/gpu/lal_coul_slater_long_ext.cpp | 2 +- lib/gpu/lal_edpd.h | 2 +- lib/gpu/lal_lj_coul_long_soft.cpp | 2 +- lib/gpu/lal_lj_coul_long_soft.cu | 2 +- lib/gpu/lal_lj_coul_long_soft.h | 2 +- lib/gpu/lal_lj_coul_long_soft_ext.cpp | 4 ++-- lib/gpu/lal_sph_lj.cpp | 2 +- lib/gpu/lal_sph_lj.h | 2 +- lib/gpu/lal_sph_lj_ext.cpp | 2 +- 16 files changed, 21 insertions(+), 15 deletions(-) diff --git a/doc/src/pair_coul_slater.rst b/doc/src/pair_coul_slater.rst index 074f10ba83..bde14276db 100644 --- a/doc/src/pair_coul_slater.rst +++ b/doc/src/pair_coul_slater.rst @@ -12,7 +12,7 @@ pair_style coul/slater/cut command pair_style coul/slater/long command =================================== -Accelerator Variants: *coul/slater/gpu* +Accelerator Variants: *coul/slater/long/gpu* Syntax """""" diff --git a/doc/src/pair_sph_lj.rst b/doc/src/pair_sph_lj.rst index b5c02c41ff..5ac7ab9c6b 100644 --- a/doc/src/pair_sph_lj.rst +++ b/doc/src/pair_sph_lj.rst @@ -1,8 +1,11 @@ .. index:: pair_style sph/lj +.. index:: pair_style sph/lj/gpu pair_style sph/lj command ========================= +Accelerator Variants: *sph/lj/gpu* + Syntax """""" diff --git a/doc/src/pair_sph_taitwater.rst b/doc/src/pair_sph_taitwater.rst index 34eb65f005..79972660c4 100644 --- a/doc/src/pair_sph_taitwater.rst +++ b/doc/src/pair_sph_taitwater.rst @@ -1,8 +1,11 @@ .. index:: pair_style sph/taitwater +.. index:: pair_style sph/taitwater/gpu pair_style sph/taitwater command ================================ +Accelerator Variants: *sph/taitwater/gpu* + Syntax """""" diff --git a/lib/gpu/lal_base_sph.cpp b/lib/gpu/lal_base_sph.cpp index c6876a7dcd..f373c0ebb6 100644 --- a/lib/gpu/lal_base_sph.cpp +++ b/lib/gpu/lal_base_sph.cpp @@ -1,7 +1,7 @@ /*************************************************************************** base_sph.cpp ------------------- - Trung Dac Nguyen (ORNL) + Trung Nguyen (U Chicago) Base class for SPH pair styles needing per-particle data for position, velocity, and type. diff --git a/lib/gpu/lal_base_sph.h b/lib/gpu/lal_base_sph.h index 950462e998..e1e5731573 100644 --- a/lib/gpu/lal_base_sph.h +++ b/lib/gpu/lal_base_sph.h @@ -1,7 +1,7 @@ /*************************************************************************** base_sph.h ------------------- - Trung Dac Nguyen (U Chicago) + Trung Nguyen (U Chicago) Base class for SPH pair styles needing per-particle data for position, velocity, and type. diff --git a/lib/gpu/lal_coul_slater_long.cpp b/lib/gpu/lal_coul_slater_long.cpp index 98b73ab753..42eb86e8ff 100644 --- a/lib/gpu/lal_coul_slater_long.cpp +++ b/lib/gpu/lal_coul_slater_long.cpp @@ -1,6 +1,6 @@ /*************************************************************************** coul_slater_long_ext.cpp - ------------------- + ------------------------ Trung Nguyen (U Chicago) Class for acceleration of the coul/slater/long pair style. diff --git a/lib/gpu/lal_coul_slater_long.cu b/lib/gpu/lal_coul_slater_long.cu index f8902c59d7..eccc594211 100644 --- a/lib/gpu/lal_coul_slater_long.cu +++ b/lib/gpu/lal_coul_slater_long.cu @@ -1,6 +1,6 @@ // ************************************************************************** // coul_slater_long.cu -// ------------------- +// ------------------- // Trung Nguyen (U Chicago) // // Device code for acceleration of the coul/slater/long pair style diff --git a/lib/gpu/lal_coul_slater_long_ext.cpp b/lib/gpu/lal_coul_slater_long_ext.cpp index fb5d9725c9..8c34cc5552 100644 --- a/lib/gpu/lal_coul_slater_long_ext.cpp +++ b/lib/gpu/lal_coul_slater_long_ext.cpp @@ -1,6 +1,6 @@ /*************************************************************************** coul_slater_long_ext.cpp - ------------------- + ------------------------ Trung Nguyen (U Chicago) Functions for LAMMPS access to coul/slater/long acceleration routines. diff --git a/lib/gpu/lal_edpd.h b/lib/gpu/lal_edpd.h index c293b86ee6..e5f7b0633b 100644 --- a/lib/gpu/lal_edpd.h +++ b/lib/gpu/lal_edpd.h @@ -3,7 +3,7 @@ ------------------- Trung Dac Nguyen (U Chicago) - Class for acceleration of the dpd pair style. + Class for acceleration of the edpd pair style. __________________________________________________________________________ This file is part of the LAMMPS Accelerator Library (LAMMPS_AL) diff --git a/lib/gpu/lal_lj_coul_long_soft.cpp b/lib/gpu/lal_lj_coul_long_soft.cpp index 2b90333bae..80eaaca94a 100644 --- a/lib/gpu/lal_lj_coul_long_soft.cpp +++ b/lib/gpu/lal_lj_coul_long_soft.cpp @@ -10,7 +10,7 @@ __________________________________________________________________________ begin : - email : ndtrung@uchicago.edu + email : ndactrung@gmail.com ***************************************************************************/ #if defined(USE_OPENCL) diff --git a/lib/gpu/lal_lj_coul_long_soft.cu b/lib/gpu/lal_lj_coul_long_soft.cu index 7e55f34a45..e311bb5d3b 100644 --- a/lib/gpu/lal_lj_coul_long_soft.cu +++ b/lib/gpu/lal_lj_coul_long_soft.cu @@ -10,7 +10,7 @@ // __________________________________________________________________________ // // begin : -// email : ndtrung@uchicago.edu +// email : ndactrung@gmail.com // *************************************************************************** #if defined(NV_KERNEL) || defined(USE_HIP) diff --git a/lib/gpu/lal_lj_coul_long_soft.h b/lib/gpu/lal_lj_coul_long_soft.h index 1ef5f8134d..b3d4bff4a4 100644 --- a/lib/gpu/lal_lj_coul_long_soft.h +++ b/lib/gpu/lal_lj_coul_long_soft.h @@ -10,7 +10,7 @@ __________________________________________________________________________ begin : - email : ndtrung@uchicago.edu + email : ndactrung@gmail.com ***************************************************************************/ #ifndef LAL_LJ_COUL_LONG_SOFT_H diff --git a/lib/gpu/lal_lj_coul_long_soft_ext.cpp b/lib/gpu/lal_lj_coul_long_soft_ext.cpp index efccbd6ab8..cb2657c03b 100644 --- a/lib/gpu/lal_lj_coul_long_soft_ext.cpp +++ b/lib/gpu/lal_lj_coul_long_soft_ext.cpp @@ -1,6 +1,6 @@ /*************************************************************************** lj_coul_long_soft_ext.cpp - ------------------- + ------------------------- Trung Nguyen (U Chicago) Functions for LAMMPS access to lj/cut/coul/long/soft acceleration routines. @@ -10,7 +10,7 @@ __________________________________________________________________________ begin : - email : ndtrung@uchicago.edu + email : ndactrung@gmail.com ***************************************************************************/ #include diff --git a/lib/gpu/lal_sph_lj.cpp b/lib/gpu/lal_sph_lj.cpp index dbe44bf30a..66c2a5c302 100644 --- a/lib/gpu/lal_sph_lj.cpp +++ b/lib/gpu/lal_sph_lj.cpp @@ -1,7 +1,7 @@ /*************************************************************************** sph_lj.cpp ------------------- - Trung Dac Nguyen (U Chicago) + Trung Nguyen (U Chicago) Class for acceleration of the sph_lj pair style. diff --git a/lib/gpu/lal_sph_lj.h b/lib/gpu/lal_sph_lj.h index 245bf87290..e79c2ba265 100644 --- a/lib/gpu/lal_sph_lj.h +++ b/lib/gpu/lal_sph_lj.h @@ -1,7 +1,7 @@ /*************************************************************************** sph_lj.h ------------------- - Trung Dac Nguyen (U Chicago) + Trung Nguyen (U Chicago) Class for acceleration of the sph lj pair style. diff --git a/lib/gpu/lal_sph_lj_ext.cpp b/lib/gpu/lal_sph_lj_ext.cpp index 488f7b1200..55f85c030e 100644 --- a/lib/gpu/lal_sph_lj_ext.cpp +++ b/lib/gpu/lal_sph_lj_ext.cpp @@ -3,7 +3,7 @@ ------------------- Trung Dac Nguyen (U Chicago) - Functions for LAMMPS access to sph lj acceleration routines. + Functions for LAMMPS access to sph/lj acceleration routines. __________________________________________________________________________ This file is part of the LAMMPS Accelerator Library (LAMMPS_AL)