Skip to content

Feuermagier/cw2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cw2 - ClusterWork 2

ClusterWork 2 is a python framework to manage experiments using YAML config files. It also enables users to easily deploy multiple experiments using different configurations on computing clusters, which support the slurm workload manager.

Installation

pip install cw2

Quickstart

Please refer to the Quickstart Guide.

Program Execution

To start an experiment locally, e.g. for testing:

python3 YOUR_MAIN.py YOUR_CONFIG.yml

To start an experiment on a slurm cluster:

python3 YOUR_MAIN.py YOUR_CONFIG.yml -s

About

Cluster Work 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Shell 1.6%