Samuel Thibault 8 年之前
父節點
當前提交
abb8af133c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/debug/traces/starpu_fxt.c

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

@@ -2856,7 +2856,7 @@ void _starpu_fxt_parse_new_file(char *filename_in, struct starpu_fxt_options *op
 			poti_SetVariable(0.0, new_scheduler_container_alias, "nsubmitted", 0.0);
 			poti_SetVariable(0.0, new_scheduler_container_alias, "nready", 0.0);
 		}
-		if (!option->no_flops)
+		if (!options->no_flops)
 		{
 			poti_SetVariable(0.0, new_scheduler_container_alias, "gft", 0.0);
 		}