60c094030b61a35dd68ba69f7ed1cd642db90ab8
The current select mechanism was using the memory too as a consumable resource, which by default only sets 1 MiB per node. As each job already requests 1 MiB, it prevents other jobs from running. As we are not really concerned with memory usage, we only use the unused cores in the select criteria. Reviewed-by: Aleix Boné <abonerib@bsc.es>
Description
Languages
Nix
86.3%
C++
5.5%
Shell
2.6%
Haskell
2.5%
C
1.4%
Other
1.5%