Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hpcc: Improve multi-arch installation #279

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Apr 26, 2023

  1. Update Linear Algebra (LA) toolchain variables

    LA toolchain variable configuration has been updated to be CPU architecture-independent.
    tad4 authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    fb2ad64 View commit details
    Browse the repository at this point in the history
  2. Convert install procedure to use OS_ARCH var

    All hard-coded architecture-dependent paths have been revised to use PTS' `OS_ARCH` variable when searching for—as well as configuring—toolchain variables.
    tad4 authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1097716 View commit details
    Browse the repository at this point in the history
  3. Exit early if a required toolchain can **not** be found on the system

    - If either an MPI or Linear Algebra (LA) toolchain can **not** be found, then `hpcc` can **not** be built.
    - Error codes have been defined to assist users in understanding why the install script failed.
    tad4 authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    a31cbfe View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Early exits will return a status based on system-call error numbers

    - Avoid any potential collisions with other _error identifiers_.
    - Script-specific _error identifier_ is written to `install-exit-status`.
    tad4 authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0cc3cc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5958bcf View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    758c932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dba209a View commit details
    Browse the repository at this point in the history
  3. Screwed up and commited on the wrong branch; Revert "Update `srsran-1…

    ….0.1` downloads to reflect new GitHub repo name".
    
    This reverts commit dba209a.
    tad4 committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    e400794 View commit details
    Browse the repository at this point in the history