Skip to content

Commit

Permalink
revert workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brryan committed Nov 7, 2024
1 parent c7d1abe commit 8df5048
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci-short.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,19 +154,17 @@ 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
ctest -R regression_mpi_test:particle_leapfrog
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8df5048

Please sign in to comment.