Browse Source

starpu_fxt_tool: add call to starpu_drivers_preinit

So the drivers names are loaded and fix workers named unknow
Lucas Nesi 4 years ago
parent
commit
1efc821519
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/debug/traces/starpu_fxt.c

+ 1 - 0
src/debug/traces/starpu_fxt.c

@@ -4657,6 +4657,7 @@ uint64_t _starpu_fxt_find_start_time(char *filename_in)
 
 void starpu_fxt_generate_trace(struct starpu_fxt_options *options)
 {
+	starpu_drivers_preinit();
 	_starpu_fxt_options_set_dir(options);
 	_starpu_fxt_dag_init(options->dag_path);
 	_starpu_fxt_distrib_file_init(options);