mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
Use OMP as much as possible
This commit is contained in:
parent
c429ace748
commit
4dd3763294
@ -406,7 +406,7 @@ void WilsonFermion5D<Impl>::DhopInternalOverlappedComms(StencilImpl & st, Lebesg
|
|||||||
// Load imbalance alert. Should use dynamic schedule OMP for loop
|
// Load imbalance alert. Should use dynamic schedule OMP for loop
|
||||||
// Perhaps create a list of only those sites with face work, and
|
// Perhaps create a list of only those sites with face work, and
|
||||||
// load balance process the list.
|
// load balance process the list.
|
||||||
#if 1
|
#if 0
|
||||||
#pragma omp parallel
|
#pragma omp parallel
|
||||||
{
|
{
|
||||||
int nthreads = omp_get_num_threads();
|
int nthreads = omp_get_num_threads();
|
||||||
|
Loading…
Reference in New Issue
Block a user