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
hg-misc-tools
Commits
7e4fc401
Commit
7e4fc401
authored
Feb 24, 2026
by
one
Browse files
Remove deprecated args in openmpi configure cmd
parent
f5a53cbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
projects/rocHPL/rochpl-install.patch
projects/rocHPL/rochpl-install.patch
+9
-10
No files found.
projects/rocHPL/rochpl-install.patch
View file @
7e4fc401
...
...
@@ -131,7 +131,7 @@ index 6d6be5d..d11c01a 100644
include(ROCMSetupVersion)
diff --git a/install.sh b/install.sh
index b30a3fb..
52bb5d9
100755
index b30a3fb..
e577627
100755
--- a/install.sh
+++ b/install.sh
@@ -2,7 +2,7 @@
...
...
@@ -263,7 +263,7 @@ index b30a3fb..52bb5d9 100755
fi
# Check for successful build
@@ -152,31 +173,2
5
@@
install_openmpi( )
@@ -152,31 +173,2
4
@@
install_openmpi( )
exit 3
fi
...
...
@@ -296,10 +296,9 @@ index b30a3fb..52bb5d9 100755
+ ./configure --prefix=${ompi_prefix} \
+ --with-ucx=${ucx_prefix} \
+ --with-rocm=${with_rocm} \
+ --disable-man-pages \
+ --enable-builtin-atomics \
+ --enable-wrapper-rpath \
+
--without-verbs
--enable-mca-no-build=btl-uct
+ --enable-mca-no-build=btl-uct
check_exit_code 2
make -j$(nproc)
check_exit_code 2
...
...
@@ -309,7 +308,7 @@ index b30a3fb..52bb5d9 100755
fi
# Check for successful build
@@ -184,6 +19
9
,13 @@
install_openmpi( )
@@ -184,6 +19
8
,13 @@
install_openmpi( )
echo "Error: OpenMPI install unsuccessful."
exit_with_error 2
fi
...
...
@@ -323,7 +322,7 @@ index b30a3fb..52bb5d9 100755
}
# #################################################
@@ -232,7 +25
4
,7 @@
enable_tracing=false
@@ -232,7 +25
3
,7 @@
enable_tracing=false
# check if we have a modern version of getopt that can handle whitespace and long parameters
getopt -T
if [[ $? -eq 4 ]]; then
...
...
@@ -332,7 +331,7 @@ index b30a3fb..52bb5d9 100755
else
echo "Need a new version of getopt"
exit_with_error 1
@@ -263,6 +28
5
,9 @@
while true; do
@@ -263,6 +28
4
,9 @@
while true; do
--with-mpi)
with_mpi=${2}
shift 2 ;;
...
...
@@ -342,7 +341,7 @@ index b30a3fb..52bb5d9 100755
--with-mpi-gtl)
with_mpi_gtl=${2}
shift 2 ;;
@@ -294,9 +31
9
,6 @@
printf "\033[32mCreating project build directory in: \033[33m${build_dir}\033[0m
@@ -294,9 +31
8
,6 @@
printf "\033[32mCreating project build directory in: \033[33m${build_dir}\033[0m
# #################################################
# prep
# #################################################
...
...
@@ -352,7 +351,7 @@ index b30a3fb..52bb5d9 100755
# Default cmake executable is called cmake
cmake_executable=cmake
@@ -311,7 +33
3
,7 @@
pushd .
@@ -311,7 +33
2
,7 @@
pushd .
# #################################################
if [[ "${with_mpi}" == tpl/openmpi ]]; then
...
...
@@ -361,7 +360,7 @@ index b30a3fb..52bb5d9 100755
install_openmpi
fi
@@ -347,11 +36
9
,14 @@
pushd .
@@ -347,11 +36
8
,14 @@
pushd .
if [[ "${enable_tracing}" == on || "${enable_tracing}" == true || "${enable_tracing}" == 1 || "${enable_tracing}" == enabled ]]; then
cmake_common_options="${cmake_common_options} -DHPL_TRACING=ON"
fi
...
...
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