Просмотр исходного кода

examples/stencil/implicit-stencil-tasks.c: include starpu_mpi.h

Nathalie Furmento лет назад: 9
Родитель
Сommit
7f62489053
1 измененных файлов с 5 добавлено и 4 удалено
  1. 5 4
      examples/stencil/implicit-stencil-tasks.c

+ 5 - 4
examples/stencil/implicit-stencil-tasks.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  *
  * Copyright (C) 2010, 2013-2015  Université de Bordeaux
  * Copyright (C) 2010, 2013-2015  Université de Bordeaux
- * Copyright (C) 2012, 2013, 2015  CNRS
+ * Copyright (C) 2012, 2013, 2015, 2016  CNRS
  *
  *
  * StarPU is free software; you can redistribute it and/or modify
  * 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
  * it under the terms of the GNU Lesser General Public License as published by
@@ -34,11 +34,12 @@
 #else
 #else
 # define DEBUG(fmt, ...)
 # define DEBUG(fmt, ...)
 #endif
 #endif
- 
+
+#include <starpu_mpi.h>
 #define starpu_insert_task(...) starpu_mpi_insert_task(MPI_COMM_WORLD, __VA_ARGS__)
 #define starpu_insert_task(...) starpu_mpi_insert_task(MPI_COMM_WORLD, __VA_ARGS__)
 
 
-/* 
- * Schedule initialization tasks 
+/*
+ * Schedule initialization tasks
  */
  */
 
 
 void create_task_memset(unsigned sizex, unsigned sizey, unsigned z)
 void create_task_memset(unsigned sizex, unsigned sizey, unsigned z)