瀏覽代碼

Note that FxT limits scalability

Samuel Thibault 7 年之前
父節點
當前提交
ecb079800c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/workers.c

+ 1 - 1
src/core/workers.c

@@ -1237,7 +1237,7 @@ int starpu_initialize(struct starpu_conf *user_conf, int *argc, char ***argv)
 	_STARPU_DISP("Warning: StarPU was configured with --enable-verbose, which slows down a bit\n");
 	_STARPU_DISP("Warning: StarPU was configured with --enable-verbose, which slows down a bit\n");
 #endif
 #endif
 #ifdef STARPU_USE_FXT
 #ifdef STARPU_USE_FXT
-	_STARPU_DISP("Warning: StarPU was configured with --with-fxt, which slows down a bit\n");
+	_STARPU_DISP("Warning: StarPU was configured with --with-fxt, which slows down a bit and limits scalability\n");
 #endif
 #endif
 #ifdef STARPU_PERF_DEBUG
 #ifdef STARPU_PERF_DEBUG
 	_STARPU_DISP("Warning: StarPU was configured with --enable-perf-debug, which slows down a bit\n");
 	_STARPU_DISP("Warning: StarPU was configured with --enable-perf-debug, which slows down a bit\n");