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
19ed4359
Commit
19ed4359
authored
Feb 10, 2026
by
one
Browse files
Update DTK config and MPI installation scripts
parent
b490e2b1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
envs/dtk25.04.4.yaml
envs/dtk25.04.4.yaml
+1
-4
scripts/install-mpi.sh
scripts/install-mpi.sh
+2
-2
No files found.
envs/dtk25.04.4.yaml
View file @
19ed4359
...
...
@@ -71,7 +71,7 @@ packages:
gcc
:
buildable
:
false
externals
:
-
spec
:
gcc@11.4.0 languages
:
='c,c++,fortran'
-
spec
:
gcc@11.4.0 languages='c,c++,fortran'
prefix
:
/usr
extra_attributes
:
compilers
:
...
...
@@ -88,9 +88,6 @@ packages:
c
:
/opt/dtk/llvm/bin/clang
cxx
:
/opt/dtk/llvm/bin/clang++
fortran
:
/opt/dtk/llvm/bin/flang
extra_rpaths
:
-
/opt/dtk/llvm/lib
-
/opt/dtk/llvm/lib64
llvm-amdgpu
:
buildable
:
false
externals
:
...
...
scripts/install-mpi.sh
View file @
19ed4359
...
...
@@ -152,7 +152,7 @@ install_openmpi( )
check_exit_code 2
cd
openmpi
check_exit_code 2
./configure
--prefix
=
${
ompi_prefix
}
--with-ucx
=
${
ucx_prefix
}
--without-verbs
--disable-man-pages
--enable-mca-no-
build
=
btl-uct
${
ompi_build_cmd
}
check_exit_code 2
make
-j
$(
nproc
)
check_exit_code 2
...
...
@@ -162,7 +162,7 @@ install_openmpi( )
elif
[
!
-f
"
${
ompi_lib_folder
}
/libmpi.so"
]
&&
[
!
-f
"
${
ompi_lib64_folder
}
/libmpi.so"
]
;
then
cd
openmpi
check_exit_code 2
./configure
--prefix
=
${
ompi_prefix
}
--with-ucx
=
${
ucx_prefix
}
--without-verbs
--disable-man-pages
--enable-mca-no-
build
=
btl-uct
${
ompi_build_cmd
}
check_exit_code 2
make
-j
$(
nproc
)
check_exit_code 2
...
...
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