Merge pull request #566 from miked-mellanox/topic/platform_add_threads
add threads support for platform
Этот коммит содержится в:
Коммит
6a16500e77
@ -5,10 +5,16 @@ with_verbs=yes
|
|||||||
with_devel_headers=yes
|
with_devel_headers=yes
|
||||||
enable_oshmem=yes
|
enable_oshmem=yes
|
||||||
enable_oshmem_fortran=yes
|
enable_oshmem_fortran=yes
|
||||||
|
disable_wrapper_rpath=yes
|
||||||
|
|
||||||
mellanox_autodetect=${mellanox_autodetect:="no"}
|
mellanox_autodetect=${mellanox_autodetect:="no"}
|
||||||
mellanox_debug=${mellanox_debug:="no"}
|
mellanox_debug=${mellanox_debug:="no"}
|
||||||
|
mellanox_threads=${mellanox_threads:="no"}
|
||||||
|
|
||||||
|
if [ "$mellanox_threads" == "yes" ]; then
|
||||||
|
enable_mpi_thread_multiple=yes
|
||||||
|
enable_opal_multi_threads=yes
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$mellanox_autodetect" == "yes" ]; then
|
if [ "$mellanox_autodetect" == "yes" ]; then
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user