Skip to content
Snippets Groups Projects
Commit f40d751d authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

Merge branch '23b-add-missing-packages' into 'releases/23b'

23b add missing packages

See merge request !47
parents 70bb3f91 9febc022
Branches
Tags
1 merge request!4723b add missing packages
...@@ -7,6 +7,7 @@ export CXX="mpicxx" ...@@ -7,6 +7,7 @@ export CXX="mpicxx"
export CXXFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments" export CXXFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments"
export FC="mpif90" export FC="mpif90"
export FCFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz" export FCFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz"
export LIBS_PSOLVER="-L$MPSD_BIGDFT_PSOLVER_ROOT/lib -lPSolver-1 -latlab-1 -lfutile-1"
#HG: ugly hack to include rpath while linking #HG: ugly hack to include rpath while linking
# becomes necessary for spack >= 0.19, as it does not set LD_LIBRARY_PATH anymore # becomes necessary for spack >= 0.19, as it does not set LD_LIBRARY_PATH anymore
...@@ -47,6 +48,11 @@ unset try_mpsd_elpa_version ...@@ -47,6 +48,11 @@ unset try_mpsd_elpa_version
--with-boost="$MPSD_BOOST_ROOT" \ --with-boost="$MPSD_BOOST_ROOT" \
--with-metis-prefix="$MPSD_METIS_ROOT" \ --with-metis-prefix="$MPSD_METIS_ROOT" \
--with-parmetis-prefix="$MPSD_PARMETIS_ROOT" \ --with-parmetis-prefix="$MPSD_PARMETIS_ROOT" \
--with-psolver-prefix="$MPSD_BIGDFT_PSOLVER_ROOT" \
--with-futile-prefix="$MPSD_BIGDFT_FUTILE_ROOT" \
--with-dftbplus-prefix="$MPSD_DFTBPLUS_ROOT" \
--with-netcdf-prefix="$MPSD_NETCDF_FORTRAN_ROOT" \
--with-etsf-io-prefix="$MPSD_ETSF_IO_ROOT" \
"$@" | tee 00-configure.log 2>&1 "$@" | tee 00-configure.log 2>&1
echo "-------------------------------------------------------------------------------" >&2 echo "-------------------------------------------------------------------------------" >&2
echo "configure output has been saved to 00-configure.log" >&2 echo "configure output has been saved to 00-configure.log" >&2
......
...@@ -7,6 +7,7 @@ export CXX="mpicxx" ...@@ -7,6 +7,7 @@ export CXX="mpicxx"
export CXXFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments" export CXXFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments"
export FC="mpif90" export FC="mpif90"
export FCFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz" export FCFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz"
export LIBS_PSOLVER="-L$MPSD_BIGDFT_PSOLVER_ROOT/lib -lPSolver-1 -latlab-1 -lfutile-1"
#HG: ugly hack to include rpath while linking #HG: ugly hack to include rpath while linking
# becomes necessary for spack >= 0.19, as it does not set LD_LIBRARY_PATH anymore # becomes necessary for spack >= 0.19, as it does not set LD_LIBRARY_PATH anymore
...@@ -46,6 +47,11 @@ unset try_mpsd_elpa_version ...@@ -46,6 +47,11 @@ unset try_mpsd_elpa_version
--with-boost="$MPSD_BOOST_ROOT" \ --with-boost="$MPSD_BOOST_ROOT" \
--with-metis-prefix="$MPSD_METIS_ROOT" \ --with-metis-prefix="$MPSD_METIS_ROOT" \
--with-parmetis-prefix="$MPSD_PARMETIS_ROOT" \ --with-parmetis-prefix="$MPSD_PARMETIS_ROOT" \
--with-psolver-prefix="$MPSD_BIGDFT_PSOLVER_ROOT" \
--with-futile-prefix="$MPSD_BIGDFT_FUTILE_ROOT" \
--with-dftbplus-prefix="$MPSD_DFTBPLUS_ROOT" \
--with-netcdf-prefix="$MPSD_NETCDF_FORTRAN_ROOT" \
--with-etsf-io-prefix="$MPSD_ETSF_IO_ROOT" \
"$@" | tee 00-configure.log 2>&1 "$@" | tee 00-configure.log 2>&1
echo "-------------------------------------------------------------------------------" >&2 echo "-------------------------------------------------------------------------------" >&2
echo "configure output has been saved to 00-configure.log" >&2 echo "configure output has been saved to 00-configure.log" >&2
......
...@@ -7,6 +7,7 @@ export CXX="g++" ...@@ -7,6 +7,7 @@ export CXX="g++"
export CXXFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments" export CXXFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments"
export FC="gfortran" export FC="gfortran"
export FCFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz" export FCFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz"
export LIBS_PSOLVER="-L$MPSD_BIGDFT_PSOLVER_ROOT/lib -lPSolver-1 -latlab-1 -lfutile-1"
#HG: ugly hack to include rpath while linking #HG: ugly hack to include rpath while linking
# becomes necessary for spack >= 0.19, as it does not set LD_LIBRARY_PATH anymore # becomes necessary for spack >= 0.19, as it does not set LD_LIBRARY_PATH anymore
...@@ -39,6 +40,11 @@ unset try_mpsd_elpa_version ...@@ -39,6 +40,11 @@ unset try_mpsd_elpa_version
--with-cgal="$MPSD_CGAL_ROOT" \ --with-cgal="$MPSD_CGAL_ROOT" \
--with-boost="$MPSD_BOOST_ROOT" \ --with-boost="$MPSD_BOOST_ROOT" \
--with-metis-prefix="$MPSD_METIS_ROOT" \ --with-metis-prefix="$MPSD_METIS_ROOT" \
--with-psolver-prefix="$MPSD_BIGDFT_PSOLVER_ROOT" \
--with-futile-prefix="$MPSD_BIGDFT_FUTILE_ROOT" \
--with-dftbplus-prefix="$MPSD_DFTBPLUS_ROOT" \
--with-netcdf-prefix="$MPSD_NETCDF_FORTRAN_ROOT" \
--with-etsf-io-prefix="$MPSD_ETSF_IO_ROOT" \
"$@" | tee 00-configure.log 2>&1 "$@" | tee 00-configure.log 2>&1
echo "-------------------------------------------------------------------------------" >&2 echo "-------------------------------------------------------------------------------" >&2
echo "configure output has been saved to 00-configure.log" >&2 echo "configure output has been saved to 00-configure.log" >&2
......
...@@ -7,6 +7,7 @@ export CXX="mpicxx" ...@@ -7,6 +7,7 @@ export CXX="mpicxx"
export CXXFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments" export CXXFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments"
export FC="mpif90" export FC="mpif90"
export FCFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz" export FCFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz"
export LIBS_PSOLVER="-L$MPSD_BIGDFT_PSOLVER_ROOT/lib -lPSolver-1 -latlab-1 -lfutile-1"
#HG: ugly hack to include rpath while linking #HG: ugly hack to include rpath while linking
# becomes necessary for spack >= 0.19, as it does not set LD_LIBRARY_PATH anymore # becomes necessary for spack >= 0.19, as it does not set LD_LIBRARY_PATH anymore
...@@ -47,6 +48,11 @@ unset try_mpsd_elpa_version ...@@ -47,6 +48,11 @@ unset try_mpsd_elpa_version
--with-boost="$MPSD_BOOST_ROOT" \ --with-boost="$MPSD_BOOST_ROOT" \
--with-metis-prefix="$MPSD_METIS_ROOT" \ --with-metis-prefix="$MPSD_METIS_ROOT" \
--with-parmetis-prefix="$MPSD_PARMETIS_ROOT" \ --with-parmetis-prefix="$MPSD_PARMETIS_ROOT" \
--with-psolver-prefix="$MPSD_BIGDFT_PSOLVER_ROOT" \
--with-futile-prefix="$MPSD_BIGDFT_FUTILE_ROOT" \
--with-dftbplus-prefix="$MPSD_DFTBPLUS_ROOT" \
--with-netcdf-prefix="$MPSD_NETCDF_FORTRAN_ROOT" \
--with-etsf-io-prefix="$MPSD_ETSF_IO_ROOT" \
"$@" | tee 00-configure.log 2>&1 "$@" | tee 00-configure.log 2>&1
echo "-------------------------------------------------------------------------------" >&2 echo "-------------------------------------------------------------------------------" >&2
echo "configure output has been saved to 00-configure.log" >&2 echo "configure output has been saved to 00-configure.log" >&2
......
...@@ -7,7 +7,7 @@ export CXX="mpicxx" ...@@ -7,7 +7,7 @@ export CXX="mpicxx"
export CXXFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments" export CXXFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments"
export FC="mpif90" export FC="mpif90"
export FCFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz" export FCFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz"
export LIBS_PSOLVER="-L$MPSD_BIGDFT_PSOLVER_ROOT/lib -lPSolver-1 -latlab-1 -lfutile-1"
#HG: ugly hack to include rpath while linking #HG: ugly hack to include rpath while linking
# becomes necessary for spack >= 0.19, as it does not set LD_LIBRARY_PATH anymore # becomes necessary for spack >= 0.19, as it does not set LD_LIBRARY_PATH anymore
export LDFLAGS=`echo ${LIBRARY_PATH:+:$LIBRARY_PATH} | sed -e 's/:/ -Wl,-rpath=/g'` export LDFLAGS=`echo ${LIBRARY_PATH:+:$LIBRARY_PATH} | sed -e 's/:/ -Wl,-rpath=/g'`
...@@ -46,6 +46,11 @@ unset try_mpsd_elpa_version ...@@ -46,6 +46,11 @@ unset try_mpsd_elpa_version
--with-boost="$MPSD_BOOST_ROOT" \ --with-boost="$MPSD_BOOST_ROOT" \
--with-metis-prefix="$MPSD_METIS_ROOT" \ --with-metis-prefix="$MPSD_METIS_ROOT" \
--with-parmetis-prefix="$MPSD_PARMETIS_ROOT" \ --with-parmetis-prefix="$MPSD_PARMETIS_ROOT" \
--with-psolver-prefix="$MPSD_BIGDFT_PSOLVER_ROOT" \
--with-futile-prefix="$MPSD_BIGDFT_FUTILE_ROOT" \
--with-dftbplus-prefix="$MPSD_DFTBPLUS_ROOT" \
--with-netcdf-prefix="$MPSD_NETCDF_FORTRAN_ROOT" \
--with-etsf-io-prefix="$MPSD_ETSF_IO_ROOT" \
"$@" | tee 00-configure.log 2>&1 "$@" | tee 00-configure.log 2>&1
echo "-------------------------------------------------------------------------------" >&2 echo "-------------------------------------------------------------------------------" >&2
echo "configure output has been saved to 00-configure.log" >&2 echo "configure output has been saved to 00-configure.log" >&2
......
...@@ -7,6 +7,7 @@ export CXX="g++" ...@@ -7,6 +7,7 @@ export CXX="g++"
export CXXFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments" export CXXFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments"
export FC="gfortran" export FC="gfortran"
export FCFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz" export FCFLAGS="$MARCH_FLAG $OPTIMISATION_LEVEL -g -fno-var-tracking-assignments -ffree-line-length-none -fallow-argument-mismatch -fallow-invalid-boz"
export LIBS_PSOLVER="-L$MPSD_BIGDFT_PSOLVER_ROOT/lib -lPSolver-1 -latlab-1 -lfutile-1"
#HG: ugly hack to include rpath while linking #HG: ugly hack to include rpath while linking
# becomes necessary for spack >= 0.19, as it does not set LD_LIBRARY_PATH anymore # becomes necessary for spack >= 0.19, as it does not set LD_LIBRARY_PATH anymore
...@@ -41,6 +42,11 @@ unset try_mpsd_elpa_version ...@@ -41,6 +42,11 @@ unset try_mpsd_elpa_version
--with-cgal="$MPSD_CGAL_ROOT" \ --with-cgal="$MPSD_CGAL_ROOT" \
--with-boost="$MPSD_BOOST_ROOT" \ --with-boost="$MPSD_BOOST_ROOT" \
--with-metis-prefix="$MPSD_METIS_ROOT" \ --with-metis-prefix="$MPSD_METIS_ROOT" \
--with-psolver-prefix="$MPSD_BIGDFT_PSOLVER_ROOT" \
--with-futile-prefix="$MPSD_BIGDFT_FUTILE_ROOT" \
--with-dftbplus-prefix="$MPSD_DFTBPLUS_ROOT" \
--with-netcdf-prefix="$MPSD_NETCDF_FORTRAN_ROOT" \
--with-etsf-io-prefix="$MPSD_ETSF_IO_ROOT" \
"$@" | tee 00-configure.log 2>&1 "$@" | tee 00-configure.log 2>&1
echo "-------------------------------------------------------------------------------" >&2 echo "-------------------------------------------------------------------------------" >&2
echo "configure output has been saved to 00-configure.log" >&2 echo "configure output has been saved to 00-configure.log" >&2
......
...@@ -30,12 +30,12 @@ spack: ...@@ -30,12 +30,12 @@ spack:
- cgal@5.0.3 # 5.2 - cgal@5.0.3 # 5.2
- hdf5@1.12.2+mpi - hdf5@1.12.2+mpi
- netcdf-fortran@4.6.0 ^netcdf-c+mpi - netcdf-fortran@4.6.0 ^netcdf-c+mpi
- etsf-io@1.0.4
- bigdft-futile@1.9.2+mpi
- bigdft-psolver@1.9.2+mpi~cuda # octopus does not use cuda variant
- dftbplus@21.2~arpack~dftd3~elsi~gpu~mpi~sockets~transport+api+sharedlibs~openmp # non gpu and non openmp variant based on the easybuild configuration (octopus does not use gpu variant)
# - openblas@0.3.15 # - openblas@0.3.15
# - etsf-io@1.0.4
# - libpspio@0.2.4 # missing in spack # - libpspio@0.2.4 # missing in spack
# - bigdft-futile@1.8.3+mpi
# - bigdft-psolver@1.8.3+mpi
# - dftbplus@19.1+mpi # 21.1+serial
specs: specs:
- matrix: - matrix:
- [$mpis] - [$mpis]
......
...@@ -29,12 +29,12 @@ spack: ...@@ -29,12 +29,12 @@ spack:
- cgal@5.0.3 # 5.2 - cgal@5.0.3 # 5.2
- hdf5@1.12.2+mpi - hdf5@1.12.2+mpi
- netcdf-fortran@4.6.0 ^netcdf-c+mpi - netcdf-fortran@4.6.0 ^netcdf-c+mpi
- etsf-io@1.0.4
- bigdft-futile@1.9.2+mpi
- bigdft-psolver@1.9.2+mpi
- dftbplus@21.2~arpack~dftd3~elsi~gpu+mpi~sockets~transport+api+sharedlibs~openmp
# - openblas@0.3.15 # - openblas@0.3.15
# - etsf-io@1.0.4
# - libpspio@0.2.4 # missing in spack # - libpspio@0.2.4 # missing in spack
# - bigdft-futile@1.8.3+mpi
# - bigdft-psolver@1.8.3+mpi
# - dftbplus@19.1+mpi # 21.1+serial
specs: specs:
- matrix: - matrix:
- [$mpis] - [$mpis]
......
...@@ -22,12 +22,13 @@ spack: ...@@ -22,12 +22,13 @@ spack:
- cgal@5.0.3 # 5.2 - cgal@5.0.3 # 5.2
- hdf5@1.12.2~mpi - hdf5@1.12.2~mpi
- netcdf-fortran@4.6.0 ^netcdf-c~~mpi - netcdf-fortran@4.6.0 ^netcdf-c~~mpi
- etsf-io@1.0.4
- bigdft-futile@1.9.2~mpi
- bigdft-psolver@1.9.2~mpi~scalapack
- dftbplus@21.2~arpack+dftd3~elsi~gpu~mpi~sockets~transport+api+sharedlibs~openmp
# - openblas@0.3.15 # - openblas@0.3.15
# - etsf-io@1.0.4
# - libpspio@0.2.4 # missing in spack # - libpspio@0.2.4 # missing in spack
# - bigdft-futile@1.8.3~mpi
# - bigdft-psolver@1.8.3~mpi
# - dftbplus@19.1~mpi # 21.1+serial
specs: specs:
- matrix: - matrix:
- [$packages] - [$packages]
......
...@@ -30,12 +30,12 @@ spack: ...@@ -30,12 +30,12 @@ spack:
- cgal@5.0.3 # 5.2 - cgal@5.0.3 # 5.2
- hdf5@1.12.2+mpi - hdf5@1.12.2+mpi
- netcdf-fortran@4.6.0 ^netcdf-c+mpi - netcdf-fortran@4.6.0 ^netcdf-c+mpi
- etsf-io@1.0.4
- bigdft-futile@1.9.2+mpi
- bigdft-psolver@1.9.2+mpi~cuda # octopus does not use cuda variant
- dftbplus@21.2~arpack~dftd3~elsi~gpu~mpi~sockets~transport+api+sharedlibs~openmp # non gpu and non openmp variant based on the easybuild configuration (octopus does not use gpu variant)
# - openblas@0.3.15 # - openblas@0.3.15
# - etsf-io@1.0.4
# - libpspio@0.2.4 # missing in spack # - libpspio@0.2.4 # missing in spack
# - bigdft-futile@1.8.3+mpi
# - bigdft-psolver@1.8.3+mpi
# - dftbplus@19.1+mpi # 21.1+serial
specs: specs:
- matrix: - matrix:
- [$mpis] - [$mpis]
......
...@@ -29,12 +29,12 @@ spack: ...@@ -29,12 +29,12 @@ spack:
- cgal@5.0.3 # 5.2 - cgal@5.0.3 # 5.2
- hdf5@1.12.2+mpi - hdf5@1.12.2+mpi
- netcdf-fortran@4.6.0 ^netcdf-c+mpi - netcdf-fortran@4.6.0 ^netcdf-c+mpi
- etsf-io@1.0.4
- bigdft-futile@1.9.2+mpi
- bigdft-psolver@1.9.2+mpi
- dftbplus@21.2~arpack~dftd3~elsi~gpu+mpi~sockets~transport+api+sharedlibs~openmp
# - openblas@0.3.15 # - openblas@0.3.15
# - etsf-io@1.0.4
# - libpspio@0.2.4 # missing in spack # - libpspio@0.2.4 # missing in spack
# - bigdft-futile@1.8.3+mpi
# - bigdft-psolver@1.8.3+mpi
# - dftbplus@19.1+mpi # 21.1+serial
specs: specs:
- matrix: - matrix:
- [$mpis] - [$mpis]
......
...@@ -23,11 +23,12 @@ spack: ...@@ -23,11 +23,12 @@ spack:
- hdf5@1.12.2~mpi - hdf5@1.12.2~mpi
- etsf-io@1.0.4 - etsf-io@1.0.4
- netcdf-fortran@4.6.0 ^netcdf-c~~mpi - netcdf-fortran@4.6.0 ^netcdf-c~~mpi
- etsf-io@1.0.4
- bigdft-futile@1.9.2~mpi
- bigdft-psolver@1.9.2~mpi~scalapack
- dftbplus@21.2~arpack+dftd3~elsi~gpu~mpi~sockets~transport+api+sharedlibs~openmp
# - flexiblas@3.0.4 # - flexiblas@3.0.4
# - libpspio@0.2.4 # missing in spack # - libpspio@0.2.4 # missing in spack
# - bigdft-futile@1.8.3~mpi
# - bigdft-psolver@1.8.3~mpi
# - dftbplus@19.1~mpi # 21.1+serial
specs: specs:
- matrix: - matrix:
- [$packages] - [$packages]
...@@ -36,3 +37,6 @@ spack: ...@@ -36,3 +37,6 @@ spack:
concretizer: concretizer:
reuse: false reuse: false
unify: true unify: true
packages:
all:
variants: ~~mpi
octopus@12.1%gcc@11.3.0+mpi+netcdf+parmetis+arpack+cgal+pfft+python+likwid+libyaml+elpa+nlopt \ octopus@13.0%gcc@11.3.0+mpi+netcdf+parmetis+arpack+cgal+pfft+python+likwid+libyaml+elpa+nlopt \
^parmetis@4.0.3 \ ^parmetis@4.0.3 \
^cgal@5.0.3 \ ^cgal@5.0.3 \
^pfft@1.0.8-alpha \ ^pfft@1.0.8-alpha \
...@@ -11,7 +11,7 @@ octopus@12.1%gcc@11.3.0+mpi+netcdf+parmetis+arpack+cgal+pfft+python+likwid+libya ...@@ -11,7 +11,7 @@ octopus@12.1%gcc@11.3.0+mpi+netcdf+parmetis+arpack+cgal+pfft+python+likwid+libya
^hdf5@1.12.2+fortran ^hdf5@1.12.2+fortran
# The octopus package has an additional "+cuda_arch=..." variant. I (Martin) do not know if using it is has any advantage. # The octopus package has an additional "+cuda_arch=..." variant. I (Martin) do not know if using it is has any advantage.
octopus@12.1%gcc@11.3.0+mpi+cuda+netcdf+parmetis+arpack+cgal+pfft+python+likwid+libyaml+elpa+nlopt \ octopus@13.0%gcc@11.3.0+mpi+cuda+netcdf+parmetis+arpack+cgal+pfft+python+likwid+libyaml+elpa+nlopt \
^openmpi@4.1.4+cuda cuda_arch=70 fabrics=ucx schedulers=slurm \ ^openmpi@4.1.4+cuda cuda_arch=70 fabrics=ucx schedulers=slurm \
^ucx@1.13.1+cma+cuda+dc+dm+gdrcopy+ib_hw_tm+knem+mlx5_dv+rc+rdmacm+thread_multiple+ud+verbs+vfs~xpmem \ ^ucx@1.13.1+cma+cuda+dc+dm+gdrcopy+ib_hw_tm+knem+mlx5_dv+rc+rdmacm+thread_multiple+ud+verbs+vfs~xpmem \
^cuda@11.4+allow-unsupported-compilers \ ^cuda@11.4+allow-unsupported-compilers \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment