Skip to content

Commit 3a3e92b

Browse files
committed
Fix Amazon Linux MPI path - remove trailing slash
1 parent 30ceab0 commit 3a3e92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_hpl/mpi_setup_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ get_mpi_path() {
195195
echo "/usr/lib64/openmpi"
196196
;;
197197
amzn)
198-
echo "/usr/lib64/openmpi/bin/"
198+
echo "/usr/lib64/openmpi"
199199
;;
200200
ubuntu)
201201
echo "/usr/"

0 commit comments

Comments
 (0)