|
@@ -47,7 +47,7 @@
|
|
|
//#define STARPU_CHECK_RETURN_VALUE_IS_THREAD(err, value, message) {if (err >= 0 || errno != value) { perror(message); return ALL_IS_NOT_OK; }}
|
|
|
|
|
|
//#define STARPU_TEST_OUTPUT
|
|
|
-#define FPRINTF(ofile, fmt, ...) do { if (!getenv("STARPU_SSILENT")) {fprintf(ofile, fmt, ## __VA_ARGS__); }} while(0)
|
|
|
+#define FPRINTF(ofile, fmt, ...) do { if (!getenv("STARPU_SSILENT")) {fprintf(ofile, fmt, ## __VA_ARGS__); fflush(stderr); }} while(0)
|
|
|
|
|
|
#if defined(STARPU_HAVE_VALGRIND_H) && !defined(STARPU_VALGRIND_FULL)
|
|
|
static int _starpu_valgrind_print_once STARPU_ATTRIBUTE_UNUSED = 0;
|