|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2014 INRIA
|
|
|
+ * Copyright (C) 2014, 2016 INRIA
|
|
|
*
|
|
|
* 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
|
|
@@ -19,6 +19,10 @@
|
|
|
#include "../helper.h"
|
|
|
#include <stdio.h>
|
|
|
|
|
|
+/*
|
|
|
+ * Test recursive OpenMP tasks, data dependences, data slice dependences.
|
|
|
+ */
|
|
|
+
|
|
|
#if !defined(STARPU_OPENMP)
|
|
|
int main(int argc, char **argv)
|
|
|
{
|