From 05e1aed3264de90cfbd274bc157e4283ff13f762 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Fri, 14 May 2021 11:45:06 -0400 Subject: [PATCH] commenting --- Grid/qcd/action/fermion/DirichletFermionOperator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/qcd/action/fermion/DirichletFermionOperator.h b/Grid/qcd/action/fermion/DirichletFermionOperator.h index 321dfd4b..05cd0feb 100644 --- a/Grid/qcd/action/fermion/DirichletFermionOperator.h +++ b/Grid/qcd/action/fermion/DirichletFermionOperator.h @@ -69,7 +69,7 @@ public: blocks_per_rank *= (LocalDims[d] / Block[d]); } } - // Even blocks per node required + // Even blocks per node required // could be relaxed but inefficient use of hardware as idle nodes in boundary operator R assert( (blocks_per_rank % 2) == 0); // Possible checks that SIMD lanes are used with full occupancy???