PySlurm / pyslurm

Python Interface to Slurm
https://pyslurm.github.io
GNU General Public License v2.0
467 stars 116 forks source link

Correctly calculate memory of the job #313

Closed robgics closed 11 months ago

robgics commented 11 months ago

Based on the commented out code beneath it, this looks like a copy/paste error. It would go unnoticed so long as mem_cpu was a non-None value.

tazend commented 11 months ago

Looks good, thanks :)