|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2009, 2010, 2013 Université de Bordeaux 1
|
|
|
+ * Copyright (C) 2009, 2010, 2013-2014 Université de Bordeaux 1
|
|
|
* Copyright (C) 2010, 2011, 2012 Centre National de la Recherche Scientifique
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -30,8 +30,8 @@
|
|
|
#define N 10
|
|
|
#endif
|
|
|
|
|
|
-struct timeval start;
|
|
|
-struct timeval end;
|
|
|
+static struct timeval start;
|
|
|
+static struct timeval end;
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
{
|