Follow the PBS Pro Design Document Guidelines.
The special pbs_mom.cpuset binary is only used in HPE systems MC990X/UV300 and ICE-X to run jobs using cpusets. There's special code in pbs_mom that is enclosed in #ifdef MOM_CPUSET that is compiled to create pbs_mom.cpuset. Now cgroups also supports cpusets, and running the standard pbs_mom with pbs_cgroups hook enabled works just as well.
Instead of running pbs_mom.cpuset, one can just enable the pbs_cgroups hook using the following steps:
For sites with large NUMA machines and machines with GPUs, it is recommended to set vnode_per_numa_node to true.
Project Documentation Main Page