1 个仓库
Synchronization and simultaneous launching of multiple processes across distributed hardware.
Distinct from Parallel Processing: Distinct from Parallel Processing by focusing on the coordination and synchronization of process lifecycles across physical servers rather than just data-parallel throughput.
Explore 1 awesome GitHub repository matching data & databases · Process Coordination. Refine with filters or upvote what's useful.
Slurm 是一个专为高性能计算环境设计的集群工作负载管理器和作业调度器。它作为一个分布式计算编排器,在集群中的多个计算节点上排队并执行大规模计算任务。 该系统充当资源仲裁者,在并发用户之间分配硬件节点和处理器,以防止资源冲突并最大化效率。它协调跨不同物理服务器同时启动多个进程,以执行并行作业和科学工作负载。 该平台涵盖了广泛的能力领域,包括批处理作业调度、计算资源分配和并行工作负载执行。它根据资源可用性和优先级管理作业的定时和执行。
Synchronizes the simultaneous launch of multiple processes across different physical servers for parallel jobs.