Skip to content

Install new cuda 11.2 in CVMFS contrib

Pere Mato Vila requested to merge SPI-1826 into master

These are the steps to install in CVMFS

  • Run the Jenkins job lcg_release_matrix with
    • LCG_VERSION = contribpkgs
    • TARGET = cuda
    • DO_BUILD = true
    • CVMFS_INSTALL = true
    • in matrix (gcc10, centos7 or centos8)
  • Create by hand the links in contrib/cuda by starting a publishing transaction in cvmfs-sft.cern.ch
    $ ls -ls /cvmfs/sft.cern.ch/lcg/contrib/cuda/11.2/
        x86_64-centos7 -> /cvmfs/sft.cern.ch/lcg/releases/cuda/11.2-5cee1/x86_64-centos7-gcc10-opt
        x86_64-centos8 -> /cvmfs/sft.cern.ch/lcg/releases/cuda/11.2-5cee1/x86_64-centos8-gcc10-opt
Edited by Pere Mato Vila

Merge request reports