Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 中指定ppn(或等效的)SGE?我不想在一个节点中使用所有 cpu,所以我将能够在每个核心上拥有更多内存。(在 PBS 中你会做-l nodes=16:ppn=2的例子)
ppn
SGE
-l nodes=16:ppn=2
谢谢。
听起来 pe(参见:qconf -sp mpi)默认为 $round_robin 而不是 $fill_up 或 $pe_slots。