mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-26 00:11:21 +01:00
modified: o/OpenMPI/OpenMPI-2.1.5-GCC-8.3.0-2.32.eb
This commit is contained in:
parent
b7500e9a48
commit
0de1ad9e68
@ -18,14 +18,11 @@ dependencies = [
|
|||||||
('hwloc', '1.11.7')
|
('hwloc', '1.11.7')
|
||||||
]
|
]
|
||||||
|
|
||||||
# for PBS Pro 13
|
|
||||||
preconfigopts = 'export LIBS="-ldl" && '
|
|
||||||
|
|
||||||
configopts = '--enable-shared --enable-mpi-thread-multiple --with-verbs '
|
configopts = '--enable-shared --enable-mpi-thread-multiple --with-verbs '
|
||||||
# suppress failure modes in relation to mpirun path
|
# suppress failure modes in relation to mpirun path
|
||||||
configopts += '--enable-mpirun-prefix-by-default '
|
configopts += '--enable-mpirun-prefix-by-default '
|
||||||
configopts += '--with-hwloc=$EBROOTHWLOC ' # hwloc support
|
configopts += '--with-hwloc=$EBROOTHWLOC ' # hwloc support
|
||||||
# configopts += '--disable-dlopen ' # dont disable dlopen!
|
configopts += '--disable-dlopen ' # dont disable dlopen!
|
||||||
# https://github.com/open-mpi/ompi/issues/3630
|
# https://github.com/open-mpi/ompi/issues/3630
|
||||||
configopts += '--with-tm=/opt/pbs/default ' # Enable PBS
|
configopts += '--with-tm=/opt/pbs/default ' # Enable PBS
|
||||||
#configopts += '--enable-mpi-java ' # Java support RT#4090
|
#configopts += '--enable-mpi-java ' # Java support RT#4090
|
||||||
|
Loading…
x
Reference in New Issue
Block a user