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

Commit a47543f

Browse files
author
rhc54
committed
Merge pull request #575 from miked-mellanox/topic/v1_10_platform
v1.10 - update mellanox platform file
2 parents 7b8ef0a + 58d7b4c commit a47543f

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)