glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 46 forks source link

Added min_memory requirement for usable partitionable slot Glideins #406

Closed mambelli closed 6 months ago

mambelli commented 6 months ago

Added min_memory requirement to consider usable partitionable slot Glideins. Partitionable Glideins with less than min_memory MB of RAM (and their cores) are discarded.

Changes the selection in glidienFrontendLib, the configuration, and the documentation. PartGlideinMinMemory is the key in the Frontend Group description file group.config.partitionable_glidein.min_memory is the entry in the XML config file

Updated the CHANGELOG also with lines about committed PRs

Added DUNE stakeholder in the new issue/feature auto-labeling

This PR fixes #405