Skip to content

Commit 03be048

Browse files
author
dtyagi
committed
folder restructuring #2
1 parent 0125ef8 commit 03be048

File tree

111 files changed

+24
-164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+24
-164
lines changed

.github/workflows/run-benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: run-fenics-snakemake-benchmarks
4141
shell: bash -l {0}
4242
run: |
43-
cd $GITHUB_WORKSPACE/benchmarks/linear-elasticity-plate-with-hole/
43+
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/
4444
snakemake --use-conda --force --cores 'all'
4545
4646
- name: run-Kratos-snakemake-benchmarks
@@ -52,7 +52,7 @@ jobs:
5252
- name: run-fenics-nextflow-benchmark
5353
shell: bash -l {0}
5454
run: |
55-
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic/FEniCS/infinite-plate-with-hole-nextflow/
55+
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/FEniCS_nextflow/
5656
nextflow run main.nf
5757
5858
#- name: run-optimization-workflow
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
name: fenics-output
7474
path: |
75-
benchmarks/linear-elasticity-plate-with-hole/data
75+
benchmarks/linear-elastic-plate-with-hole/data
7676
7777
- name: Archive kratos data
7878
uses: actions/upload-artifact@v4
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
profiles {
2+
conda {
3+
process.conda = 'environment.yml'
4+
}
5+
}
6+
//No need to specify profile each time
7+
conda.enabled = true // this or use -with-conda in command line
8+
9+
plugins {
10+
id 'nf-prov'
11+
}
12+
13+
prov {
14+
enabled = true
15+
formats {
16+
legacy {
17+
file = 'provenance.json'
18+
overwrite = true
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)