From 50cc6a6b05ab0a58f56586d54ddeeab1993b25f4 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Mon, 31 Jul 2017 18:37:39 +0200
Subject: [PATCH] Move StarPU configuration to the StarPU directory

---
 control/config.h.in                           | 42 -------------------
 ...ameleon_starpu.h => chameleon_starpu.h.in} |  0
 2 files changed, 42 deletions(-)
 delete mode 100644 control/config.h.in
 rename runtime/starpu/include/{chameleon_starpu.h => chameleon_starpu.h.in} (100%)

diff --git a/control/config.h.in b/control/config.h.in
deleted file mode 100644
index d15817505..000000000
--- a/control/config.h.in
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Inria. All rights reserved.
- * @copyright (c) 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
- *
- *  @file config.h
- *
- *  Chameleon's internal definitions
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
- *
- *  @version 0.9.1
- *  @author Florent Pruvost
- *  @date 2017-01-09
- *
- **/
-#ifndef CONFIG_H_HAS_BEEN_INCLUDED
-#define CONFIG_H_HAS_BEEN_INCLUDED
-
-/* inherit from public chameleon's definitions */
-#include "chameleon/chameleon_config.h"
-
-/* StarPU functions */
-#cmakedefine HAVE_STARPU_FXT_PROFILING
-#cmakedefine HAVE_STARPU_IDLE_PREFETCH
-#cmakedefine HAVE_STARPU_ITERATION_PUSH
-#cmakedefine HAVE_STARPU_DATA_WONT_USE
-#cmakedefine HAVE_STARPU_DATA_SET_COORDINATES
-#cmakedefine HAVE_STARPU_MALLOC_ON_NODE_SET_DEFAULT_FLAGS
-#cmakedefine HAVE_STARPU_MPI_DATA_REGISTER
-#cmakedefine HAVE_STARPU_MPI_COMM_RANK
-#cmakedefine HAVE_STARPU_MPI_CACHED_RECEIVE
-
-#endif  /* CONFIG_H_HAS_BEEN_INCLUDED */
diff --git a/runtime/starpu/include/chameleon_starpu.h b/runtime/starpu/include/chameleon_starpu.h.in
similarity index 100%
rename from runtime/starpu/include/chameleon_starpu.h
rename to runtime/starpu/include/chameleon_starpu.h.in
-- 
GitLab