معرفی شرکت ها


python-pathos-0.2.8-6.fc37.src.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Parallel graph management and execution in heterogeneous computing
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 37
مخزن Fedora Everything noarch
نام بسته python-pathos
نام فایل بسته python-pathos-0.2.8-6.fc37.src.rpm
نسخه بسته 0.2.8
انتشار بسته 6.fc37
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Sat 23 Jul 2022 01
هاست سازنده buildvm-s390x-01.s390.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://pypi.org/pypi/pathos
مجوز BSD
حجم دانلود 231K
حجم نصب 219.552K
The 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.


جایگزین ها

بسته نسخه معماری مخزن
python-pathos-doc-0.2.8-6.fc37.noarch.rpm 0.2.8 noarch Fedora Everything


نیازمندی

مقدار نام
- pyproject-rpm-macros
- pyproject-rpm-macros
- python3-devel
- python3-devel
>= 0.3.4 python3dist(dill)
>= 0.70.12 python3dist(multiprocess)
- python3dist(packaging)
>= 19 python3dist(pip)
>= 0.3 python3dist(pox)
>= 1.6.6.4 python3dist(ppft)
>= 40.8 python3dist(setuptools)
>= 0.0.6 python3dist(tox-current-env)
- python3dist(wheel)


ارائه دهنده

مقدار نام
= 0.2.8-6.fc37 python3-pathos
= 0.2.8-6.fc37 python-pathos-doc


نحوه نصب


نصب پکیج rpm python-pathos:

    dnf install python-pathos-0.2.8-6.fc37.src.rpm


فایل ها

مسیرها
pathos-0.2.8.zip


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2022-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-07-05

feat: drop sphinx docs

2022-01-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-09-03

Correct typos
Remove unneded egg removal command
Correct PYTHONPATH setter command
Use python3 over __python3

2021-09-02

Initial build
Do not use unversioned python command