Closed bernstei closed 2 years ago
Replace n with mutually exclusive (but required) num_nodes and num_cores, and max_mem with mutually exclusive max_mem_tot and max_mem_per_core.
n
num_nodes
num_cores
max_mem
max_mem_tot
max_mem_per_core
Also implement queues as synonym for partitions.
queues
partitions
Looks good, thanks!
Can @gelzinyte and/or @gabor1 double check my partition/queue synonym commit 9580fa5 before we merge?
looks ok to me!
Replace
n
with mutually exclusive (but required)num_nodes
andnum_cores
, andmax_mem
with mutually exclusivemax_mem_tot
andmax_mem_per_core
.Also implement
queues
as synonym forpartitions
.