"idle" 附近带有星号的 Slurm 服务器
Slurm server with a asterisk near the "idle"
我正在使用 Slurm。当我运行
sinfo -Nel
通常看到指定为 idle
的服务器,但有时它附近也会有一个小星号(例如:idle*
)。
这是什么意思?我找不到任何相关信息。 (服务器已启动 运行ning)。
当节点状态后出现*
表示该节点不可达
引用 NODE STATE CODES
部分下的 sinfo 联机帮助页:
* The node is presently not responding and will not be allocated any new work. If the node remains non-responsive, it will be placed in the DOWN state (except in the case of COMPLETING, DRAINED, DRAINING, FAIL, FAILING
nodes).
我正在使用 Slurm。当我运行
sinfo -Nel
通常看到指定为 idle
的服务器,但有时它附近也会有一个小星号(例如:idle*
)。
这是什么意思?我找不到任何相关信息。 (服务器已启动 运行ning)。
当节点状态后出现*
表示该节点不可达
引用 NODE STATE CODES
部分下的 sinfo 联机帮助页:
* The node is presently not responding and will not be allocated any new work. If the node remains non-responsive, it will be placed in the DOWN state (except in the case of COMPLETING, DRAINED, DRAINING, FAIL, FAILING nodes).