Build HPL serially to avoid upstream make races
This commit is contained in:
@@ -367,7 +367,7 @@ gcc -O2 -c -o "${BUILD_TMP}/mpi_stub.o" "${BUILD_TMP}/mpi_stub.c"
|
|||||||
|
|
||||||
# build HPL
|
# build HPL
|
||||||
echo "=== building HPL ${HPL_VERSION} ==="
|
echo "=== building HPL ${HPL_VERSION} ==="
|
||||||
make -j"$(nproc)" arch=bee
|
make arch=bee
|
||||||
|
|
||||||
XHPL_BIN="bin/bee/xhpl"
|
XHPL_BIN="bin/bee/xhpl"
|
||||||
[ -x "${XHPL_BIN}" ] || { echo "ERROR: xhpl not found after build"; exit 1; }
|
[ -x "${XHPL_BIN}" ] || { echo "ERROR: xhpl not found after build"; exit 1; }
|
||||||
|
|||||||
Reference in New Issue
Block a user