-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add su2 adapter tests and update reference results (#521)
Co-authored-by: preCICE Tests VM <[email protected]>
- Loading branch information
Showing
25 changed files
with
144 additions
and
51 deletions.
There are no files selected for viewing
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
elastic-tube-1d/reference-results/fluid-cpp_solid-python.tar.gz
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
elastic-tube-1d/reference-results/fluid-python_solid-python.tar.gz
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
flow-over-heated-plate/reference-results/fluid-openfoam_solid-fenics.tar.gz
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
flow-over-heated-plate/reference-results/fluid-openfoam_solid-nutils.tar.gz
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
flow-over-heated-plate/reference-results/fluid-openfoam_solid-openfoam.tar.gz
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
perpendicular-flap/reference-results/fluid-openfoam_solid-calculix.tar.gz
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
perpendicular-flap/reference-results/fluid-su2_solid-fenics.tar.gz
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
build: | ||
context: {{ dockerfile_context }} | ||
args: | ||
{% for key, value in build_arguments.items() %} | ||
- {{key}}={{value}} | ||
{% endfor %} | ||
target: su2_adapter | ||
depends_on: | ||
prepare: | ||
condition: service_completed_successfully | ||
volumes: | ||
- {{ run_directory }}:/runs | ||
command: > | ||
/bin/bash -c "id && | ||
cd '/runs/{{ tutorial_folder }}/{{ case_folder }}' && | ||
SU2_RUN="/home/precice/SU2_RUN/bin" PYTHONPATH="/home/precice/SU2_RUN/bin:$PYTHONPATH" {{ run }} | tee system-tests_{{ case_folder }}.log 2>&1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
import os | ||
|
||
|
||
GLOBAL_TIMEOUT = 360 | ||
GLOBAL_TIMEOUT = 600 | ||
SHORT_TIMEOUT = 10 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters