/workflows

Repository for testing various workflow tools and combinations on HPC clusters.

Primary LanguageShellMIT LicenseMIT

Workflows

Repository for testing various workflow tools and combinations on HPC clusters.

Hyperqueue

Installation

mkdir -p appl/hyperqueue/0.15.0
wget https://github.com/It4innovations/hyperqueue/releases/download/v0.15.0/hq-v0.15.0-linux-x64.tar.gz
tar xf hq-v0.15.0-linux-x64.tar.gz --directory=appl/hyperqueue/0.15.0

Use local modulefiles

module use "$PWD/modulefiles"

Running scripts

export SBATCH_ACCOUNT=project_<id>
sbatch ./hyperqueue/<name>.sh

Resources