Merge pull request #5761 from amaslenn/platform-mellanox-v4
platform/mellanox: cleanup autodetect config — v4.0.x
Этот коммит содержится в:
Коммит
d03ee166cd
@ -23,26 +23,11 @@ if [ "$mellanox_autodetect" == "yes" ]; then
|
|||||||
with_ucx=$ucx_dir
|
with_ucx=$ucx_dir
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mxm_dir=${mxm_dir:="$(pkg-config --variable=prefix mxm)"}
|
|
||||||
if [ -d $mxm_dir ]; then
|
|
||||||
with_mxm=$mxm_dir
|
|
||||||
fi
|
|
||||||
|
|
||||||
fca_dir=${fca_dir:="$(pkg-config --variable=prefix fca)"}
|
|
||||||
if [ -d $fca_dir ]; then
|
|
||||||
with_fca=$fca_dir
|
|
||||||
fi
|
|
||||||
|
|
||||||
hcoll_dir=${hcoll_dir:="$(pkg-config --variable=prefix hcoll)"}
|
hcoll_dir=${hcoll_dir:="$(pkg-config --variable=prefix hcoll)"}
|
||||||
if [ -d $hcoll_dir ]; then
|
if [ -d $hcoll_dir ]; then
|
||||||
with_hcoll=$hcoll_dir
|
with_hcoll=$hcoll_dir
|
||||||
fi
|
fi
|
||||||
|
|
||||||
knem_dir=${knem_dir:="$(pkg-config --variable=prefix knem)"}
|
|
||||||
if [ -d $knem_dir ]; then
|
|
||||||
with_knem=$knem_dir
|
|
||||||
fi
|
|
||||||
|
|
||||||
slurm_dir=${slurm_dir:="/usr"}
|
slurm_dir=${slurm_dir:="/usr"}
|
||||||
if [ -f $slurm_dir/include/slurm/slurm.h ]; then
|
if [ -f $slurm_dir/include/slurm/slurm.h ]; then
|
||||||
with_slurm=$slurm_dir
|
with_slurm=$slurm_dir
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user