combine citeme.log entry for pair reax/c/omp and fix qeq/reax/omp

This commit is contained in:
Axel Kohlmeyer 2017-07-11 14:59:08 -04:00
parent 5a1e020bf0
commit 338fc28970
2 changed files with 1 additions and 13 deletions

View File

@ -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;

View File

@ -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"