瀏覽代碼

fix format

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

+ 2 - 2
src/debug/traces/starpu_fxt_mpi.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011-2014,2016,2017                      Université de Bordeaux
+ * Copyright (C) 2011-2014,2016,2017, 2019                Université de Bordeaux
  * Copyright (C) 2011-2013,2017                           Inria
  * Copyright (C) 2010-2012,2014-2018                      CNRS
  * Copyright (C) 2017                                     Federal University of Rio Grande do Sul (UFRGS)
@@ -341,7 +341,7 @@ static void display_all_transfers_from_trace(FILE *out_paje_file, unsigned n)
 		}
 		else
 		{
-			_STARPU_DISP("Warning, could not match MPI transfer from %d to %d (tag %x) starting at %f\n", src, dst, mpi_tag, start_date);
+			_STARPU_DISP("Warning, could not match MPI transfer from %d to %d (tag %lx) starting at %f\n", src, dst, mpi_tag, start_date);
 		}
 
 		slot[src]++;