Home
last modified time | relevance | path

Searched refs:nQEqc (Results 1 – 1 of 1) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/SMTBQ/
H A Dpair_smtbq.cpp2463 std::vector<int> end(nteam+1), nQEq(nteam+1),nQEqc(nteam+1),nQEqa(nteam+1); in Charge() local
2479 nQEq[i] = nQEqa[i] = nQEqc[i] = 0; in Charge()
2495 if (itype != 0) { qtotc[gp] += q[i]; nQEqc[gp] += 1; } in Charge()
2500 MPI_Allreduce(nQEqc.data(),nQEqcall,nteam+1,MPI_INT,MPI_SUM,world); in Charge()