计算化学公社
标题:
求助:slurm只有一半的核心被调用
[打印本页]
作者Author:
thetopConvex
时间:
2025-4-10 16:28
标题:
求助:slurm只有一半的核心被调用
各位老师好,自建一个hpc小集群,有两个物理节点用于计算,但是最多只能调动一半核心进行计算:
1- 调度和资源分配配置如下:
SchedulerType=sched/backfill
SelectType=select/cons_tres
SelectTypeParameters=CR_CPU_Memory
2- 两个物理节点:
物理节点1:Intel Gold 5320,物理内核26x2,总线程:104
https://www.intel.cn/content/www/cn/zh/products/sku/215285/intel-xeon-gold-5320-processor-39m-cache-2-20-ghz/specifications.html
slurm.conf配置如下:CPUs=104 CoresPerSocket=26 ThreadsPerCore=2 Sockets=2 RealMemory=512000 Procs=104
物理节点2:Intel Silver 4314,物理内核16x2,总线程:64
https://www.intel.cn/content/www/cn/zh/products/sku/215269/intel-xeon-silver-4314-processor-24m-cache-2-40-ghz/specifications.html
CPUs=64 CoresPerSocket=16 ThreadsPerCore=2 Sockets=2 RealMemory=256000 Procs=64
我们课题组希望把每个线程都利用上,每个任务都是单线程,但是同时最多只能运行84个,排查、看了很多帖子也没能解决,特向各位老师请教一下!
提前感谢~~
作者Author:
abin
时间:
2025-4-10 19:12
SelectTypeParameters=CR_CPU_Memory
--->
SelectTypeParameters=CR_Core
使用 slurmd -C 输出修正节点信息.
欢迎光临 计算化学公社 (http://bbs.keinsci.com/)
Powered by Discuz! X3.3