propagate bugfix in fix omp to OpenMP pragma
This commit is contained in:
@ -351,7 +351,7 @@ void FixOMP::pre_force(int)
|
|||||||
double *drho = atom->drho;
|
double *drho = atom->drho;
|
||||||
|
|
||||||
#if defined(_OPENMP)
|
#if defined(_OPENMP)
|
||||||
#pragma omp parallel LMP_DEFAULT_NONE LMP_SHARED(f,torque,erforce,de,drho)
|
#pragma omp parallel LMP_DEFAULT_NONE LMP_SHARED(f,torque,erforce,desph,drho)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
const int tid = get_tid();
|
const int tid = get_tid();
|
||||||
|
|||||||
Reference in New Issue
Block a user