|
@@ -1,7 +1,7 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
# Copyright (C) 2009-2015 Université de Bordeaux
|
|
|
-# Copyright (C) 2010, 2011, 2012, 2013, 2014 Centre National de la Recherche Scientifique
|
|
|
+# Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 Centre National de la Recherche Scientifique
|
|
|
# Copyright (C) 2014 Inria
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -154,6 +154,8 @@ Small features:
|
|
|
available on a given node.
|
|
|
* New environment variable STARPU_RAND_SEED to set the seed used for random
|
|
|
numbers.
|
|
|
+ * New function starpu_mpi_cache_set() to enable or disable the
|
|
|
+ communication cache at runtime
|
|
|
|
|
|
Changes:
|
|
|
* Fix complexity of implicit task/data dependency, from quadratic to linear.
|