https://bugzilla.redhat.com/show_bug.cgi?id=2029963

            Bug ID: 2029963
           Summary: Review Request: python-pp - Parallel and distributed
                    programming for Python
           Product: Fedora
           Version: rawhide
            Status: NEW
         Component: Package Review
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]
  Target Milestone: ---
    Classification: Fedora



Spec URL: https://ankursinha.fedorapeople.org/python-pp/python-pp.spec
SRPM URL:
https://ankursinha.fedorapeople.org/python-pp/python-pp-1.6.4.4-3.fc36.src.rpm

Description:
Parallel Python is an open source and cross-platform module written in pure
python

Features

- Parallel execution of python code on SMP and clusters
- Easy to understand and implement job-based parallelization technique (easy to
  convert serial application in parallel)
- Automatic detection of the optimal configuration (by default the number of
  worker processes is set to the number of effective processors)
- Dynamic processors allocation (number of worker processes can be changed at
  runtime)
- Low overhead for subsequent jobs with the same function (transparent caching
  is implemented to decrease the overhead)
- Dynamic load balancing (jobs are distributed between processors at runtime)
- Fault-tolerance (if one of the nodes fails tasks are rescheduled on others)
- Auto-discovery of computational resources
- Dynamic allocation of computational resources (consequence of auto-discovery
  and fault-tolerance)
- SHA based authentication for network connections
- Cross-platform portability and interoperability (Windows, Linux, Unix, Mac OS
  X)
- Cross-architecture portability and interoperability (x86, x86-64, etc.)
- Open source

Fedora Account System Username: ankursinha


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2029963
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to