This commit is contained in:
Rodrigo Arias 2020-09-22 18:39:29 +02:00
parent ed7f6e3e97
commit 79fae204c2

View File

@ -152,7 +152,7 @@ let
# Optionally profile the next stages with perf # Optionally profile the next stages with perf
++ optional enablePerf perf ++ optional enablePerf perf
# Execute the nbody app with the argv and env vars # Execute the saiph example app
++ [ saiphFn ]; ++ [ saiphFn ];
# List of actual programs to be executed # List of actual programs to be executed