|
@@ -1,6 +1,6 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
-# Copyright (C) 2009-2013 Université de Bordeaux 1
|
|
|
+# Copyright (C) 2009-2014 Université de Bordeaux 1
|
|
|
# Copyright (C) 2010, 2011, 2012, 2013, 2014 Centre National de la Recherche Scientifique
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -63,6 +63,8 @@ Small features:
|
|
|
struct starpu_task)
|
|
|
* New STARPU_EXECUTE_ON_WORKER flag to specify the worker on which
|
|
|
to execute the task.
|
|
|
+ * New STARPU_DISABLE_PINNING environment variable to disable host memory
|
|
|
+ pinning.
|
|
|
|
|
|
Changes:
|
|
|
* Fix of the livelock issue discovered while executing applications
|