Overview
Request 801355 accepted
- Update to version 4.0.0:
* New systems both for local and cluster-based parallel execution:
Octave sessions directly generated by 'fork()' are not used
anymore for parallel execution. Instead, freshly started Octave
sessions are used. This fixes problems with threads of Octave and
of libraries used by Octave. For parcellfun/pararrayfun, it
introduces some limitations, in particular with anonymous
functions in Octave versions < 5.1.
* The package should now run on Windows, too, though this is less
tested than running on GNU/Linux.
* The server for cluster-based execution is not installed on Windows
or macOS (the client and the system for local parallel execution
are).
* Compatible with Octave 5.2 and current (2020-04-11) development
version of Octave.
* Removed deprecated function scloseall().
- Drop obsolete octave-forge-parallel-build-with-octave5.patch
- Created by StefanBruens
- In state accepted
Request History
StefanBruens created request
- Update to version 4.0.0:
* New systems both for local and cluster-based parallel execution:
Octave sessions directly generated by 'fork()' are not used
anymore for parallel execution. Instead, freshly started Octave
sessions are used. This fixes problems with threads of Octave and
of libraries used by Octave. For parcellfun/pararrayfun, it
introduces some limitations, in particular with anonymous
functions in Octave versions < 5.1.
* The package should now run on Windows, too, though this is less
tested than running on GNU/Linux.
* The server for cluster-based execution is not installed on Windows
or macOS (the client and the system for local parallel execution
are).
* Compatible with Octave 5.2 and current (2020-04-11) development
version of Octave.
* Removed deprecated function scloseall().
- Drop obsolete octave-forge-parallel-build-with-octave5.patch
badshah400 accepted request
Thanks!