An open API service indexing awesome lists of open source software.

https://github.com/jaantollander/workflows

Repository for testing various workflow tools and combinations on HPC clusters.
https://github.com/jaantollander/workflows

hyperqueue lmod netxflow slurm

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

## Hyperqueue
Installation

```bash
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

```bash
module use "$PWD/modulefiles"
```

Running scripts

```bash
export SBATCH_ACCOUNT=project_
sbatch ./hyperqueue/.sh
```

Resources

- https://docs.csc.fi/apps/hyperqueue/
- https://csc-training.github.io/csc-env-eff/hands-on/throughput/hyperqueue.html