From c46e4ee4df34ac59ad46c9c9743bcac480f8356b Mon Sep 17 00:00:00 2001 From: Rafael Ravedutti Date: Tue, 12 Oct 2021 23:35:58 +0200 Subject: [PATCH] Include ATOMS_LOOP_RUNS option in config.mk file Signed-off-by: Rafael Ravedutti --- config.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.mk b/config.mk index ef43016..066274a 100644 --- a/config.mk +++ b/config.mk @@ -9,6 +9,8 @@ DATA_LAYOUT ?= AOS # Assembly syntax to generate (ATT/INTEL) ASM_SYNTAX ?= ATT +# Number of times to run the atoms loop on stubbed variant +ATOMS_LOOP_RUNS ?= 1 # Number of times to run the neighbors loop on stubbed variant NEIGHBORS_LOOP_RUNS ?= 1 # Explicitly store and load atom types (true or false)