문제

I'm using a Infiniband/Gigabit cluster and submit jobs using PBS. Being logged in on a new cluster, how do I get information using the bash about the number of nods and cpus/node one can use there?

도움이 되었습니까?

해결책

One can get some information about the available queues by executing

qstat -Q

To get additional information about a special queue queuename you execute

qstat -Qf queuename
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top