From 830d64892590f5b065c48f5122df292688da45a9 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 5 Feb 2021 12:07:22 +0100 Subject: [PATCH] saiph: reduce the number of loops The current app Heat3D_vect has a long initialization time --- garlic/exp/saiph/granularity.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garlic/exp/saiph/granularity.nix b/garlic/exp/saiph/granularity.nix index b27827a..2cbde8d 100644 --- a/garlic/exp/saiph/granularity.nix +++ b/garlic/exp/saiph/granularity.nix @@ -28,7 +28,7 @@ let gitBranch = "garlic/tampi+isend+oss+task+simd"; # Repeat the execution of each unit 50 times - loops = 50; + loops = 10; # Resources qos = "debug";