Commit 3e49aab5 authored by Donatas Surblys's avatar Donatas Surblys
Browse files

update missed pair styles for modified ev_setup_thr

parent f4a07cf2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ void PairBuckLongCoulLongOMP::compute(int eflag, int vflag)
    loop_setup_thr(ifrom, ito, tid, inum, nthreads);
    ThrData *thr = fix->get_thr(tid);
    thr->timer(Timer::START);
    ev_setup_thr(eflag, vflag, nall, eatom, vatom, thr);
    ev_setup_thr(eflag, vflag, nall, eatom, vatom, NULL, thr);

    if (order6) {
      if (order1) {
@@ -353,7 +353,7 @@ void PairBuckLongCoulLongOMP::compute_middle()
    loop_setup_thr(ifrom, ito, tid, inum, nthreads);
    ThrData *thr = fix->get_thr(tid);
    thr->timer(Timer::START);
    ev_setup_thr(0, 0, nall, 0, 0, thr);
    ev_setup_thr(0, 0, nall, 0, 0, NULL, thr);
    eval_middle(ifrom, ito, thr);
    thr->timer(Timer::PAIR);

@@ -383,7 +383,7 @@ void PairBuckLongCoulLongOMP::compute_outer(int eflag, int vflag)
    loop_setup_thr(ifrom, ito, tid, inum, nthreads);
    ThrData *thr = fix->get_thr(tid);
    thr->timer(Timer::START);
    ev_setup_thr(eflag, vflag, nall, eatom, vatom, thr);
    ev_setup_thr(eflag, vflag, nall, eatom, vatom, NULL, thr);

    if (order6) {
      if (order1) {
+3 −3
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ void PairLJLongCoulLongOMP::compute(int eflag, int vflag)
    loop_setup_thr(ifrom, ito, tid, inum, nthreads);
    ThrData *thr = fix->get_thr(tid);
    thr->timer(Timer::START);
    ev_setup_thr(eflag, vflag, nall, eatom, vatom, thr);
    ev_setup_thr(eflag, vflag, nall, eatom, vatom, NULL, thr);

    if (order6) {
      if (order1) {
@@ -351,7 +351,7 @@ void PairLJLongCoulLongOMP::compute_middle()
    loop_setup_thr(ifrom, ito, tid, inum, nthreads);
    ThrData *thr = fix->get_thr(tid);
    thr->timer(Timer::START);
    ev_setup_thr(0, 0, nall, 0, 0, thr);
    ev_setup_thr(0, 0, nall, 0, 0, NULL, thr);
    eval_middle(ifrom, ito, thr);
    thr->timer(Timer::PAIR);

@@ -381,7 +381,7 @@ void PairLJLongCoulLongOMP::compute_outer(int eflag, int vflag)
    loop_setup_thr(ifrom, ito, tid, inum, nthreads);
    ThrData *thr = fix->get_thr(tid);
    thr->timer(Timer::START);
    ev_setup_thr(eflag, vflag, nall, eatom, vatom, thr);
    ev_setup_thr(eflag, vflag, nall, eatom, vatom, NULL, thr);

    if (order6) {
      if (order1) {
+3 −3
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ void PairLJLongTIP4PLongOMP::compute(int eflag, int vflag)
    loop_setup_thr(ifrom, ito, tid, inum, nthreads);
    ThrData *thr = fix->get_thr(tid);
    thr->timer(Timer::START);
    ev_setup_thr(eflag, vflag, nall, eatom, vatom, thr);
    ev_setup_thr(eflag, vflag, nall, eatom, vatom, NULL, thr);

    if (order6) {
      if (order1) {
@@ -412,7 +412,7 @@ void PairLJLongTIP4PLongOMP::compute_middle()
    loop_setup_thr(ifrom, ito, tid, inum, nthreads);
    ThrData *thr = fix->get_thr(tid);
    thr->timer(Timer::START);
    ev_setup_thr(0, 0, nall, 0, 0, thr);
    ev_setup_thr(0, 0, nall, 0, 0, NULL, thr);
    eval_middle(ifrom, ito, thr);
    thr->timer(Timer::PAIR);

@@ -466,7 +466,7 @@ void PairLJLongTIP4PLongOMP::compute_outer(int eflag, int vflag)
    loop_setup_thr(ifrom, ito, tid, inum, nthreads);
    ThrData *thr = fix->get_thr(tid);
    thr->timer(Timer::START);
    ev_setup_thr(eflag, vflag, nall, eatom, vatom, thr);
    ev_setup_thr(eflag, vflag, nall, eatom, vatom, NULL, thr);

    if (order6) {
      if (order1) {