From 79fae204c2c24c463bdc57bacb041dbae5faf0a4 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 22 Sep 2020 18:39:29 +0200 Subject: [PATCH] Typo --- garlic/exp/saiph/numcomm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garlic/exp/saiph/numcomm.nix b/garlic/exp/saiph/numcomm.nix index 7bc37fc..560853a 100644 --- a/garlic/exp/saiph/numcomm.nix +++ b/garlic/exp/saiph/numcomm.nix @@ -152,7 +152,7 @@ let # Optionally profile the next stages with perf ++ optional enablePerf perf - # Execute the nbody app with the argv and env vars + # Execute the saiph example app ++ [ saiphFn ]; # List of actual programs to be executed