Update to 1.815

- New upstream release 1.815
  - Fixed divide-by-zero error in MCE->yield
  - Refactored code for the interval option by moving the code to the manager
    process, which allows the manager process to accomodate the next available
    worker ready to run; previously, a worker taking a long time resulted in
    empty time slots
  - Revised the description of posix_exit in MCE::Core.pod
epel9
Paul Howarth 8 years ago
parent c25a19ad1a
commit 75552f0979

1
.gitignore vendored

@ -28,3 +28,4 @@
/MCE-1.812.tar.gz
/MCE-1.813.tar.gz
/MCE-1.814.tar.gz
/MCE-1.815.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE
Version: 1.814
Version: 1.815
Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing capabilities
License: GPL+ or Artistic
@ -140,6 +140,15 @@ make test
%{_bindir}/mce_grep
%changelog
* Fri Feb 24 2017 Paul Howarth <paul@city-fan.org> - 1.815-1
- Update to 1.815
- Fixed divide-by-zero error in MCE->yield
- Refactored code for the interval option by moving the code to the manager
process, which allows the manager process to accomodate the next available
worker ready to run; previously, a worker taking a long time resulted in
empty time slots
- Revised the description of posix_exit in MCE::Core.pod
* Mon Feb 20 2017 Paul Howarth <paul@city-fan.org> - 1.814-1
- Update to 1.814
- Enhanced the progress option for use with MCE->process

@ -1 +1 @@
SHA512 (MCE-1.814.tar.gz) = 63937c65d082f393209388d815f0b7b3a16d164cd8d37d9ba264e20f3fb901799a721af872f6dc1555bb6d040daaa4e8ceef1b4827a987ab5f6ca7c073cdfdf2
SHA512 (MCE-1.815.tar.gz) = 53f905dc9d6da042e14b8f67abed8ff3a427a6d62f10b37629b11be65bbba7445148321941d1f4c663a712fc6d6e777f3128cd5671c0efc12e99be336f41d016

Loading…
Cancel
Save