We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ae308 commit fc6a465Copy full SHA for fc6a465
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
46
47
- name: Upload simulation outputs
48
uses: actions/upload-artifact@v4
0 commit comments