services:cluster:pythoncluster
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| services:cluster:pythoncluster [2014/01/17 16:44] – created behrmj87 | services:cluster:pythoncluster [2024/04/26 14:39] (current) – hoffmac00 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <note warning> | ||
| + | This information is outdated, please use the system python version already included in debian for our bookworm clusters | ||
| + | </ | ||
| + | |||
| + | |||
| ======Python on the Cluster====== | ======Python on the Cluster====== | ||
| - | This document describes how to use python for numerical and/or batch jobs on the cluster with a heavy focus on using IPython for management of the multiprocessing. Other solutions are possible, but not the focus of this introductory document. Furthermore, | + | This document describes how to use python for numerical and/or batch jobs on the cluster with a heavy focus on using IPython for management of the multiprocessing. Other solutions are possible, but not the focus of this introductory document. Furthermore, |
| - | This is version 0.1(1389963359) of this document. If you have any suggestions, | + | This is version 0.2(1390214905) of this document. If you have any suggestions, |
| =====Setting up the Environment===== | =====Setting up the Environment===== | ||
| Line 45: | Line 50: | ||
| </ | </ | ||
| which will install the package | which will install the package | ||
| + | |||
| + | The subset of already installed packages can also be found packaged as '' | ||
| + | < | ||
| + | pip install --user --ignore-installed --use-wheel --no-index --find-links=/ | ||
| + | </ | ||
| + | This is for particular use in virtualenvs, | ||
| =====Setting up IPython===== | =====Setting up IPython===== | ||
| Line 60: | Line 71: | ||
| patch < / | patch < / | ||
| patch < / | patch < / | ||
| + | patch < / | ||
| </ | </ | ||
| which will immediately patch the the configuration to start the engines using '' | which will immediately patch the the configuration to start the engines using '' | ||
| Line 73: | Line 85: | ||
| Both files are a recommended reading for further options that can be changed. | Both files are a recommended reading for further options that can be changed. | ||
| + | |||
| + | Furthermore, | ||
| =====Using IPython on the Cluster===== | =====Using IPython on the Cluster===== | ||
| Line 163: | Line 177: | ||
| MPI can be used with IPython, as described [[http:// | MPI can be used with IPython, as described [[http:// | ||
| + | |||
| + | ====Sources==== | ||
| + | [[http:// | ||
services/cluster/pythoncluster.1389977041.txt.gz · Last modified: 2014/01/17 16:44 by behrmj87
