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);
 		}