Skip to content

scailfin/reana-slurm-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REANA + Slurm tests

This repository contain examples of workflows that can be run both in Kubernetes or Slurm backends. The main purpose is to compare the integration of REANA and Slurm, in comparison to Kubernetes (which is battle-tested, as it is the default computational backend).

🔧 Operations

Local run

To run the workflows locally using Yadage, do:

make yadage-run

Remote run

To run the workflows remotely using REANA, do:

# For a Kubernetes run:
export REANA_SERVER_URL=...
export REANA_ACCESS_TOKEN=...
make reana-run-kuber

# For a Slurm run:
export REANA_SERVER_URL=...
export REANA_ACCESS_TOKEN=...
make reana-run-slurm

🐛 Current bugs

About

Examples to test the status of REANA + Slurm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published