浏览代码

mpi/src/starpu_mpi_insert_task.c: improve error message

Nathalie Furmento 12 年之前
父节点
当前提交
34e4205040
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mpi/src/starpu_mpi_insert_task.c

+ 2 - 2
mpi/src/starpu_mpi_insert_task.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011, 2012  Centre National de la Recherche Scientifique
+ * Copyright (C) 2011, 2012, 2013  Centre National de la Recherche Scientifique
  * Copyright (C) 2011-2012  Université de Bordeaux 1
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -226,7 +226,7 @@ int _starpu_mpi_find_executee_node(starpu_data_handle_t data, enum starpu_access
 		}
 		else
 		{
-			_STARPU_ERROR("rank invalid\n");
+			_STARPU_ERROR("rank %d invalid\n", mpi_rank);
 		}
 	}
 	return 0;