From 377fa5dec1cdf6ef73f2df3b22156ed8387930d3 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sat, 15 Jun 2019 08:36:48 +0100 Subject: [PATCH] looping construct --- Grid/qcd/action/scalar/ScalarInteractionAction.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Grid/qcd/action/scalar/ScalarInteractionAction.h b/Grid/qcd/action/scalar/ScalarInteractionAction.h index 0c60fdae..3be84480 100644 --- a/Grid/qcd/action/scalar/ScalarInteractionAction.h +++ b/Grid/qcd/action/scalar/ScalarInteractionAction.h @@ -94,7 +94,7 @@ public: for (int mu = 0; mu < Ndim; mu++) { // pshift = Cshift(p, mu, +1); // not efficient, implement with stencils - thread_loop( (int i = 0; i < p.Grid()->oSites(); i++), + thread_for(i, p.Grid()->oSites(), { int permute_type; StencilEntry *SE; @@ -153,8 +153,8 @@ public: StencilEntry *SE; const vobj *temp; - thread_loop( (int i = 0; i < p.Grid()->oSites(); i++) ,{ - + thread_for(i, p.Grid()->oSites(), + { SE = phiStencil.GetEntry(permute_type, point, i); // prefetch next p?