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
1abf7018
"cacheflow/vscode:/vscode.git/clone" did not exist on "709a69176ea86f60786acb87ede52e62d9efb036"
Commit
1abf7018
authored
Feb 09, 2026
by
one
Browse files
Add optional external openmpi and ucx
parent
2c55b618
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
8 deletions
+18
-8
envs/dtk25.04.4.yaml
envs/dtk25.04.4.yaml
+16
-8
scripts/install-mpi.sh
scripts/install-mpi.sh
+2
-0
No files found.
envs/dtk25.04.4.yaml
View file @
1abf7018
...
...
@@ -49,6 +49,18 @@ packages:
berkeley-db
:
require
:
-
~cxx~stl
openmpi
:
require
:
-
'
@5'
-
fabrics=ucx
-
~rocm
-
~cuda~java~memchecker~internal-hwloc
prefer
:
-
"
%gcc_all"
buildable
:
true
externals
:
-
spec
:
openmpi@5.0.8+atomics~cuda~debug+fortran~gpfs~internal-hwloc~internal-libevent~internal-pmix~ipv6~java~lustre~memchecker~openshmem+rocm~romio+rsh~static~two_level_namespace+vt+wrapper-rpath build_system=autotools fabrics:=ucx romio-filesystem:=none schedulers:=none amdgpu_target:=gfx936
prefix
:
/opt/mpi
ucx
:
require
:
-
'
@1'
...
...
@@ -57,14 +69,10 @@ packages:
-
+cma+rc+ud+dc+mlx5_dv+ib_hw_tm
-
+thread_multiple+dm
-
~cuda~java~gdrcopy~xpmem~knem
openmpi
:
require
:
-
'
@5'
-
fabrics:=ucx
-
+rocm amdgpu_target:=gfx936
-
~cuda~java~memchecker~internal-hwloc
prefer
:
-
~fortran
buildable
:
true
externals
:
-
spec
:
ucx@1.20.0~cuda~java~memchecker~gdrcopy~xpmem~knem+rocm+verbs+rdmacm+cma+rc+ud+dc+mlx5_dv+ib_hw_tm+thread_multiple+dm
prefix
:
/opt/ucx
gcc
:
buildable
:
false
externals
:
...
...
scripts/install-mpi.sh
View file @
1abf7018
...
...
@@ -135,6 +135,8 @@ install_openmpi( )
ompi_build_cmd
=
"./configure --prefix=
${
ompi_prefix
}
\
--with-ucx=
${
ucx_prefix
}
\
--with-rocm=
${
with_rocm
}
\
--enable-builtin-atomics
\
--enable-wrapper-rpath
\
--without-verbs --enable-mca-no-build=btl-uct"
if
[
!
-d
"./openmpi"
]
;
then
...
...
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