Intel oneAPI

This page can't be edited. | Page History
    Table of contents
    You are currently comparing two old versions - only when you are comparing against the latest version can you revert. Return to version archive.

    Combined revision comparison

    Comparing version 16:47, 5 Jan 2022 by jwagner with version 16:56, 5 Jan 2022 by jwagner.

    ...

    TheThis yum repo should be enabled temporarilyonly! Avoids accidentally pulling any Intel-customized RHEL/CentOS packages only temporarily! There might be some Intel-customized RHEL7, CentOS packages on the repo that are not nice to get accidentally pulled as updates into the vlbi cluster.
    gxr -c "yum-config-manager --enabledisable oneAPI" --group /hardware/nodes/mark6,/hardware/nodes/compute   Packages:  
    (gxr -c "yum install -y  ...)
    gxr -c "yum--config-manager --disableenable oneAPI" --group /hardware/nodes/mark6,/hardware/nodes/compute
    
    
     
    Packages for devel nodes:
    yum install intel-basekit
    yum install intel-hpckit
    yum install intel-oneapi-vtune-2021.7.1-492
    
    Runtime packages for nodes:
    gxr -c "yum install -y intel-oneapi-clck" --group /hardware/nodes/mark6,/hardware/nodes/compute
    gxr -c "yum install -y intel-oneapi-runtime-mpi \
      intel-oneapi-runtime-ipp \
      intel-oneapi-compiler-shared-runtime-2021.3.0.x86_64 \
      intel-oneapi-compiler-shared-common-runtime-2021.3.0.noarch \
      intel-oneapi-mpi-2021.3.1 \
      intel-oneapi-vtune-2021.7.1-492" --group /hardware/nodes/mark6,/hardware/nodes/compute
    # Dependency bug in runtimes, need to install also /opt/intel/oneapi/lib/intel64/libimf.so via:
    gxr -c "yum install -y intel-oneapi-runtime-compilers-2021.3.0" --group /hardware/nodes/mark6,/hardware/nodes/compute
    
    gxr -c "yum-config-manager --disable oneAPI" --group /hardware/nodes/mark6,/hardware/nodes/compute
    
     

    ...

    Version from 16:47, 5 Jan 2022

    This revision modified by jwagner (Ban)

    ...

    This yum repo should be enabled only temporarily! There might be some Intel-customized RHEL7, CentOS packages on the repo that are not nice to get accidentally pulled as updates into the vlbi cluster.
    gxr -c "yum-config-manager --disable oneAPI" --group /hardware/nodes/mark6,/hardware/nodes/compute
     
    Packages:
    gxr -c "yum-config-manager --enable oneAPI" --group /hardware/nodes/mark6,/hardware/nodes/compute
    
    gxr -c "yum install intel-oneapi-clck" --group /hardware/nodes/mark6,/hardware/nodes/compute
    gxr -c "yum install intel-oneapi-runtime-mpi \
      intel-oneapi-runtime-ipp \
      intel-oneapi-compiler-shared-runtime-2021.3.0.x86_64 \
      intel-oneapi-compiler-shared-common-runtime-2021.3.0.noarch \
      intel-oneapi-mpi-2021.3.1 \
      intel-oneapi-vtune" --group /hardware/nodes/mark6,/hardware/nodes/compute
    # Dependency bug in runtimes, need to install also /opt/intel/oneapi/lib/intel64/libimf.so via:
    gxr -c "yum install -y intel-oneapi-runtime-compilers-2021.3.0" --group /hardware/nodes/mark6,/hardware/nodes/compute
    
    gxr -c "yum-config-manager --disable oneAPI" --group /hardware/nodes/mark6,/hardware/nodes/compute
     

    ...

    Version as of 16:56, 5 Jan 2022

    This revision modified by jwagner (Ban)

    ...

    The repo should be enabled temporarilyonly! Avoids accidentally pulling any Intel-customized RHEL/CentOS packages into the vlbi cluster.
    gxr -c "yum-config-manager --enable oneAPI" --group /hardware/nodes/mark6,/hardware/nodes/compute
    (gxr -c "yum install -y  ...)
    gxr -c "yum-config-manager --disable oneAPI" --group /hardware/nodes/mark6,/hardware/nodes/compute
     
    Packages for devel nodes:
    yum install intel-basekit
    yum install intel-hpckit
    yum install intel-oneapi-vtune-2021.7.1-492
    
    Runtime packages for nodes:
    gxr -c "yum install -y intel-oneapi-clck" --group /hardware/nodes/mark6,/hardware/nodes/compute
    gxr -c "yum install -y intel-oneapi-runtime-mpi \
      intel-oneapi-runtime-ipp \
      intel-oneapi-compiler-shared-runtime-2021.3.0.x86_64 \
      intel-oneapi-compiler-shared-common-runtime-2021.3.0.noarch \
      intel-oneapi-mpi-2021.3.1 \
      intel-oneapi-vtune-2021.7.1-492" --group /hardware/nodes/mark6,/hardware/nodes/compute
    # Dependency bug in runtimes, need to install also /opt/intel/oneapi/lib/intel64/libimf.so via:
    gxr -c "yum install -y intel-oneapi-runtime-compilers-2021.3.0" --group /hardware/nodes/mark6,/hardware/nodes/compute
    

    ...