Dear folks I was wondering if it would be possible to let me know how to query the number of available jobs to your batch job after you’ve set up your nodes with something like #PBS -l nodes=3,cores=24
.
I know there’s pbsnodes -a
but I’m not sure if there anything like pbscores
I’m expecting to return the number of nodes that I’ve requested for this particular job which is 24.
Thanks!