@@ -35,10 +35,10 @@ jobs:
35
35
- name : Update environment
36
36
run : mamba env update -n model-validation -f environment_benchmarks.yml
37
37
38
- - name : run-fenics -benchmarks
38
+ - name : run-linear-elastic-plate-with-hole -benchmarks
39
39
shell : bash -l {0}
40
40
run : |
41
- cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/FEniCS/
41
+ cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/
42
42
python generate_config.py
43
43
snakemake --use-conda --force --cores 'all'
44
44
snakemake --use-conda --force --cores 'all' --reporter metadata4ing
@@ -49,32 +49,20 @@ jobs:
49
49
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/FEniCS_nextflow/
50
50
nextflow run main.nf -plugins nf-prov@1.4.0
51
51
52
- - name : run-Kratos-benchmarks
53
- shell : bash -l {0}
54
- run : |
55
- cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/Kratos/
56
- snakemake --use-conda --force --cores 'all'
57
-
58
- - name : Archive fenics data
52
+ - name : Archive Linear Elastic plate with a hole benchmark data from snakemake
59
53
uses : actions/upload-artifact@v4
60
54
with :
61
- name : fenics-output
55
+ name : linear-elastic-plate-with-hole_snakemake
62
56
path : |
63
- benchmarks/linear-elastic-plate-with-hole/fenics/ snakemake_results/
57
+ benchmarks/linear-elastic-plate-with-hole/snakemake_results/
64
58
65
- - name : Archive fenics snakemake provenance
59
+ - name : Archive Linear Elastic plate with a hole benchmark data from snakemake provenance
66
60
uses : actions/upload-artifact@v4
67
61
with :
68
- name : fenics-snakemake-provenance
62
+ name : linear-elastic-plate-with-hole_snakemake_provenance
69
63
path : |
70
- benchmarks/linear-elastic-plate-with-hole/FEniCS/ *.zip
64
+ benchmarks/linear-elastic-plate-with-hole/*.zip
71
65
72
- - name : Archive kratos data
73
- uses : actions/upload-artifact@v4
74
- with :
75
- name : kratos-output
76
- path : |
77
- benchmarks/linear-elastic-plate-with-hole/Kratos/data
78
66
79
67
- name : Archive fenics nextflow data
80
68
uses : actions/upload-artifact@v4
0 commit comments