Skip to content

Commit 16b9703

Browse files
authored
Update run-benchmark.yml
1 parent 13e4766 commit 16b9703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
shell: bash -l {0}
4242
run: |
4343
cd $GITHUB_WORKSPACE/benchmarks/linear-elasticity-plate-with-hole/
44-
snakemake --use-conda --force
44+
snakemake --use-conda --force --cores 'all'
4545
4646
- name: run-Kratos-benchmarks
4747
shell: bash -l {0}
4848
run: |
4949
cd $GITHUB_WORKSPACE/benchmarks/linear-elasticity-plate-with-hole-Kratos/
50-
snakemake --use-conda --force
50+
snakemake --use-conda --force --cores 'all'
5151
5252
#- name: run-optimization-workflow
5353
# shell: bash -l {0}

0 commit comments

Comments
 (0)