We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6a465 commit d759c41Copy full SHA for d759c41
1 file changed
.github/workflows/mpi.yml
@@ -42,7 +42,7 @@ jobs:
42
cd $GITHUB_WORKSPACE/examples/GalaxyDemo
43
python3 galaxy.py
44
# Run with 2 MPI ranks and 2 OpenMP threads, stop after 20s
45
- timeout 60s mpiexec -n 2 ../../next galaxy.txt 1 0.01 0.1 hdf5
+ timeout 60s mpiexec -n 2 ../../next galaxy.txt 1 0.01 0.1 hdf5 || true
46
47
- name: Upload simulation outputs
48
uses: actions/upload-artifact@v4
0 commit comments