mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
Merge branch 'it4i-dgx'
This commit is contained in:
commit
4a7726cdbc
@ -71,6 +71,7 @@ configopts += ' --with-hwloc=$EBROOTHWLOC' # hwloc support
|
||||
configopts += ' --with-slurm ' # Enable slurm
|
||||
configopts += ' --enable-mpi-cxx' # Enable building the C++ MPI bindings
|
||||
configopts += ' --with-ucx=$EBROOTUCX'
|
||||
configopts += ' --with-pmix=/opt/it4i-libs/PMIx/4.2.2'
|
||||
|
||||
osdependencies = [('libibverbs-dev', 'libibverbs-devel', 'rdma-core-devel')]
|
||||
|
||||
|
@ -43,6 +43,9 @@ dependencies = [
|
||||
|
||||
configopts = '--enable-optimizations --enable-cma --enable-mt --with-verbs '
|
||||
configopts += '--without-java --without-go --disable-doxygen-doc '
|
||||
configopts += '--with-xpmem --with-knem=/opt/knem-1.1.4.90mlnx1'
|
||||
|
||||
import os
|
||||
if os.environ.get("CLUSTERNAME") in ["KAROLINA", "BARBORA"]:
|
||||
configopts += '--with-xpmem --with-knem=/opt/knem-1.1.4.90mlnx1'
|
||||
|
||||
moduleclass = 'lib'
|
||||
|
@ -42,7 +42,10 @@ configure_cmd = "contrib/configure-release"
|
||||
|
||||
configopts = '--enable-optimizations --enable-cma --enable-mt --with-verbs '
|
||||
configopts += '--without-java --without-go --disable-doxygen-doc '
|
||||
configopts += '--with-xpmem --with-knem=/opt/knem-1.1.4.90mlnx1'
|
||||
|
||||
import os
|
||||
if os.environ.get("CLUSTERNAME") in ["KAROLINA", "BARBORA"]:
|
||||
configopts += '--with-xpmem --with-knem=/opt/knem-1.1.4.90mlnx1'
|
||||
|
||||
buildopts = 'V=1'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user