Closed asparke2 closed 4 months ago
@ChristopherCaradonna @whiphi92 @nmerket @rajeee this is a preemptive fix to the issue we hit when HPC changed the memory limits. This time the informed everyone of the change.
File | Coverage | |
---|---|---|
All files | 87% |
:white_check_mark: |
base.py | 91% |
:white_check_mark: |
exc.py | 57% |
:white_check_mark: |
hpc.py | 78% |
:white_check_mark: |
local.py | 70% |
:white_check_mark: |
postprocessing.py | 84% |
:white_check_mark: |
utils.py | 92% |
:white_check_mark: |
cloud/docker_base.py | 88% |
:white_check_mark: |
sampler/base.py | 78% |
:white_check_mark: |
sampler/downselect.py | 33% |
:white_check_mark: |
sampler/precomputed.py | 93% |
:white_check_mark: |
sampler/residential_quota.py | 61% |
:white_check_mark: |
test/shared_testing_stuff.py | 85% |
:white_check_mark: |
test/test_docker.py | 33% |
:white_check_mark: |
test/test_local.py | 97% |
:white_check_mark: |
test/test_validation.py | 97% |
:white_check_mark: |
workflow_generator/base.py | 89% |
:white_check_mark: |
workflow_generator/commercial.py | 52% |
:white_check_mark: |
workflow_generator/residential_hpxml.py | 86% |
:white_check_mark: |
Minimum allowed coverage is 33%
Generated by :monkey: cobertura-action against 3e39b1ad7e77b4cf76cc87527e97440d1a336f36
On 6/3/2024 the NREL HPC team reduced the available memory on default nodes from 247,000 MB to 246,000 MB. Without this change, all buildstockbatch jobs will be put into the bigmem queue, which has only a handful of nodes.
Pull Request Description
Changes the memory request on Kestrel to match the newly revised limit.
Checklist
Not all may apply
minimum_coverage
in.github/workflows/coverage.yml
as necessary.