Skip to content

Commit 59bdbd4

Browse files
authored
Update arm64_graviton.yml
1 parent e9637ac commit 59bdbd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/arm64_graviton.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
run: |
8989
case "${{ matrix.build }}" in
9090
"make")
91+
sed -i -e "s/while (nthreads_m/if(0)while (nthreads_m/" driver/level3/level3_thread.c
9192
make -j$(nproc) DYNAMIC_ARCH=1 USE_OPENMP=0 FC="ccache ${{ matrix.fortran }}"
9293
;;
9394
"cmake")

0 commit comments

Comments
 (0)