Skip to content

Commit

Permalink
further CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
brryan committed Nov 7, 2024
1 parent af087fd commit d6145e1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci-short.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,18 @@ jobs:
-DMACHINE_VARIANT=hip-mpi \
-DCMAKE_CXX_COMPILER=hipcc
# Test example with "variables" and output
- name: advection
run: |
cmake --build build -t advection-example
cd build
ctest -R regression_mpi_test:output_hdf5
#- name: advection
# run: |
# cmake --build build -t advection-example
# cd build
# ctest -R regression_mpi_test:output_hdf5
# Test example with swarms
- name: particle-leapfrog
run: |
cmake --build build -t particle-leapfrog
cd build
/usr/bin/mpiexec -n 2 --allow-run-as-root /__w/parthenon/parthenon/build/example/particle_leapfrog/particle-leapfrog -i /__w/parthenon/parthenon/tst/regression/test_suites/particle_leapfrog/parthinput.particle_leapfrog parthenon/job/problem_id=gold --kokkos-map-device-id-by=mpi_rank
ls
ctest -R regression_mpi_test:particle_leapfrog -V
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d6145e1

Please sign in to comment.