Hi, All, I have a heterogenous cluster in which some users need to submit socket exclusive jobs. All of the nodes have enough cores on a single socket for the jobs to run. Is there a way to submit a job which is socket exclusive without specifying the core count?
Something like this, but with real syntax --cores-per-socket=all --ntasks-per-socket=1 --ntasks=1 -- Dan Barker