Bläddra i källkod

Drop duplicate FPRINTF definition

Samuel Thibault 4 år sedan
förälder
incheckning
4ae40467cf
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      mpi/tests/helper.h

+ 0 - 1
mpi/tests/helper.h

@@ -20,7 +20,6 @@
 #include "../../tests/helper.h"
 
 #define PRINTF(fmt, ...) do { if (!getenv("STARPU_SSILENT")) {printf(fmt, ## __VA_ARGS__); fflush(stdout); }} while(0)
-#define FPRINTF(ofile, fmt, ...) do { if (!getenv("STARPU_SSILENT")) {fprintf(ofile, fmt, ## __VA_ARGS__); }} while(0)
 #define FPRINTF_MPI(ofile, fmt, ...) do { if (!getenv("STARPU_SSILENT")) { \
 			int _disp_rank; starpu_mpi_comm_rank(MPI_COMM_WORLD, &_disp_rank); \
 			fprintf(ofile, "[%d][starpu_mpi][%s] " fmt , _disp_rank, __starpu_func__ ,## __VA_ARGS__); \