|
@@ -28,6 +28,8 @@ New features:
|
|
|
* Add STARPU_CUDA_THREAD_PER_DEV environment variable to support driving all
|
|
|
GPUs from only one thread when almost all kernels are asynchronous.
|
|
|
* Add starpu_replay tool to replay tasks.rec files with Simgrid.
|
|
|
+ * Add experimental support of NUMA nodes. Use STARPU_USE_NUMA to activate it.
|
|
|
+ * Add a new set of functions to make Out-of-Core based on HDF5 Library.
|
|
|
|
|
|
Small features:
|
|
|
* Scheduling contexts may now be associated a user data pointer at creation
|
|
@@ -52,6 +54,8 @@ Small features:
|
|
|
* Add priority management to StarPU-MPI.
|
|
|
* Add STARPU_MAIN_THREAD_CPUID and STARPU_MPI_THREAD_CPUID environment
|
|
|
variables.
|
|
|
+ * Add disk to disk copy functions and support asynchronous full read/write
|
|
|
+ in disk backends.
|
|
|
|
|
|
Changes:
|
|
|
* Vastly improve simgrid simulation time.
|