Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 58d7b4c

Browse files
committed
update platforms file
1 parent c7c5700 commit 58d7b4c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contrib/platform/mellanox/optimized

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ with_verbs=yes
55
with_devel_headers=yes
66
enable_oshmem=yes
77
enable_oshmem_fortran=yes
8+
disable_wrapper_rpath=yes
89

910
mellanox_autodetect=${mellanox_autodetect:="no"}
1011
mellanox_debug=${mellanox_debug:="no"}
12+
mellanox_threads=${mellanox_threads:="no"}
1113

14+
if [ "$mellanox_threads" == "yes" ]; then
15+
enable_mpi_thread_multiple=yes
16+
enable_opal_multi_threads=yes
17+
fi
1218

1319
if [ "$mellanox_autodetect" == "yes" ]; then
1420

0 commit comments

Comments
 (0)