Skip to content

Commit

Permalink
Update Github CI workflow for MPI test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ohearnk committed Nov 4, 2024
1 parent 5446b4d commit 17fcbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: 'Build MPI Version Using 2 Jobs'
run: make -j2 all
- name: 'Run Tests for MPI Version Using 1 MPI Processes'
run: mpirun -np 1 bin/puremd-mpi data/benchmarks/water/water_6540.pdb data/benchmarks/water/ffield.water environ/control_water
run: mpirun -np 1 bin/puremd-mpi data/benchmarks/water/water_6540.pdb data/benchmarks/water/ffield.water environ/parallel_control
- name: 'Display Test Artifacts'
run: |
head -n 11 water.6.notab.111.out
Expand Down

0 comments on commit 17fcbc6

Please sign in to comment.