Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusvgp committed Feb 24, 2024
1 parent 01231e7 commit 5c5b392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tools/fxt2paje.sh
Expand Up @@ -19,7 +19,7 @@ if [ -z "$STARPU_FXT_SUFFIX" ];
then
PROF_PREFIX="prof_file_"
else
PROF_PREFIX="STARPU_FXT_SUFFIX"
PROF_PREFIX="$STARPU_FXT_SUFFIX"
fi

if [ -z "$STARVZ_USE_PAJE_TRACE" ] || [ "$STARVZ_USE_PAJE_TRACE" -ne 1 ];
Expand Down

0 comments on commit 5c5b392

Please sign in to comment.