Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: octave-forge-parallel | Distribution: SUSE Linux Enterprise 15 SP4 |
Version: 4.0.1 | Vendor: openSUSE |
Release: bp154.1.34 | Build date: Thu May 12 20:17:44 2022 |
Group: Productivity/Scientific/Math | Build host: s390zl23 |
Size: 1459534 | Source RPM: octave-forge-parallel-4.0.1-bp154.1.34.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://octave.sourceforge.io/parallel/index.html | |
Summary: Parallel Computing for Octave |
Parallel execution package. This is part of Octave-Forge project.
GPL-3.0-or-later
* Mon Mar 22 2021 Atri Bhattacharya <badshah400@gmail.com> - Update to version 4.0.1: * The current search path is now set in the Octave sessions used by parcellfun and pararrayfun. * In starting parallel Octave sessions by parcellfun, pararrayfun, or the remote server, the executable 'octave-cli-<current_version>' is prefered over 'octave-cli'. * Fixed bug that produced an error for not enough output arguments. * Fixed handling of execution errors by parcellfun and pararrayfun. * The documentation now mentions the limitation that command-line functions can't be used by parcellfun or pararrayfun. * Thu May 07 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de> - 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 * Sat Mar 09 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Spec file cleanup, remove %defattr, correct bugzilla link - Require gnutls >= 3.4.0 - Update URL: and Source: to use https:// * Sat Mar 09 2019 Atri B <badshah400@gmail.com> - Add octave-forge-parallel-build-with-octave5.patch to fix building against octave >= 5; patch taken from upstream mercurial repo commits. Add automake and autoconf to BuildRequires since patch touches build files. * Thu Aug 16 2018 badshah400@gmail.com - Update to version 3.1.3: * Fixed building with newer gnutls versions. * Fixed building with Octave 4.0. * Change formal dependency on Octave to versions >= 4.0. * Wed Jun 06 2018 badshah400@gmail.com - Update to version 3.1.2: * Octave 4.4 compatibility. * Mon Oct 31 2016 dmitry_r@opensuse.org - Update to version 3.1.1 * Compatibility with Octave 4.2. * Links to core Octave documentation work now in html version of package documentation. * Fri Jun 10 2016 dmitry_r@opensuse.org - Update to version 3.1.0 * Added general package documentation, accessible with function 'parallel_doc'. * Fixed handling of argument and output dimensions in netcellfun and netarrayfun. * In connecting a cluster, package version and connection protocol are checked. Will work only with packages from this version upwards. * Variables are transferred more efficiently. * If cluster functions are to be disabled at configure time, this has to be done always explicitely now. * Fri Oct 30 2015 dmitry_r@opensuse.org - Update to version 3.0.3 * Bugfix release * Thu Aug 13 2015 dmitry_r@opensuse.org - Update to version 3.0.2 * Bugfix release * Tue Jul 14 2015 dmitry_r@opensuse.org - Update to version 3.0.0 * 'parcellfun' and 'pararrayfun' accept an option "CumFunc" for cumulative results. * Fix handling of option "UniformOutput" with option "Vectorized" in 'pararrayfun'. * Function 'connect()' has been renamed to 'pconnect()' since the previous name is used by the control package. * New functions 'netcellfun' and 'netarrayfun' for remote parallel execution. * New convenience function 'rfeval' for single remote function execution. * New function 'install_vars' to distribute named variables over the parallel cluster. * The value returned by pconnect and the variable 'sockets' held by pserver, holding the network connections, are now opaque. Indexing the connections in this value should work as with the matrix used before. * Connections can be based on TLS-SRP, which is now the default. New function parallel_generate_srp_data generates authorization data. * Parallel cluster commands hanging in system calls (e.g. trying to read data that was not sent) can be interrupted with Ctrl-C (invalidating the network connections in most cases, so that information within server memory will be lost). * New functions 'network_get_info' and 'network_set'. * Within a particular parallel network, servers are supposed to be unique now. But a server can be a part of several parallel networks, and successful connection attempts of such overlapping networks should now be possible even if initiated from different client machines or client processes at the same time. * Removed deprecated bw_... group of functions. * Fri Mar 13 2015 dmitry_r@opensuse.org - Updte to version 2.2.1 * The bw_... group of functions has been deprecated and will be removed in the future. * Made compatible with Octave 4.0. * Made parcellfun/pararrayfun a bit more stable. * Thu Feb 26 2015 dmitry_r@opensuse.org - Split from octave-forge package, version 2.2.0
/usr/lib64/octave/packages/parallel-4.0.1 /usr/lib64/octave/packages/parallel-4.0.1/s390x-suse-linux-gnu-api-v56 /usr/lib64/octave/packages/parallel-4.0.1/s390x-suse-linux-gnu-api-v56/PKG_ADD /usr/lib64/octave/packages/parallel-4.0.1/s390x-suse-linux-gnu-api-v56/PKG_DEL /usr/lib64/octave/packages/parallel-4.0.1/s390x-suse-linux-gnu-api-v56/__exit__.oct /usr/lib64/octave/packages/parallel-4.0.1/s390x-suse-linux-gnu-api-v56/__parcellfun_interface__.oct /usr/lib64/octave/packages/parallel-4.0.1/s390x-suse-linux-gnu-api-v56/__rfeval_slave__.oct /usr/lib64/octave/packages/parallel-4.0.1/s390x-suse-linux-gnu-api-v56/fload.oct /usr/lib64/octave/packages/parallel-4.0.1/s390x-suse-linux-gnu-api-v56/fsave.oct /usr/lib64/octave/packages/parallel-4.0.1/s390x-suse-linux-gnu-api-v56/parallel_generate_srp_data.oct /usr/lib64/octave/packages/parallel-4.0.1/s390x-suse-linux-gnu-api-v56/parallel_interface.oct /usr/lib64/octave/packages/parallel-4.0.1/s390x-suse-linux-gnu-api-v56/select.oct /usr/share/octave/packages/parallel-4.0.1 /usr/share/octave/packages/parallel-4.0.1/__bw_prcv__.m /usr/share/octave/packages/parallel-4.0.1/__bw_psend__.m /usr/share/octave/packages/parallel-4.0.1/__internal_exit__.m /usr/share/octave/packages/parallel-4.0.1/__netcellfun_guardfun__.m /usr/share/octave/packages/parallel-4.0.1/__parallel_package_version__.m /usr/share/octave/packages/parallel-4.0.1/bin /usr/share/octave/packages/parallel-4.0.1/bin/octave-pserver /usr/share/octave/packages/parallel-4.0.1/doc /usr/share/octave/packages/parallel-4.0.1/doc-cache /usr/share/octave/packages/parallel-4.0.1/doc/README /usr/share/octave/packages/parallel-4.0.1/doc/html /usr/share/octave/packages/parallel-4.0.1/doc/html/Authentication.html /usr/share/octave/packages/parallel-4.0.1/doc/html/Cluster-execution.html /usr/share/octave/packages/parallel-4.0.1/doc/html/Concept-index.html /usr/share/octave/packages/parallel-4.0.1/doc/html/Documentation.html /usr/share/octave/packages/parallel-4.0.1/doc/html/Example.html /usr/share/octave/packages/parallel-4.0.1/doc/html/Function-index.html /usr/share/octave/packages/parallel-4.0.1/doc/html/Further-functions.html /usr/share/octave/packages/parallel-4.0.1/doc/html/Installation.html /usr/share/octave/packages/parallel-4.0.1/doc/html/Limitations.html /usr/share/octave/packages/parallel-4.0.1/doc/html/Local-execution.html /usr/share/octave/packages/parallel-4.0.1/doc/html/Security.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFfload.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFfsave.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFinstall_005fvars.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFnetarrayfun.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFnetcellfun.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFnetwork_005fget_005finfo.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFnetwork_005fset.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFparallel_005fdoc.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFparallel_005fgenerate_005fsrp_005fdata.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFpararrayfun.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFparcellfun.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFparcellfun_005fset_005fnproc.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFpconnect.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFprecv.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFpsend.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFpserver.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFreval.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFrfeval.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFsclose.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFselect.html /usr/share/octave/packages/parallel-4.0.1/doc/html/XREFselect_005fsockets.html /usr/share/octave/packages/parallel-4.0.1/doc/html/fsave-fload.html /usr/share/octave/packages/parallel-4.0.1/doc/html/index.html /usr/share/octave/packages/parallel-4.0.1/doc/html/install_005fvars.html /usr/share/octave/packages/parallel-4.0.1/doc/html/netarrayfun.html /usr/share/octave/packages/parallel-4.0.1/doc/html/netcellfun.html /usr/share/octave/packages/parallel-4.0.1/doc/html/network_005fget_005finfo.html /usr/share/octave/packages/parallel-4.0.1/doc/html/network_005fset.html /usr/share/octave/packages/parallel-4.0.1/doc/html/pararrayfun.html /usr/share/octave/packages/parallel-4.0.1/doc/html/parcellfun.html /usr/share/octave/packages/parallel-4.0.1/doc/html/parcellfun_005fset_005fnproc.html /usr/share/octave/packages/parallel-4.0.1/doc/html/pconnect.html /usr/share/octave/packages/parallel-4.0.1/doc/html/precv.html /usr/share/octave/packages/parallel-4.0.1/doc/html/psend.html /usr/share/octave/packages/parallel-4.0.1/doc/html/pserver.html /usr/share/octave/packages/parallel-4.0.1/doc/html/reval.html /usr/share/octave/packages/parallel-4.0.1/doc/html/rfeval.html /usr/share/octave/packages/parallel-4.0.1/doc/html/sclose.html /usr/share/octave/packages/parallel-4.0.1/doc/html/select.html /usr/share/octave/packages/parallel-4.0.1/doc/html/select_005fsockets.html /usr/share/octave/packages/parallel-4.0.1/doc/htmlxref.cnf /usr/share/octave/packages/parallel-4.0.1/doc/macros.texi /usr/share/octave/packages/parallel-4.0.1/doc/parallel.info /usr/share/octave/packages/parallel-4.0.1/doc/parallel.texi /usr/share/octave/packages/parallel-4.0.1/doc/parallel.txi /usr/share/octave/packages/parallel-4.0.1/install_vars.m /usr/share/octave/packages/parallel-4.0.1/netarrayfun.m /usr/share/octave/packages/parallel-4.0.1/netcellfun.m /usr/share/octave/packages/parallel-4.0.1/packinfo /usr/share/octave/packages/parallel-4.0.1/packinfo/COPYING /usr/share/octave/packages/parallel-4.0.1/packinfo/DESCRIPTION /usr/share/octave/packages/parallel-4.0.1/packinfo/INDEX /usr/share/octave/packages/parallel-4.0.1/packinfo/NEWS /usr/share/octave/packages/parallel-4.0.1/parallel_doc.m /usr/share/octave/packages/parallel-4.0.1/pararrayfun.m /usr/share/octave/packages/parallel-4.0.1/parcellfun.m /usr/share/octave/packages/parallel-4.0.1/private /usr/share/octave/packages/parallel-4.0.1/private/__isfile__.m /usr/share/octave/packages/parallel-4.0.1/private/__visglobal__.m /usr/share/octave/packages/parallel-4.0.1/private/chunk_parcellfun.m /usr/share/octave/packages/parallel-4.0.1/private/netcellfun_worker.m /usr/share/octave/packages/parallel-4.0.1/private/parcellfun_opts.m /usr/share/octave/packages/parallel-4.0.1/pserver.m /usr/share/octave/packages/parallel-4.0.1/rfeval.m
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 16:14:43 2024