|
@@ -73,13 +73,6 @@ Changes:
|
|
|
starpu_data_set_tag(), data are received as a raw memory)
|
|
|
* StarPU-MPI: Fix for being able to receive data with the same tag
|
|
|
from several nodes (see mpi/tests/gather.c)
|
|
|
- * Function starpu_sched_ctx_create() now takes a variable argument
|
|
|
- list to define the scheduler to be used, and the minimum and
|
|
|
- maximum priority values
|
|
|
- * The functions starpu_sched_set/get_min/max_priority set/get the
|
|
|
- priorities of the current scheduling context, i.e the one which
|
|
|
- was set by a call to starpu_sched_ctx_set_context() or the initial
|
|
|
- context if the function was not called yet.
|
|
|
|
|
|
StarPU 1.1.0 (svn revision xxxx)
|
|
|
==============================================
|
|
@@ -192,6 +185,13 @@ New features:
|
|
|
* Add a watchdog which permits to easily trigger a crash when StarPU gets
|
|
|
stuck.
|
|
|
* Document how to migrate data over MPI.
|
|
|
+ * New function starpu_wakeup_worker() to be used by schedulers to
|
|
|
+ wake up a single worker (instead of all workers) when submitting a
|
|
|
+ single task.
|
|
|
+ * The functions starpu_sched_set/get_min/max_priority set/get the
|
|
|
+ priorities of the current scheduling context, i.e the one which
|
|
|
+ was set by a call to starpu_sched_ctx_set_context() or the initial
|
|
|
+ context if the function has not been called yet.
|
|
|
|
|
|
Small features:
|
|
|
* Add starpu_worker_get_by_type and starpu_worker_get_by_devid
|