Skip to content

Commit

Permalink
streamflow deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndDoser committed Oct 12, 2024
1 parent dfc1b09 commit b2078ae
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
2 changes: 0 additions & 2 deletions code/streamflow.yaml → code/streamflow_container.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: v1.0

workflows:
workflow1:
type: cwl
Expand Down
19 changes: 19 additions & 0 deletions code/streamflow_slurm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
workflows:
(same as left)

deployments:
ssh-cascade:
type: ssh
config:
nodes:
- cascade-login.h-its.org
slurm:
type: slurm
config:
maxConcurrentJobs: 10
services:
cascade:
partition: cascade.p
nodes: 1
mem: 1gb
wraps: ssh-cascade
14 changes: 12 additions & 2 deletions streamflow.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,19 @@

## StreamFlow Deployment

``` {.yaml filename="streamflow.yaml"}
{{< include code/streamflow.yaml >}}
::: {layout='[1,1]'}
::: n1
``` {.yaml filename="streamflow_container.yaml"}
{{< include code/streamflow_container.yaml >}}
```
:::

::: n2
``` {.yaml filename="streamflow_slurm.yaml"}
{{< include code/streamflow_slurm.yaml >}}
```
:::
:::


## Supported Features
Expand Down

0 comments on commit b2078ae

Please sign in to comment.