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

Last updated: April 26,2024

1. Install "python38-distob" package

Please follow the instructions below to install python38-distob on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-distob

2. Uninstall "python38-distob" package

In this section, we are going to explain the necessary steps to uninstall python38-distob on openSuSE Tumbleweed:

$ sudo zypper remove python38-distob

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

Information for package python38-distob:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-distob
Version : 0.3.3-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 393,2 KiB
Installed : No
Status : not installed
Source package : python-distob-0.3.3-2.2.src
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.