Unverified Commit 74625527 authored by Yuting Jiang's avatar Yuting Jiang Committed by GitHub
Browse files

Benchmarks: Fix Bug - Fix fio build issue

**Description**
Fix fio build issue (Illegal instruction).
Refer to https://github.com/axboe/fio/issues/970
parent 6b73f5d2
......@@ -63,7 +63,7 @@ endif
# Build FIO from commit d83ac9 (fio-3.28 tag).
fio:
ifneq (,$(wildcard fio/Makefile))
cd ./fio && ./configure --prefix=$(SB_MICRO_PATH) && make -j && make install
cd ./fio && ./configure --prefix=$(SB_MICRO_PATH) --disable-native && make -j && make install
endif
# Build rccl-tests from commit dc1ad48 of develop branch (default branch).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment