Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 0 additions & 65 deletions .github/workflows/run-benchmark-examples.yml

This file was deleted.

160 changes: 0 additions & 160 deletions .github/workflows/run-benchmark.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/run-dumux-benchmark.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,27 @@ jobs:
miniforge-version: latest
activate-environment: model-validation
use-mamba: true

- name: Setup Apptainer
uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.4.5

- name: Set strict channel priority
run: conda config --set channel_priority strict

- name: Update environment
run: mamba env update -n model-validation -f environment_benchmarks.yml

- name: generate-config-files
- name: Run linear-elastic-plate-with-hole using edelweiss
shell: bash -l {0}
run: |
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/
python generate_config.py
cd $GITHUB_WORKSPACE/examples/linear-elastic-plate-with-hole/edelweiss/
snakemake --use-conda --force --cores 'all' --use-apptainer

- name: run_linear-elastic-plate-with-hole-benchmarks_snakemake
shell: bash -l {0}
run: |
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/
snakemake --use-conda --use-apptainer --cores=all --config tools=[extendablefem] configurations=["1","05","025","0125","00625","003125"]
- name: Archive results of the edelweiss run of linear-elastic-plate-with-hole
uses: actions/upload-artifact@v4
with:
name: edelweiss_results_linear-elastic-plate-with-hole
path: |
examples/linear-elastic-plate-with-hole/edelweiss/solution_metrics.json
8 changes: 8 additions & 0 deletions examples/linear-elastic-plate-with-hole/edelweiss/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# EdelweissFE_Snakemake-Workflow

## Getting started

```
mamba install -c bioconda snakemake
snakemake --use-conda --cores all
```
Loading
Loading