|
@@ -1,7 +1,7 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
* Copyright (C) 2010 Université de Bordeaux 1
|
|
|
- * Copyright (C) 2010 Centre National de la Recherche Scientifique
|
|
|
+ * Copyright (C) 2010, 2012 Centre National de la Recherche Scientifique
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -22,6 +22,10 @@
|
|
|
#include <common/config.h>
|
|
|
#include <common/fxt.h>
|
|
|
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C" {
|
|
|
+#endif
|
|
|
+
|
|
|
#define FUT_MPI_BARRIER 0x5201
|
|
|
#define FUT_MPI_ISEND 0x5202
|
|
|
#define FUT_MPI_IRECV_END 0x5203
|
|
@@ -40,6 +44,9 @@
|
|
|
#define TRACE_MPI_IRECV_END(a, b) do {} while(0);
|
|
|
#endif
|
|
|
|
|
|
+#ifdef __cplusplus
|
|
|
+}
|
|
|
+#endif
|
|
|
|
|
|
|
|
|
#endif // __STARPU_MPI_FXT_H__
|