Skip to content

Network-Dynamics/gwdg-cluster-ipyparallel-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

We show how to setup Ipython parallel in GWDG Clusters. Adapted from ipyparallel docs.

Setup

To setup, specify a profile name at setup.sh:

PROFILENAME=<chosen name>

Then run the shell script:

bash setup.sh install

Starting ipyparallel

# start the cluster
ipcluster start --profile=<profilename> -n 10

# Start parallel computation with IPyparallel
$ ipython
In [1]: import ipyparallel as ipp
In [2]: c = ipp.Client(profile=<profilename>)
In [3]: c.ids

Uninstalling a profile

bash setup.sh uninstall

About

Helper scripts to set up ipyparallel at GWDG clusters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages