@@ -17,6 +17,14 @@
#include <errno.h>
#include <starpu_mpi.h>
+#ifdef STARPU_HAVE_VALGRIND_H
+#include <valgrind/valgrind.h>
+#endif
+
+#ifdef STARPU_HAVE_HELGRIND_H
+#include <valgrind/helgrind.h>
#define STARPU_TEST_SKIPPED 77
#define FPRINTF(ofile, fmt, ...) do { if (!getenv("STARPU_SSILENT")) {fprintf(ofile, fmt, ## __VA_ARGS__); }} while(0)
@@ -15,6 +15,7 @@
*/
#include "mpi_cholesky.h"
+#include "helper.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
* See the GNU Lesser General Public License in COPYING.LGPL for more details.
#include <unistd.h>