Skip to content

Commit

Permalink
mpi testing
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Nov 10, 2024
1 parent f5f159c commit bf0e124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dymos_tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,8 @@ jobs:
# fi
python -c 'import multiprocessing as mp; print(mp.cpu_count())'
testflo dymos/examples/finite_burn_orbit_raise/test/test_multi_phase_restart.py:TestExampleTwoBurnOrbitRaiseConnected.test_ex_two_burn_orbit_raise_connected -n 2 --pre_announce -s
testflo dymos/examples/finite_burn_orbit_raise/test/test_ex_two_burn_orbit_raise_mpi.py:TestExampleTwoBurnOrbitRaiseMPI.test_ex_two_burn_orbit_raise_mpi.py:TestExampleTwoBurnOrbitRaiseMPI.test_ex_two_burn_orbit_raise_connected_mpi -n 2 --pre_announce -s
testflo dymos/examples/finite_burn_orbit_raise/test/test_ex_two_burn_orbit_raise_mpi.py:TestExampleTwoBurnOrbitRaiseMPI.test_ex_two_burn_orbit_raise_mpi.py:TestExampleTwoBurnOrbitRaiseMPI.test_ex_two_burn_orbit_raise_connected -n 2 --pre_announce -s
testflo dymos/examples/finite_burn_orbit_raise/test -n 2 --pre_announce -s
- name: Submit coverage
if: github.event_name != 'workflow_dispatch'
continue-on-error: true
Expand Down

0 comments on commit bf0e124

Please sign in to comment.