pyiron / FAQs

General question board for pyiron users
3 stars 0 forks source link

How to switch between different clusters? #37

Open jan-janssen opened 7 months ago

jan-janssen commented 7 months ago

When multiple clusters are configured in the cluster.yaml file for pysqa: https://pysqa.readthedocs.io/en/latest/advanced.html#access-to-multiple-hpcs

Then inside pyiron the users can switch between these cluster using:

pr = Project("test")
pr.list_clusters()
>>> ['cmti001', 'cmti002']
pr.switch_cluster("cmti002")