We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910f892 commit 0b01e95Copy full SHA for 0b01e95
.github/workflows/at2_gcc-hip.yml
@@ -83,9 +83,6 @@ jobs:
83
path: haero_src
84
- name: Show action trigger
85
uses: ./.github/actions/show-workflow-trigger
86
- - name: Set ENV
87
- run: |
88
- . /opt/share/bash-goodies.sh
89
- name: Building Haero (${{ matrix.build-type }}, ${{ matrix.fp-precision }} precision)
90
run: |
91
cmake -S haero_src -B haero_build \
@@ -104,7 +101,6 @@ jobs:
104
101
make install
105
102
- name: Configuring MAM4xx (${{ matrix.build-type }}, ${{ matrix.fp-precision }} precision)
106
103
107
- nvcw="$(pwd)/${haero_nvcw}"
108
cmake -S . -B build \
109
-DCMAKE_CXX_COMPILER=hipcc \
110
-DCMAKE_C_COMPILER=gcc \
0 commit comments