GithubHelp home page GithubHelp logo

Comments (2)

samcmill avatar samcmill commented on August 18, 2024

Correct, the intel_psxe building block is for Intel Parallel Studio, before it was rebranded as OneAPI.

Intel now provides apt / yum repositories for OneAPI, so installation should be quite a bit more straight forward.

At one point, this was working (it may still be, I haven't retested it):

Stage0 += packages(ospackages=['ca-certificates', 'gnupg', 'wget'])

Stage0 += packages(
                   apt_keys=['https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB'],
                   apt_repositories=['deb https://apt.repos.intel.com/oneapi all main'],
                   ospackages=['intel-hpckit-2021.1.0'],
                   yum_keys=['https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB'],
                   yum_repositories=['https://yum.repos.intel.com/oneapi'])

from hpc-container-maker.

mathomp4 avatar mathomp4 commented on August 18, 2024

@samcmill Interesting. Okay. If I have time, maybe I'll try and make some intel_oneapi and intel_oneapi_runtime building blocks based on packages. I just know in the past it was so nice to have things done for me "behind the scenes" 😄

from hpc-container-maker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.