mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-18 12:40:58 +01:00
modified: o/OpenMPI/OpenMPI-4.0.0-GCC-6.3.0-2.27.eb
This commit is contained in:
parent
59baeac8d6
commit
e31dd8842d
@ -42,6 +42,11 @@ configopts += '--enable-mpi-cxx ' # Enable building the C++ MPI bindings
|
|||||||
# needed for --with-verbs
|
# needed for --with-verbs
|
||||||
osdependencies = [('libibverbs-dev', 'libibverbs-devel', 'rdma-core-devel')]
|
osdependencies = [('libibverbs-dev', 'libibverbs-devel', 'rdma-core-devel')]
|
||||||
|
|
||||||
|
postinstallcmds = [
|
||||||
|
'echo "# By default, for Open MPI 4.0 and later, infiniband ports on a device are not used by default." >> %(installdir)s/etc/openmpi-mca-params.conf',
|
||||||
|
'echo "btl_openib_allow_ib = true" >> %(installdir)s/etc/openmpi-mca-params.conf',
|
||||||
|
]
|
||||||
|
|
||||||
libs = ["mpi_mpifh", "mpi", "ompitrace", "open-pal", "open-rte"]
|
libs = ["mpi_mpifh", "mpi", "ompitrace", "open-pal", "open-rte"]
|
||||||
sanity_check_paths = {
|
sanity_check_paths = {
|
||||||
'files': [
|
'files': [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user