mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-24 07:21:31 +01:00
Merge branch 'it4i-anselm'
This commit is contained in:
commit
95eaec21b9
@ -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