awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
SchedMD avatar

SchedMD/slurm

0
View on GitHub↗
4,059 stars·855 forks·C·14 viewsslurm.schedmd.com↗

Slurm

Slurm is a cluster workload manager and job scheduler designed for high-performance computing environments. It functions as a distributed compute orchestrator that queues and executes large-scale computational tasks across multiple compute nodes in a cluster.

The system acts as a resource arbitrator, distributing hardware nodes and processors among concurrent users to prevent resource conflicts and maximize efficiency. It coordinates the simultaneous launch of multiple processes across different physical servers to execute parallel jobs and scientific workloads.

The platform covers broad capability areas including batch job scheduling, compute resource allocation, and parallel workload execution. It manages the timing and execution of jobs based on resource availability and priority.

Features

  • HPC Resource Allocation - Manages hardware resource allocation and job priority specifically for high-performance computing environments.
  • High-Performance Computing - Executes computationally intensive tasks across distributed hardware architectures using a cluster manager.
  • Managed Cluster Batch Execution - Queues and executes large-scale computational batch workloads across multiple compute nodes in a cluster.
  • Process Coordination - Synchronizes the simultaneous launch of multiple processes across different physical servers for parallel jobs.
  • HPC Cluster Orchestrations - Provides orchestration and resource management of large-scale computational workloads across high-performance computing clusters.
  • Cluster Workload Managers - Controls the execution and timing of high performance computing jobs to ensure optimal hardware utilization.
  • Priority-Based Job Schedulers - Queues and executes batch computational workloads based on priority and resource availability.
  • Batch Schedulers - Queues and executes computational batch tasks based on priority and available hardware.
  • Job Execution Controllers - Provides runtime control over the start, stop, and monitoring of work across allocated compute nodes.
  • Remote Job Dispatchers - Dispatches control signals from a central manager to specific nodes to trigger task execution.
  • Resource Allocation - Distributes hardware nodes and processors across a cluster to ensure efficient utilization.
  • Queue Priority Scheduling - Orders pending workloads in a logical queue and dispatches them according to user priorities.
  • Parallel Job Orchestrators - Coordinates the simultaneous launch and execution of parallel workloads across multiple processes and distributed compute nodes.
  • Distributed Workload Execution - Runs single computational tasks across multiple compute nodes simultaneously to reduce processing time.
  • Resource Access Arbitrators - Resolves conflicting requests for available system resources through a centralized coordinator.
  • Distributed Node Agents - Uses lightweight agents on every compute node to manage local job execution and report health status.
  • Distributed Job Executors - Executes and monitors computational workloads by integrating with distributed compute nodes.
  • Scientific Workload Schedulers - Schedules the timing and execution of complex scientific workloads across a network of distributed servers.
  • State-Based Resource Tracking - Maintains a real-time database of node availability and allocations to prevent hardware oversubscription.
  • Infrastructure and Deployment - Scalable workload manager for high-performance computing.
  • Infrastructure Management - Scalable workload manager for high-performance computing.
  • Resource Scheduling - Highly scalable workload manager for high-performance computing.

Star history

Star history chart for schedmd/slurmStar history chart for schedmd/slurm

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Slurm

Similar open-source projects, ranked by how many features they share with Slurm.
  • polyaxon/polyaxonpolyaxon avatar

    polyaxon/polyaxon

    3,707View on GitHub↗

    Polyaxon is a Kubernetes-native machine learning orchestration platform and MLOps pipeline orchestrator. It serves as a control plane for managing distributed deep learning workloads, automated machine learning pipelines, and experiment tracking. The platform distinguishes itself through specialized services for distributed training management, including MPI-based coordination for PyTorch and TensorFlow. It provides an automated hyperparameter optimization service utilizing Bayesian, random, and grid search algorithms, alongside managed interactive AI workspaces for launching Jupyter notebook

    MDX
    View on GitHub↗3,707
  • microsoftdocs/azure-docsMicrosoftDocs avatar

    MicrosoftDocs/azure-docs

    10,894View on GitHub↗

    Azure Docs is the official technical documentation repository for Microsoft Azure, the cloud computing platform. It provides comprehensive guidance on the full spectrum of Azure services, covering everything from core infrastructure components like virtual machines, Kubernetes clusters, and serverless computing to platform services for AI, machine learning, data analytics, and storage. The documentation details how to provision, manage, and govern cloud resources at scale, including policy enforcement, identity management, and cost optimization. The documentation distinguishes Azure through i

    Markdownskilling
    View on GitHub↗10,894
  • zhaochenyang20/awesome-ml-sys-tutorialzhaochenyang20 avatar

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371View on GitHub↗

    This project provides a comprehensive technical guide and framework for engineering large-scale machine learning systems. It covers the full lifecycle of model development, focusing on the infrastructure and computational principles required to build, train, and serve generative AI models across distributed GPU clusters. The repository distinguishes itself by offering deep-dive tutorials and implementation strategies for complex system challenges. It emphasizes high-performance architectural primitives, such as collective communication orchestration, distributed tensor sharding, and static gr

    Python
    View on GitHub↗5,371
  • inngest/inngestinngest avatar

    inngest/inngest

    5,499View on GitHub↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Go
    View on GitHub↗5,499
See all 30 alternatives to Slurm→

Frequently asked questions

What does schedmd/slurm do?

Slurm is a cluster workload manager and job scheduler designed for high-performance computing environments. It functions as a distributed compute orchestrator that queues and executes large-scale computational tasks across multiple compute nodes in a cluster.

What are the main features of schedmd/slurm?

The main features of schedmd/slurm are: HPC Resource Allocation, High-Performance Computing, Managed Cluster Batch Execution, Process Coordination, HPC Cluster Orchestrations, Cluster Workload Managers, Priority-Based Job Schedulers, Batch Schedulers.

What are some open-source alternatives to schedmd/slurm?

Open-source alternatives to schedmd/slurm include: polyaxon/polyaxon — Polyaxon is a Kubernetes-native machine learning orchestration platform and MLOps pipeline orchestrator. It serves as… microsoftdocs/azure-docs — Azure Docs is the official technical documentation repository for Microsoft Azure, the cloud computing platform. It… zhaochenyang20/awesome-ml-sys-tutorial — This project provides a comprehensive technical guide and framework for engineering large-scale machine learning… inngest/inngest — Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background… dask/dask — Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows… aliyuncontainerservice/log-pilot — Collect logs for docker containers.