Skip to content

Commit

Permalink
[WIP] remove shared mem
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Sep 2, 2024
1 parent a44323d commit 8675ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/methods/alra/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu, highsharedmem]
label: [midtime, highmem, highcpu]
2 changes: 1 addition & 1 deletion src/methods/knn_smoothing/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu, highsharedmem]
label: [midtime, highmem, highcpu]

0 comments on commit 8675ece

Please sign in to comment.