saiph: reduce the number of loops

The current app Heat3D_vect has a long initialization time
This commit is contained in:
Rodrigo Arias 2021-02-05 12:07:22 +01:00
parent e4ab177d6c
commit 830d648925

View File

@ -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";