Commit bce170fb authored by one's avatar one
Browse files

Update openmpi configure flags

parent b32309a5
...@@ -147,7 +147,8 @@ install_openmpi() { ...@@ -147,7 +147,8 @@ install_openmpi() {
--with-rocm="${with_rocm}" \ --with-rocm="${with_rocm}" \
--enable-builtin-atomics \ --enable-builtin-atomics \
--enable-wrapper-rpath \ --enable-wrapper-rpath \
--enable-mca-no-build=btl-uct --enable-mca-no-build=btl-uct \
--enable-prte-prefix-by-default
make -j"$(nproc)" make -j"$(nproc)"
make install make install
......
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