Reserving cores for GPU jobs

Take a look at my reply here. Depending on your processor, if it has multiple NUMA nodes, you might be able to configure PBS cgroups for “vnode per NUMA node” and end up with something along the lines you want. There are lots of reasons it might not work (you might only have one NUMA node, both GPUs could be on one NUMA node which is probably not what you want, etc) but you might get something useful using available configuration. Hope that helps.