Browse Source

fix FUT autostart disable initialization

Olivier Aumage 6 years ago
parent
commit
581387c484
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/fxt.c

+ 1 - 1
src/common/fxt.c

@@ -123,7 +123,7 @@ void starpu_fxt_autostart_profiling(int autostart)
 	if (autostart)
 		initial_key_mask = FUT_KEYMASKALL;
 	else
-		initial_key_mask = FUT_KEYMASK0;
+		initial_key_mask = 0;
 }
 
 void starpu_fxt_start_profiling()