Previously added a flag to the program that specifies whether to handle jobs as exclusively allocated to simplify the requirements for resource specification in my job traces (for example, you only have to say the job needs 1 node and the program assumes you want all the cores and gpus in a node).
I encountered some weirdness with this feature when using it previously and I need to re-evaluate if there's a better way to do it and if there is a problem with the current implementation
Previously added a flag to the program that specifies whether to handle jobs as exclusively allocated to simplify the requirements for resource specification in my job traces (for example, you only have to say the job needs 1 node and the program assumes you want all the cores and gpus in a node).
I encountered some weirdness with this feature when using it previously and I need to re-evaluate if there's a better way to do it and if there is a problem with the current implementation