Introduce separate version for traced force routine.

This commit is contained in:
Jan Eitzinger
2021-10-26 09:11:17 +02:00
parent 557c5e4d3f
commit 3c3d27b48a
6 changed files with 677 additions and 179 deletions

View File

@@ -33,6 +33,9 @@ ifneq ($(NEIGHBORS_LOOP_RUNS),)
DEFINES += -DNEIGHBORS_LOOP_RUNS=$(NEIGHBORS_LOOP_RUNS)
endif
ifeq ($(strip $(PRINT_STATS)),true)
DEFINES += -DPRINT_STATS
endif
ifeq ($(strip $(EXPLICIT_TYPES)),true)
DEFINES += -DEXPLICIT_TYPES
endif