Skip to content

Commit

Permalink
Put NPROCS back in serial tests
Browse files Browse the repository at this point in the history
We run ph5diff tests there
  • Loading branch information
derobins committed Aug 23, 2024
1 parent d475836 commit ac3df1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/aocc-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ jobs:
working-directory: ${{ runner.workspace }}/build

# ph5diff tests are in the tools/tests directory so they will get run
# here
# here, so leave NPROCS set here as well
- name: Autotools Run Tests
env:
NPROCS: 2
run: |
export PATH=/home/runner/work/hdf5/hdf5/openmpi-4.1.6-install/bin:/usr/local/bin:$PATH
cd test && make check -j2 && cd ..
Expand Down

0 comments on commit ac3df1b

Please sign in to comment.