|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
*
|
|
|
- * Copyright (C) 2009, 2010, 2012 Université de Bordeaux 1
|
|
|
|
|
|
|
+ * Copyright (C) 2009, 2010, 2012-2013 Université de Bordeaux 1
|
|
|
* Copyright (C) 2010, 2011 Centre National de la Recherche Scientifique
|
|
* Copyright (C) 2010, 2011 Centre National de la Recherche Scientifique
|
|
|
*
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -25,12 +25,6 @@
|
|
|
|
|
|
|
|
void _starpu_datawizard_progress(uint32_t memory_node, unsigned may_alloc)
|
|
void _starpu_datawizard_progress(uint32_t memory_node, unsigned may_alloc)
|
|
|
{
|
|
{
|
|
|
-#ifdef STARPU_SIMGRID
|
|
|
|
|
-#if STARPU_DEVEL
|
|
|
|
|
-#warning FIXME
|
|
|
|
|
-#endif
|
|
|
|
|
- MSG_process_sleep(0.000010);
|
|
|
|
|
-#endif
|
|
|
|
|
/* in case some other driver requested data */
|
|
/* in case some other driver requested data */
|
|
|
_starpu_handle_pending_node_data_requests(memory_node);
|
|
_starpu_handle_pending_node_data_requests(memory_node);
|
|
|
_starpu_handle_node_data_requests(memory_node, may_alloc);
|
|
_starpu_handle_node_data_requests(memory_node, may_alloc);
|