Skip to content

Commit fc6a465

Browse files
Update mpi.yml
1 parent d5ae308 commit fc6a465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cd $GITHUB_WORKSPACE/examples/GalaxyDemo
4343
python3 galaxy.py
4444
# 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
45+
timeout 60s mpiexec -n 2 ../../next galaxy.txt 1 0.01 0.1 hdf5
4646
4747
- name: Upload simulation outputs
4848
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)