Also enable BFLOAT16 for make cirun

This commit is contained in:
Chris Sidebottom
2025-07-07 10:41:12 +00:00
parent eaaa628af2
commit 46b9b7a080

View File

@@ -88,7 +88,7 @@ jobs:
run: |
case "${{ matrix.build }}" in
"make")
make -j$(nproc) DYNAMIC_ARCH=1 USE_OPENMP=0 FC="ccache ${{ matrix.fortran }}"
make -j$(nproc) DYNAMIC_ARCH=1 BUILD_BFLOAT16=1 USE_OPENMP=0 FC="ccache ${{ matrix.fortran }}"
;;
"cmake")
mkdir build && cd build