Build HPL serially to avoid upstream make races

This commit is contained in:
Mikhail Chusavitin
2026-04-08 09:47:35 +03:00
parent 4715059ac0
commit f345d8a89d

View File

@@ -367,7 +367,7 @@ gcc -O2 -c -o "${BUILD_TMP}/mpi_stub.o" "${BUILD_TMP}/mpi_stub.c"
# build HPL
echo "=== building HPL ${HPL_VERSION} ==="
make -j"$(nproc)" arch=bee
make arch=bee
XHPL_BIN="bin/bee/xhpl"
[ -x "${XHPL_BIN}" ] || { echo "ERROR: xhpl not found after build"; exit 1; }