awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
SchedMD avatar

SchedMD/slurm

0
View on GitHub↗
4,059 نجوم·855 تفرعات·C·5 مشاهداتslurm.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.
  • إدارة البنية التحتية - مدير أحمال عمل قابل للتوسع للحوسبة عالية الأداء.
  • Resource Scheduling - Highly scalable workload manager for high-performance computing.

سجل النجوم

مخطط تاريخ النجوم لـ schedmd/slurmمخطط تاريخ النجوم لـ schedmd/slurm

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة schedmd/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.

ما هي الميزات الرئيسية لـ schedmd/slurm؟

الميزات الرئيسية لـ schedmd/slurm هي: HPC Resource Allocation, High-Performance Computing, Managed Cluster Batch Execution, Process Coordination, HPC Cluster Orchestrations, Cluster Workload Managers, Priority-Based Job Schedulers, Batch Schedulers.

ما هي البدائل مفتوحة المصدر لـ schedmd/slurm؟

تشمل البدائل مفتوحة المصدر لـ schedmd/slurm: 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… ansible/ansible — Ansible is an agentless infrastructure automation engine designed to manage remote servers and network devices. It…

بدائل مفتوحة المصدر لـ Slurm

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Slurm.
  • polyaxon/polyaxonالصورة الرمزية لـ polyaxon

    polyaxon/polyaxon

    3,707عرض على 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
    عرض على GitHub↗3,707
  • microsoftdocs/azure-docsالصورة الرمزية لـ MicrosoftDocs

    MicrosoftDocs/azure-docs

    10,894عرض على 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
    عرض على GitHub↗10,894
  • zhaochenyang20/awesome-ml-sys-tutorialالصورة الرمزية لـ zhaochenyang20

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371عرض على 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
    عرض على GitHub↗5,371
  • inngest/inngestالصورة الرمزية لـ inngest

    inngest/inngest

    5,499عرض على 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
    عرض على GitHub↗5,499
عرض جميع البدائل الـ 30 لـ Slurm→