git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6759 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
#include "error.h"
|
||||
#include "memory.h"
|
||||
|
||||
#ifdef LMP_OPENMP
|
||||
#ifdef _OPENMP
|
||||
#include "omp.h"
|
||||
#endif
|
||||
|
||||
@ -77,7 +77,7 @@ Comm::Comm(LAMMPS *lmp) : Pointers(lmp)
|
||||
// need to be in a parallel area for this operation
|
||||
|
||||
nthreads = 1;
|
||||
#ifdef LMP_OPENMP
|
||||
#ifdef _OPENMP
|
||||
#pragma omp parallel default(shared)
|
||||
{
|
||||
#pragma omp master
|
||||
|
||||
Reference in New Issue
Block a user