Browse Source

Revert "fix FUT autostart disable initialization"

This reverts commit 581387c48432ac9565daff864060fe77a12ad315.
Nathalie Furmento 5 years ago
parent
commit
e1bb7c466b
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)
 	if (autostart)
 		initial_key_mask = FUT_KEYMASKALL;
 		initial_key_mask = FUT_KEYMASKALL;
 	else
 	else
-		initial_key_mask = 0;
+		initial_key_mask = FUT_KEYMASK0;
 }
 }
 
 
 void starpu_fxt_start_profiling()
 void starpu_fxt_start_profiling()