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

Last updated: September 29,2024

1. Install "python312-distob" package

This tutorial shows how to install python312-distob on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-distob

2. Uninstall "python312-distob" package

This guide covers the steps necessary to uninstall python312-distob on openSuSE Tumbleweed:

$ sudo zypper remove python312-distob

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

Information for package python312-distob:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-distob
Version : 0.3.3-3.9
Arch : noarch
Vendor : openSUSE
Installed Size : 496.7 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.