Kai77
1
Hello, I have one question. In OpenPBS, is it possible to configure the maximum number of cores available for each user? For example,
As default, all users can use 500 cores at maximum.
User A can use 1,000 cores at maximum.
User B can use 700 cores at maximum.
:
Thanks.
adarsh
2
Please check the documentation for server limits and queue limits:
qmgr -c “s s max_run_res.ncpus=‘[u:PBS_GENERIC=500],[u:userA=1000],[u:userB=700]’”
Kai77
3
Hello Adarsh, thank you very much for the quick reply and useful information. It is really helpful. I will check the docs again.
Regards
1 Like