Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tsoc
spack-configs
Commits
bce170fb
Commit
bce170fb
authored
Mar 17, 2026
by
one
Browse files
Update openmpi configure flags
parent
b32309a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
scripts/install-mpi.sh
scripts/install-mpi.sh
+2
-1
No files found.
scripts/install-mpi.sh
View file @
bce170fb
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment