From 09c7b0335043f8dd3269f7c566583ac7285385e5 Mon Sep 17 00:00:00 2001 From: Tommy Jung Date: Thu, 21 Oct 2021 15:48:59 -0700 Subject: [PATCH] deprecating factorial spmd --- software/spmd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/software/spmd/Makefile b/software/spmd/Makefile index 1c6d202dc..35a48bba0 100644 --- a/software/spmd/Makefile +++ b/software/spmd/Makefile @@ -20,6 +20,7 @@ NO-RECURSE = \ beebs saif \ interrupt_tests \ bp_manycore_test \ + factorial \ energy_ubenchmark # Define this variable on cmd line to run coverage analysis. Currently