We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e15b1 commit c7e7aa0Copy full SHA for c7e7aa0
1 file changed
.github/workflows/pytest-core-mpi.yaml
@@ -83,6 +83,7 @@ jobs:
83
arch: icx
84
os: ubuntu-latest
85
# Need safe math for icx due to inaccuracy with mpi+sinc interpolation
86
+ # (Only on acoustic)
87
mpiflag: "-e DEVITO_SAFE_MATH=1"
88
89
steps:
@@ -131,6 +132,7 @@ jobs:
131
132
command: "mpiexec -n 2 pytest examples/seismic/tti"
133
134
- name: Cleanup docker image
135
+ if: always()
136
uses: ./.github/actions/docker-clean
137
with:
138
id: ${{ steps.build.outputs.unique }}
0 commit comments