Skip to content

Commit

Permalink
test singlethreaded build
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jun 14, 2024
1 parent d6494ca commit 4caf323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm64_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
case "${{ matrix.build }}" in
"make")
make -j$(nproc) USE_OPENMP=0 CC=gcc-12 FC="ccache ${{ matrix.fortran }}"
make -j$(nproc) USE_THREAD=0 USE_LOCKING=1 CC=gcc-12 FC="ccache ${{ matrix.fortran }}"
;;
"cmake")
mkdir build && cd build
Expand Down

0 comments on commit 4caf323

Please sign in to comment.