How to Install and Uninstall python39-distob Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python39-distob" package

Please follow the guidance below to install python39-distob on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-distob

2. Uninstall "python39-distob" package

Please follow the steps below to uninstall python39-distob on openSuSE Tumbleweed:

$ sudo zypper remove python39-distob

3. Information about the python39-distob package on openSuSE Tumbleweed

Information for package python39-distob:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-distob
Version : 0.3.3-3.9
Arch : noarch
Vendor : openSUSE
Installed Size : 391.8 KiB
Installed : No
Status : not installed
Source package : python-distob-0.3.3-3.9.src
Upstream URL : https://github.com/mattja/distob/
Summary : Distributed computing using remote objects
Description :
Distob will take your existing python objects, or a sequence of
objects, and scatter them onto many IPython parallel engines, which
may be running on a single computer or on a cluster.
In place of the original objects, proxy objects are kept on the client
computer that provide the same interface as the original objects. You
can continue to use these as if the objects were still local. All
methods are passed through to the remote objects, where computation is
done.
In particular, sending numpy arrays to the cluster is supported.
A numpy array can also be scattered across the cluster, along a
particular axis. Operations on the array can then be automatically
done in parallel.