Skip to content

Commit

Permalink
Remove unnecessary NPROCS env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Aug 23, 2024
1 parent 9832025 commit d475836
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/aocc-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ jobs:
- name: Autotools Build
shell: bash
env:
NPROCS: 2
run: |
export PATH=/home/runner/work/hdf5/hdf5/openmpi-4.1.6-install/bin:/usr/local/bin:$PATH
make -j3
Expand All @@ -89,8 +87,6 @@ jobs:
# ph5diff tests are in the tools/tests directory so they will get run
# here
- 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 All @@ -107,8 +103,6 @@ jobs:
working-directory: ${{ runner.workspace }}/build

- name: Autotools Install
env:
NPROCS: 2
run: |
export PATH=/home/runner/work/hdf5/hdf5/openmpi-4.1.6-install/bin:/usr/local/bin:$PATH
make install
Expand Down

0 comments on commit d475836

Please sign in to comment.