SHA256
1
0
forked from pool/libcircle
Files
libcircle/libcircle.changes
Nicolas Morey-Chaisemartin 546bdc6b56 Accepting request 888998 from home:NMoreyChaisemartin:branches:science:HPC
- Update to version 0.3
  - New features:
    - Added tree-based termination detection for improved scalability over
      circle-based token passing. Enable with new CIRCLE_TERM_TREE flag
      during CIRCLE_init or CIRCLE_set_options.
    - Changed CIRCLE_abort() to use a tree-based broadcast from a direct
      send to all ranks.
    - Added CIRCLE_set_reduce_period(seconds) to customize period between
      consecutive reductions.
    - Added CIRCLE_set_tree_width(width) to customize width of internal
      communication tree.
    - Reduction callbacks invoked when work loop completes, in addition to
      periodically during the work loop
  - Bug fixes:
    - Compare to MPI_REQUEST_NULL instead of MPI_PROC_NULL to complete
       send request during token exchange.
    - Configure script updated to detect MPICH
- Cleanup spec file

OBS-URL: https://build.opensuse.org/request/show/888998
OBS-URL: https://build.opensuse.org/package/show/science:HPC/libcircle?expand=0&rev=12
2021-04-28 10:35:04 +00:00

45 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
Wed Apr 28 08:07:05 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to version 0.3
- New features:
- Added tree-based termination detection for improved scalability over
circle-based token passing. Enable with new CIRCLE_TERM_TREE flag
during CIRCLE_init or CIRCLE_set_options.
- Changed CIRCLE_abort() to use a tree-based broadcast from a direct
send to all ranks.
- Added CIRCLE_set_reduce_period(seconds) to customize period between
consecutive reductions.
- Added CIRCLE_set_tree_width(width) to customize width of internal
communication tree.
- Reduction callbacks invoked when work loop completes, in addition to
periodically during the work loop
- Bug fixes:
- Compare to MPI_REQUEST_NULL instead of MPI_PROC_NULL to complete
send request during token exchange.
- Configure script updated to detect MPICH
- Cleanup spec file
-------------------------------------------------------------------
Mon May 27 08:40:22 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Always use the default openmpi
- Fix license and install COPYING
-------------------------------------------------------------------
Fri Nov 10 15:32:49 UTC 2017 - junghans@votca.org
- clean up and move to new mpi model
-------------------------------------------------------------------
Mon Mar 17 19:19:24 UTC 2014 - junghans@votca.org
- version bumped too 0.2.1_rc.1
- added %check
-------------------------------------------------------------------
Thu Jan 23 18:02:14 UTC 2014 - junghans@votca.org
- initial commit