From 338fc28970731ea4d7ec7bb2cec97c875f47d8cf Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 11 Jul 2017 14:59:08 -0400 Subject: [PATCH] combine citeme.log entry for pair reax/c/omp and fix qeq/reax/omp --- src/USER-OMP/fix_qeq_reax_omp.cpp | 12 ------------ src/USER-OMP/pair_reaxc_omp.cpp | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/src/USER-OMP/fix_qeq_reax_omp.cpp b/src/USER-OMP/fix_qeq_reax_omp.cpp index 0db3ffdc43..3578a6da37 100644 --- a/src/USER-OMP/fix_qeq_reax_omp.cpp +++ b/src/USER-OMP/fix_qeq_reax_omp.cpp @@ -49,7 +49,6 @@ #include "pair.h" #include "respa.h" #include "memory.h" -#include "citeme.h" #include "error.h" #include "reaxc_defs.h" @@ -63,22 +62,11 @@ using namespace FixConst; #define CUBE(x) ((x)*(x)*(x)) #define MIN_NBRS 100 -static const char cite_fix_qeq_reax_omp[] = - "fix qeq/reax/omp command:\n\n" - "@Article{Aktulga17,\n" - " author = {H. M. Aktulga, C. Knight, P. Coffman, K. A. OHearn, T. R. Shan, W. Jiang},\n" - " title = {Optimizing the performance of reactive molecular dynamics simulations for multi-core architectures},\n" - " journal = {International Journal of High Performance Computing Applications},\n" - " year = to appear\n" - "}\n\n"; - /* ---------------------------------------------------------------------- */ FixQEqReaxOMP::FixQEqReaxOMP(LAMMPS *lmp, int narg, char **arg) : FixQEqReax(lmp, narg, arg) { - if (lmp->citeme) lmp->citeme->add(cite_fix_qeq_reax_omp); - if (narg<8 || narg>9) error->all(FLERR,"Illegal fix qeq/reax/omp command"); b_temp = NULL; diff --git a/src/USER-OMP/pair_reaxc_omp.cpp b/src/USER-OMP/pair_reaxc_omp.cpp index 5489651782..078b9d63d4 100644 --- a/src/USER-OMP/pair_reaxc_omp.cpp +++ b/src/USER-OMP/pair_reaxc_omp.cpp @@ -77,7 +77,7 @@ int ompTimingCGCount[LASTTIMINGINDEX]; #endif static const char cite_pair_reax_c_omp[] = - "pair reax/c/omp command:\n\n" + "pair reax/c/omp and fix qeq/reax/omp command:\n\n" "@Article{Aktulga17,\n" " author = {H. M. Aktulga, C. Knight, P. Coffman, K. A. OHearn, T. R. Shan, W. Jiang},\n" " title = {Optimizing the performance of reactive molecular dynamics simulations for multi-core architectures},\n"