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

Add resource limits #106

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from
Open

Add resource limits #106

wants to merge 17 commits into from

Commits on Nov 8, 2024

  1. Enable CPU and memory limits

    cmelone committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1d49404 View commit details
    Browse the repository at this point in the history
  2. update test data

    cmelone committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    72af4ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28262ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7809692 View commit details
    Browse the repository at this point in the history
  5. return SPACK_BUILD_JOBS with resource allocation to control the build…

    … system
    
    `SPACK_BUILD_JOBS=max(1, cpu_request)`
    cmelone committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b5cb908 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    624e446 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4406f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6ef85d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7db04bf View commit details
    Browse the repository at this point in the history
  10. lets try with this

    cmelone committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bfd86a9 View commit details
    Browse the repository at this point in the history
  11. again

    cmelone committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b670de4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    90d55da View commit details
    Browse the repository at this point in the history
  2. math typo fix

    cmelone committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e772733 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e1c8cf View commit details
    Browse the repository at this point in the history
  4. debug cpu limits

    cmelone committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    99e866b View commit details
    Browse the repository at this point in the history
  5. tmp: disable unit tests

    cmelone committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    56a3983 View commit details
    Browse the repository at this point in the history
  6. Revert "debug cpu limits"

    This reverts commit 99e866b.
    cmelone committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1d54254 View commit details
    Browse the repository at this point in the history