Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hpc-gridware/clusterscheduler
A drop-in replacement of #SunGridEngine (SGE) or #UnivaGridEngine (UGE) with modern features, stable, and ultra-fast.
https://github.com/hpc-gridware/clusterscheduler
gcs gridengine gridwareclusterscheduler hpc jobscheduler ocs openclusterscheduler sge uge
Last synced: 3 days ago
JSON representation
A drop-in replacement of #SunGridEngine (SGE) or #UnivaGridEngine (UGE) with modern features, stable, and ultra-fast.
- Host: GitHub
- URL: https://github.com/hpc-gridware/clusterscheduler
- Owner: hpc-gridware
- License: apache-2.0
- Created: 2023-12-06T11:54:05.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:16:00.000Z (2 months ago)
- Last Synced: 2024-10-29T09:33:32.017Z (2 months ago)
- Topics: gcs, gridengine, gridwareclusterscheduler, hpc, jobscheduler, ocs, openclusterscheduler, sge, uge
- Language: C++
- Homepage: https://www.hpc-gridware.com/
- Size: 66 MB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: License_APACHE_v2-0.txt
Awesome Lists containing this project
- awesome-high-performance-computing - Open Cluster Scheduler - A scalable HPC/AI workload manager based on SGE. (Software / Trends)
README
# Open Cluster Scheduler
We are pleased to announce that we will continue the development of the Univa Open Core Grid Engine, which in
turn is based on the open source Sun Grid Engine originally published by Sun Microsystems. Renamed
"Open Cluster Scheduler", this project will remain open source under the SISSL v2 licence, with the source code
available here.In addition to maintaining the open source version, we will introduce advanced features under the name
"Gridware Cluster Scheduler". This iteration will be offered with commercial support and consulting services from
HPC-Gridware GmbH. The new features will be released under the Apache Licence v2.0.## Choosing the Code Base
After careful consideration, we have selected the Univa code base as our foundation. Despite the availability of
alternatives like Open Grid Scheduler and Some/Son of Grid Engine, the Univa version aligns best with our goal of
making significant codebase improvements. Our inaugural release — version 9.0.0 — will mark a modernization effort,
aligned with the ongoing growth in HPC and AI workloads which demand faster, more flexible computing clusters.Technological advancements in CPU and GPU design necessitate advanced decision-making algorithms for schedulers.
We aim to tackle these challenges, ensuring the Cluster Scheduler codebase can effectively support modern
multi-core CPUs, GPUs, NPUs, and FPGAs.## Roadmap
Our immediate focus is on laying a robust foundation for the future of cluster schedulers. The following updates will be part of the initial "Open Cluster Scheduler" release:
- **Codebase Modernization**: Convert the code base to C++ and CMake.
- **Development Environment Support**: Facilitate modern development environments (e.g., CLion).
- **Data and Threading**: Update internal data stores and threading mechanisms.
- **Concurrency Enhancements**: Improve concurrent execution within the master service for better thread parallelism.
Key enhancements planned for version 9.0.0 include:
- **Resource Management**: Implement RSMAPs for host-specific resource management, such as GPUs and other accelerators.
- **Hardware Integration**: Integrate with the hwloc library for hardware topology and architecture analysis.
- **Architectural Support**: Extend support for diverse computer architectures, including Linux on Intel/AMD64 (lx-amd64),
AArch64 (lx-arm64), OpenPower (lx-ppc64le), RISC-V (lx-riscv64), Apple’s ARM-based CPUs (darwin-arm64), Solaris on Intel/AMD64 (sol-amd64), and FreeBSD for Intel/AMD64 (fbsd-amd64).
- **Usage Reporting**: Enhance online usage reporting and introduce customizable accounting values.
- **Security Measures**: Implement request limits to guard against denial-of-service attacks.
- **Container Builds**: Facilitate container-based builds.
- **Container Support**: Support for HPC container runtimes like Apptainer/Singularity, podman, Sarus, ...To further improve usability and maintainability, we plan to remove outdated or rarely-used components:
- **GUI Modernization**: Discontinue the old Motif-based GUI.
- **Shell Simplification**: Remove qtcsh, aligning with other commercial schedulers.
- **Code Simplification**: Phase out complex components like the JGDI interface and its associated services.
- **CSP Mode**: Temporarily suspend CSP mode due to low user adoption.This roadmap outlines our strategic goals to modernize, expand, and streamline the Open Cluster Scheduler, setting the stage for future innovations and enhanced performance.
## Join the Conversations
We would love for you to join us in this exciting project! Please share your questions, suggestions, or interest in
contributing to this project. You can reach out to us via the public users Google Group. If you are just curious about
the project's progress, you can subscribe to the Git Google Group for our project.- [email protected]
- [email protected]## Commercial Offering
If you're ready to test the Gridware Cluster Scheduler, which is available with extensions and for which we provide
commercial support, then get in touch! We can't wait to hear from you!- [email protected]
- [HPC-Gridware](https://www.hpc-gridware.com/)## Daily Build
A daily build of the master branch of the Open Cluster Scheduler is provided by HPC-Gridware. Packages can be downloaded here:
- [Prebuild packages (for lx-amd64, lx-arm64, lx-riscv64, fbsd-amd64 ...)](https://www.hpc-gridware.com/download-main/)
Please be aware that this build is done from the main development branch. It is not a stable and QAed release.
Use it for testing purposes but not in a productive environment.## Other Documents
- [Build Instructions](https://github.com/hpc-gridware/clusterscheduler/blob/master/doc/markdown/manual/development-guide/01_prepare_dev_env.md)
- [Installation Guide](https://github.com/hpc-gridware/clusterscheduler/blob/master/doc/markdown/manual/installation-guide/01_planning_the_installation.md)## Other Repositories
- [Open Cluster Scheduler Testsuite](https://github.com/hpc-gridware/testsuite)
- [DRMAA Java Binding for Open Cluster Scheduler](https://github.com/hpc-gridware/drmaa-java)
- [Go Cluster Scheduler API](https://github.com/hpc-gridware/go-clusterscheduler)## Cluster Scheduler Related Blog-Posts of HPC-Gridware
- [Announcing Gridware Cluster Scheduler 9.0.0 Release](https://www.hpc-gridware.com/announcing-gridware-cluster-scheduler-9-0-0-release/)
- [Announcing Open Cluster Scheduler 9.0.0 Release](https://www.hpc-gridware.com/announcing-open-cluster-scheduler-9-0-0-release/)
- [Running Nextflow Pipelines on Gridware Cluster Scheduler: An RNA Sequencing Example using Apptainer](https://www.hpc-gridware.com/running-nextflow-pipelines-on-gridware-cluster-scheduler-an-rna-sequencing-example-using-apptainer/)
- [Efficiently Managing GPUs with Open Cluster Scheduler’s RSMAP Resource Type](https://www.hpc-gridware.com/efficiently-managing-gpus-with-open-cluster-schedulers-rsmap-resource-type/)
- [Open Cluster Scheduler: The Future of Open Source Workload Management](https://www.hpc-gridware.com/announcing-open-cluster-scheduler-next-generation-open-source-workload-management/)
- [Preparations for the first version of Cluster Scheduler](https://www.hpc-gridware.com/preparations-for-the-first-version-of-cluster-scheduler/)
- [One product, three people and a handful of companies](https://www.hpc-gridware.com/one-product-three-people-and-a-handful-of-companies/)## License
The original files contributed by Sun Microsystems are licensed under
- [Sun Industry Standards Source License v1.2](https://github.com/hpc-gridware/clusterscheduler/blob/master/License_SISSL_v1-2.txt)
Newer contributions from HPC-Gridware GmbH (and others like Univa Inc. or individual contributors) are licensed under
- [Apache License v2.0](https://github.com/hpc-gridware/clusterscheduler/blob/master/License_APACHE_v2-0.txt)
Distribution packages might contain support for 3rd-party tools and libraries. License Information for corresponding
components is available under- [3rd Party License Information](https://github.com/hpc-gridware/clusterscheduler/blob/master/source/dist/3rd_party/3rd_party_licscopyrights.md)
There is NO WARRANTY, to the extent permitted by law.