Report mislabels work T1 units #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
cli.py report prints
work T1 (@8 cores) : ... (1 core, 1 node). The value is the sum of per-drv minutes at the 8-core baseline (8-core-node-minutes), not single-core minutes — the two annotations contradict each other. Fix the label to "(1 node, serial)" or convert to core-minutes explicitly.report now prints
work T1 (@8 cores) : ... (1 node, serial)instead of the contradictory "(1 core, 1 node)". Fixed in the CLI wiring commit.