slurm.conf应将节点的RealMemory设置为小于或等于节点中可用内存的值。否则节点将被设置为漏极状态。
我如何知道slurm从操作系统获取的内存并与RealMemory进行比较以确定是否应该排空该节点?
答案 0 :(得分:3)
您可以在计算节点上运行slurmd -C
。来自man page:
-C
Print actual hardware configuration and exit. The format of output is
the same as used in slurm.conf to describe a node's configuration
plus it's uptime.