Skip to content

Commit

Permalink
Update arm64_graviton.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Dec 10, 2024
1 parent e9637ac commit 59bdbd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/arm64_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
run: |
case "${{ matrix.build }}" in
"make")
sed -i -e "s/while (nthreads_m/if(0)while (nthreads_m/" driver/level3/level3_thread.c
make -j$(nproc) DYNAMIC_ARCH=1 USE_OPENMP=0 FC="ccache ${{ matrix.fortran }}"
;;
"cmake")
Expand Down

0 comments on commit 59bdbd4

Please sign in to comment.