Objet : Developers list for StarPU
Archives de la liste
- From: Nathalie Furmento <nathalie.furmento@labri.fr>
- To: starpu-announce@lists.gforge.inria.fr
- Cc: "starpu-devel@lists.gforge.inria.fr" <starpu-devel@lists.gforge.inria.fr>, Hatem Ltaief <Hatem.Ltaief@kaust.edu.sa>
- Subject: [Starpu-devel] StarPU v1.2.2 released
- Date: Thu, 11 May 2017 11:34:55 +0200
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=nathalie.furmento@labri.fr; spf=None smtp.mailfrom=nathalie.furmento@labri.fr; spf=None smtp.helo=postmaster@v-zimmta03.u-bordeaux.fr
- Ironport-phdr: 9a23:grEC1BE8jqgzFu1mlej/051GYnF86YWxBRYc798ds5kLTJ7yr8+wAkXT6L1XgUPTWs2DsrQf2raQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbQhFgDWwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VC+85Kl3VhDnlCYHNyY48G7JjMxwkLlbqw+lqxBm3oLYfJ2ZOP94c6jAf90VWHBBU95RWSJcHI28YYgBAeQPMulXrYbyu1QAoACiBQSuHu7j1iNEi3H00KA8zu8vERvG3AslH98WqHrbtsn1NKcIXuCxzanH0yjIYfNL2Tfn7YjHbBYhoe2LXbltdsfRz1MgFx/FjlqKrYzlPi2a2v4Ds2iG9epgUPygi2g7qwF2uTWvwt0jhZLThoIU0FzE+z95zZ8zKNalRkB7ZtukH4FRtyGcL4Z2Q8UiQ3tpuCkg0LEGt4S7cS4Xw5ok3x7Sc+GLfoeK7x75SuqdPCt0iGh7dL6ihxu+60utx+PkWsWp1FtHoDBJn9nQunwXyhDf99SLRuF580qg3zuEyhrd5fteIU8ukKrWM54hzaA0lpoUqUnDADb6mUT3jK+Tc0Uk5vKn5/jpb7n8u5+QLpR7igbkMqszhMOwG/k4MwcUU2iV4+SwzLzj/UvnT7VWlvA6j6bUvZLAKcgFu6K1HxVZ3pg+5xu/FTur09oVkWECLF1feRKHi4bpO0vJIPD9Ffq/hU6jkCtrx//cOr3hA4vCImLNkLf8Z7Z97lBTyAwvzdBY/J9UDqsOL+npWk/wrtDYAAU5PxSuw+n7ENV9yp8eWWWXD6+CLKPdq0WI5voyI+WVfoAVvjD9K/845/7okXA2h0QQfa2o3ZsMdHC4Be5qI0qXYXrrmNcBHnkFshA/TOzskl2CUCRca2y8X6Im/js7Ep6pDZ/fRoCxh7yMxDy7HoFMaWBcElCMDG7keJiaVPcSdi2SJtRskjgFVbi6V48hzguitAD0y7pgNOrU9TMXuYji1Nhz/e3TlAs9+SZ6D8SHgCmxSDRvgmoSXyJz1aZ5plF7wVqr1aljn+ceGtJU/fxEFAY8L5/VieJgWP7oXQeUWN6VSF+iQ9juLywrS98339hGN0B0B9WrihHOmSS3GboYkaCMLJg9+LjdmXbrcZUug03a3bUs2gF1CvBEMner0+smr1De
- List-archive: <http://lists.gforge.inria.fr/pipermail/starpu-devel/>
- List-id: "Developers list. For discussion of new features, code changes, etc." <starpu-devel.lists.gforge.inria.fr>
All,
The StarPU team is really pleased to announce the v1.2.2 release!
This release notably brings an out-of-core support, a MIC Xeon Phi
support, an OpenMP runtime support, and a new internal communication
system for MPI.
The tarball along with the md5sum file and the OpenPGP signature are
available on the starpu web site
http://starpu.gforge.inria.fr/files/
or directly on the Gforge web site
https://gforge.inria.fr/frs/?group_id=1570
Nathalie, for the StarPU team.
---
StarPU 1.2.2 (svn revision 21308)
==============================================
New features:
* Add starpu_data_acquire_try and starpu_data_acquire_on_node_try.
* Add NVCC_CC environment variable.
* Add -no-flops and -no-events options to starpu_fxt_tool to make
traces lighter
* Add starpu_cusparse_init/shutdown/get_local_handle for proper CUDA
overlapping with cusparse.
* Allow precise debugging by setting STARPU_TASK_BREAK_ON_PUSH,
STARPU_TASK_BREAK_ON_SCHED, STARPU_TASK_BREAK_ON_POP, and
STARPU_TASK_BREAK_ON_EXEC environment variables, with the job_id
of a task. StarPU will raise SIGTRAP when the task is being
scheduled, pushed, or popped by the scheduler.
Small features:
* New function starpu_worker_get_job_id(struct starpu_task *task)
which returns the job identifier for a given task
* Show package/numa topology in starpu_machine_display
* MPI: Add mpi communications in dag.dot
* Add STARPU_PERF_MODEL_HOMOGENEOUS_CPU environment variable to
allow having one perfmodel per CPU core
Small changes:
* Output generated through STARPU_MPI_COMM has been modified to
allow easier automated checking
* MPI: Fix reactivity of the beginning of the application, when a
lot of ready requests have to be processed at the same time, we
want to poll the pending requests from time to time.
* MPI: Fix gantt chart for starpu_mpi_irecv: it should use the
termination time of the request, not the submission time.
* MPI: Modify output generated through STARPU_MPI_COMM to allow
easier automated checking
* MPI: enable more tests in simgrid mode
* Use assumed-size instead of assumed-shape arrays for native
fortran API, for better backward compatibility.
* Fix odd ordering of CPU workers on CPUs due to GPUs stealing some
cores
- [Starpu-devel] StarPU v1.2.2 released, Nathalie Furmento, 11/05/2017
Archives gérées par MHonArc 2.6.19+.