Skip to content

Commit

Permalink
Oops bad path
Browse files Browse the repository at this point in the history
  • Loading branch information
brryan committed Dec 28, 2024
1 parent c65dafa commit 1ccdd86
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,17 @@ jobs:
- name: stepdiff tests
run: |
cd tst
./stepdiff.py --executable ../build_darwin-skylake-gold/mcblock \
./stepdiff.py --executable ../build/mcblock \
--input ../inputs/stepdiff.in --use_mpiexec
./stepdiff.py --executable ../build_darwin-skylake-gold/mcblock \
./stepdiff.py --executable ../build/mcblock \
--input ../inputs/stepdiff_ddmc.in --use_mpiexec
./stepdiff_smr.py --executable ../build_darwin-skylake-gold/mcblock \
./stepdiff_smr.py --executable ../build/mcblock \
--input ../inputs/stepdiff_smr.in --use_mpiexec
./stepdiff_smr.py --executable ../build_darwin-skylake-gold/mcblock \
./stepdiff_smr.py --executable ../build/mcblock \
--input ../inputs/stepdiff_smr_ddmc.in --use_mpiexec
./stepdiff_smr.py --executable ../build_darwin-skylake-gold/mcblock \
./stepdiff_smr.py --executable ../build/mcblock \
--input ../inputs/stepdiff_smr_ddmc.in --use_mpiexec --mpi_nthreads 8
./stepdiff_smr.py --executable ../build_darwin-skylake-gold/mcblock \
./stepdiff_smr.py --executable ../build/mcblock \
--input ../inputs/stepdiff_smr_hybrid.in --use_mpiexec
./stepdiff_smr.py --executable ../build_darwin-skylake-gold/mcblock \
./stepdiff_smr.py --executable ../build/mcblock \
--input ../inputs/stepdiff_smr_hybrid.in --use_mpiexec --mpi_nthreads 8

0 comments on commit 1ccdd86

Please sign in to comment.