We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e4766 commit 16b9703Copy full SHA for 16b9703
.github/workflows/run-benchmark.yml
@@ -41,13 +41,13 @@ jobs:
41
shell: bash -l {0}
42
run: |
43
cd $GITHUB_WORKSPACE/benchmarks/linear-elasticity-plate-with-hole/
44
- snakemake --use-conda --force
+ snakemake --use-conda --force --cores 'all'
45
46
- name: run-Kratos-benchmarks
47
48
49
cd $GITHUB_WORKSPACE/benchmarks/linear-elasticity-plate-with-hole-Kratos/
50
51
52
#- name: run-optimization-workflow
53
# shell: bash -l {0}
0 commit comments