From b77af0210b35fbc3dd408a1a3665fd8bfcbc7955 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sat, 15 Jun 2019 12:44:56 +0100 Subject: [PATCH] Thread loop. Probably deprecate this impl --- Grid/qcd/action/fermion/StaggeredVec5dImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/qcd/action/fermion/StaggeredVec5dImpl.h b/Grid/qcd/action/fermion/StaggeredVec5dImpl.h index 5294af20..2d4de18e 100644 --- a/Grid/qcd/action/fermion/StaggeredVec5dImpl.h +++ b/Grid/qcd/action/fermion/StaggeredVec5dImpl.h @@ -114,7 +114,7 @@ public: inline void InsertGaugeField(DoubledGaugeField &U_ds,const GaugeLinkField &U,int mu) { GridBase *GaugeGrid = U_ds.Grid(); - thread_loop( (int lidx = 0; lidx < GaugeGrid->lSites(); lidx++), { + thread_for(lidx, GaugeGrid->lSites(),{ SiteScalarGaugeLink ScalarU; SiteDoubledGaugeField ScalarUds;