@@ -16,7 +16,6 @@
*/
#include <starpu.h>
-#include <config.h>
#define FPRINTF(ofile, fmt, ...) do { if (!getenv("STARPU_SSILENT")) {fprintf(ofile, fmt, ## __VA_ARGS__); }} while(0)
@@ -24,7 +24,6 @@
#include <starpu_scheduler.h>
#ifdef STARPU_QUICK_CHECK
#define NTASKS 320
@@ -23,7 +23,6 @@
@@ -14,7 +14,7 @@
* See the GNU Lesser General Public License in COPYING.LGPL for more details.
+#include <starpu.h>
#include <starpu_mpi.h>
#include <starpu_config.h>
#include "helper.h"
@@ -1,6 +1,6 @@
/* StarPU --- Runtime system for heterogeneous multicore architectures.
*
- * Copyright (C) 2010, 2011, 2012 CNRS
+ * Copyright (C) 2010, 2011, 2012, 2017 CNRS
* 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
@@ -17,8 +17,6 @@
#ifndef __STARPU_OPENCL_UTILS_H__
#define __STARPU_OPENCL_UTILS_H__
-
char *_starpu_opencl_get_device_type_as_string(int id);
#define _STARPU_OPENCL_PLATFORM_MAX 4
@@ -26,7 +26,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include <QApplication>
#include "mainwindow.h"
#include <string.h>
#define PROGNAME "starpu_top"
@@ -22,7 +22,6 @@
#include <sys/time.h>
#include "starpufft.h"
#ifdef STARPU_USE_CUDA
@@ -14,7 +14,6 @@
#include "../helper.h"
@@ -15,7 +15,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
+
#include "../test_interfaces.h"
#include "../../../helper.h"
@@ -13,7 +13,7 @@
#include "generic.h"
#include "../../../../helper.h"
#include "multiformat_types.h"
- * Copyright (C) 2010, 2011, 2012, 2013 CNRS
+ * Copyright (C) 2010, 2011, 2012, 2013, 2017 CNRS
#include <common/thread.h>
#include "scal.h"
@@ -16,7 +16,7 @@
/* Check that defining a main makes starpu use MSG_process_attach. */
#include "locality.c"
+#include <common/config.h>
#if defined(SIMGRID_VERSION_MAJOR) && defined(SIMGRID_VERSION_MINOR) && (defined(HAVE_MSG_PROCESS_ATTACH) && SIMGRID_VERSION_MAJOR > 3 || (SIMGRID_VERSION_MAJOR == 3 && SIMGRID_VERSION_MINOR >= 15))
#undef main
-#include <common/config.h>
#include <common/utils.h>
#include <limits.h>
#include <core/perfmodel/perfmodel.h>
@@ -1,7 +1,7 @@
* Copyright (C) 2011-2012, 2014-2016 Université de Bordeaux
- * Copyright (C) 2012, 2013 CNRS
+ * Copyright (C) 2012, 2013, 2017 CNRS
* Copyright (C) 2012 INRIA
#include "../../src/core/sched_ctx_list.h"
#if defined(_WIN32) && !defined(__CYGWIN__)
@@ -17,7 +17,6 @@
@@ -27,7 +27,6 @@
#include <common/fxt.h>
#include <common/list.h>
static fxt_t fut;
@@ -19,7 +19,6 @@
* This program should be used to parse the log generated by FxT
#define PROGNAME "starpu_fxt_tool"
#include <assert.h>
#include <getopt.h>
@@ -15,12 +15,12 @@
#include <stdint.h>
#include <common/uthash.h>