Hello, I want to have a set of nodes with sharing=default_excl attribute.
It looks like it is not possible to simply “create” the node with that attribute (I got the error
“Cannot set attribute, read only or insufficient permission sharing”).
Following the thread “MOM sharing config”, I created a file
/var/spool/pbs/mom_priv/config.d/exclconf
with the following contents (this is on node hpc07.fpg.local)
$configversion 2
hpc07.fpg.local: sharing=force_exclhost/var/spool/pbs/mom_priv/ o
Then I tried to create a node with the command (withing qmgr)
create node hpc07.fpg.local
It works, but the sharing is still “default_shared”.
PBS is version 20.0.1
Should I delete the config file in /var/spool/pbs/mom_priv?
Any other solution to set sharing=default_excl?
As a related question: is there way to create a queue whose “default” behaviour is having the nodes in
exclusive mode?
Thanks in advance!
Massimo