Click here to visit the old openkoji buildsystem (Archived)

Information for build python-pathos-0.3.2-2.fc41

ID17191
Package Namepython-pathos
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.3.2
Release2.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-pathos.git#caa03ea438b632e9d8c663f55f3ad8b7bf4642e6
SummaryParallel graph management and execution in heterogeneous computing
DescriptionThe pathos package provides a few basic tools to make parallel and distributed computing more accessible to the end user. The goal of pathos is to enable the user to extend their own code to parallel and distributed computing with minimal refactoring. pathos provides methods for configuring, launching, monitoring, and controlling a service on a remote host. One of the most basic features of pathos is the ability to configure and launch a RPC-based service on a remote host. pathos seeds the remote host with the portpicker script, which allows the remote host to inform the localhost of a port that is available for communication. Beyond the ability to establish a RPC service, and then post requests, is the ability to launch code in parallel. Unlike parallel computing performed at the node level (typically with MPI), pathos enables the user to launch jobs in parallel across heterogeneous distributed resources. pathos provides distributed map and pipe algorithms, where a mix of local processors and distributed workers can be selected. pathos also provides a very basic automated load balancing service, as well as the ability for the user to directly select the resources. The high-level pool.map interface, yields a map implementation that hides the RPC internals from the user. With pool.map, the user can launch their code in parallel, and as a distributed service, using standard python and without writing a line of server or parallel batch code. RPC servers and communication in general is known to be insecure. However, instead of attempting to make the RPC communication itself secure, pathos provides the ability to automatically wrap any distributed service or communication in a ssh-tunnel. Ssh is a universally trusted method. Using ssh-tunnels, pathos has launched several distributed calculations on national lab clusters, and to date has performed test calculations that utilize node-to-node communication between several national lab clusters and a user's laptop. pathos allows the user to configure and launch at a very atomic level, through raw access to ssh and scp. pathos is the core of a python framework for heterogeneous computing. pathos is in active development, so any user feedback, bug reports, comments, or suggestions are highly appreciated. A list of issues is located at https://github.com/uqfoundation/pathos/issues, with a legacy list maintained at https://uqfoundation.github.io/project/pathos/query.
Built bykojiadmin
State complete
Volume DEFAULT
StartedThu, 02 May 2024 19:49:31 CST
CompletedThu, 02 May 2024 20:23:23 CST
Taskbuild (f41, /rpms/python-pathos.git:caa03ea438b632e9d8c663f55f3ad8b7bf4642e6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pathos.git#caa03ea438b632e9d8c663f55f3ad8b7bf4642e6'}}
Tags
f41
RPMs
src
python-pathos-0.3.2-2.fc41.src.rpm (info) (download)
noarch
python-pathos-doc-0.3.2-2.fc41.noarch.rpm (info) (download)
python3-pathos-0.3.2-2.fc41.noarch.rpm (info) (download)
Logs
noarch
build.log
state.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Mar 21 2024 Sandro <devel@penguinpee.nl> - 0.3.2-2 - Migrate to SPDX license * Thu Mar 21 2024 Sandro <devel@penguinpee.nl> - 0.3.2-1 - Update to 0.3.2 (RHBZ#2260781) - Update tag template (no longer using a prefix) * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jan 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3.1-3 - Assert a license file is automatically handled; don’t package a duplicate * Mon Oct 16 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3.1-2 - Run tests more straightforwardly * Thu Oct 12 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 0.3.1-1 - feat: update to 0.3.1 (rh#2224831) * Thu Oct 12 2023 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 0.3.0-4 - chore: add packit * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jul 14 2023 Sandro <devel@penguinpee.nl> - 0.3.0-2 - Kill the last shebang standing * Thu Jul 13 2023 Sandro <devel@penguinpee.nl> - 0.3.0-1 - Update to 0.3.0 (RHBZ#2220398) - examples/ has been renamed and moved to pathos/tests * Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.2.8-8 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 05 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 0.2.8-5 - feat: drop sphinx docs