|
@@ -21,9 +21,6 @@
|
|
|
* Check that STARPU_REDUX works with a mere incrementation
|
|
|
*/
|
|
|
|
|
|
-static unsigned var = 0;
|
|
|
-static starpu_data_handle_t handle;
|
|
|
-
|
|
|
/*
|
|
|
* Reduction methods
|
|
|
*/
|
|
@@ -228,6 +225,8 @@ static struct starpu_codelet increment_cl =
|
|
|
int main(int argc, char **argv)
|
|
|
{
|
|
|
int ret;
|
|
|
+ unsigned var = 0;
|
|
|
+ starpu_data_handle_t handle;
|
|
|
|
|
|
/* Not supported yet */
|
|
|
if (starpu_get_env_number_default("STARPU_GLOBAL_ARBITER", 0) > 0)
|