Skip to content

Commit

Permalink
Tweak the HOOMD-MPI CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloferz committed Jul 17, 2022
1 parent f888779 commit 315609d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
run: |
SCRIPT="cd PySAGES/examples/hoomd-blue/umbrella_integration &&"
SCRIPT="${SCRIPT} python3 ./gen_gsd.py &&"
SCRIPT="${SCRIPT} mpirun --allow-run-as-root --oversubscribe -n 3"
SCRIPT="${SCRIPT} mpirun --allow-run-as-root --oversubscribe -n 2"
SCRIPT="${SCRIPT} python3 -m mpi4py.futures"
SCRIPT="${SCRIPT} integration.py --replicas=5 --time-steps=1000 --mpi &&"
SCRIPT="${SCRIPT} mkdir /tmp/plots && mv *.pdf /tmp/plots/"
Expand Down

0 comments on commit 315609d

Please sign in to comment.