用户工具

站点工具


mstation:slurm

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
mstation:slurm [2024/01/19 05:59] – 移除 - 外部编辑 (未知日期) 127.0.0.1mstation:slurm [2026/07/30 04:09] (当前版本) – 外部编辑 127.0.0.1
行 1: 行 1:
 +~~DISCUSSION:off~~
 +====== 测试 gpu 调度 ======
 +
 +<code bash>
 +srun -N 1 -n 4 --gres=gpu:4 --nodelist g01 hostname
 +</code>