Skip to content

Commit

Permalink
Remove autotools tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Aug 21, 2024
1 parent b6334ee commit 3c80494
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/nvhpc-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,24 +67,9 @@ jobs:
make -j3
working-directory: ${{ runner.workspace }}/build


- name: Autotools Run Tests
shell: bash
run: |
export PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/24.7/comm_libs/openmpi4/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/24.7/compilers/bin:$PATH
make check -j
working-directory: ${{ runner.workspace }}/build

- name: Autotools Install
shell: bash
run: |
export PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/24.7/comm_libs/openmpi4/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/24.7/compilers/bin:$PATH
make install
working-directory: ${{ runner.workspace }}/build


- name: Autotools Verify Install
run: |
export PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/24.7/comm_libs/openmpi4/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/24.7/compilers/bin:$PATH
make check-install
working-directory: ${{ runner.workspace }}/build

0 comments on commit 3c80494

Please sign in to comment.