A clear and concise description of what you want to happen.
This method implicitly assumes that clients are only interested in GPU-memory. Let's add support for both CPU and GPU memory and rename existing method(s).
def get_mem_per_node_MB(self) -> int:
"""Return the lowest amount of mem configured across all nodes in the cluster. Returns 0 if not a Slurm cluster.
A clear and concise description of any alternative solutions or features you've considered, if any.
No response
Additional context
No response