|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2009-2012, 2015 Université de Bordeaux
|
|
|
+ * Copyright (C) 2009-2012, 2015-2016 Université de Bordeaux
|
|
|
*
|
|
|
* 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
|
|
@@ -38,7 +38,7 @@
|
|
|
#include <starpu.h>
|
|
|
#include "../../../include/starpu_fxt.h"
|
|
|
|
|
|
-extern char _starpu_last_codelet_symbol[STARPU_NMAXWORKERS][4*sizeof(unsigned long)];
|
|
|
+extern char _starpu_last_codelet_symbol[STARPU_NMAXWORKERS][(FXT_MAX_PARAMS-4)*sizeof(unsigned long)];
|
|
|
|
|
|
void _starpu_fxt_dag_init(char *dag_filename);
|
|
|
void _starpu_fxt_dag_terminate(void);
|