{"id":50774703,"url":"https://github.com/roastercode/slurm","last_synced_at":"2026-06-11T22:30:19.954Z","repository":{"id":350507411,"uuid":"1207142969","full_name":"roastercode/slurm","owner":"roastercode","description":"Slurm fork with cross-compilation fixes for Yocto/OpenEmbedded","archived":false,"fork":false,"pushed_at":"2026-04-10T16:28:43.000Z","size":275230,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"fix/cross-compile-plugin-symbols","last_synced_at":"2026-04-10T18:26:58.849Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roastercode.png","metadata":{"files":{"readme":"README.rst","changelog":"NEWS","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-10T16:11:19.000Z","updated_at":"2026-04-10T16:28:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/roastercode/slurm","commit_stats":null,"previous_names":["roastercode/slurm"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/roastercode/slurm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roastercode%2Fslurm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roastercode%2Fslurm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roastercode%2Fslurm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roastercode%2Fslurm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roastercode","download_url":"https://codeload.github.com/roastercode/slurm/tar.gz/refs/heads/fix/cross-compile-plugin-symbols","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roastercode%2Fslurm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34221150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-11T22:30:19.050Z","updated_at":"2026-06-11T22:30:19.939Z","avatar_url":"https://github.com/roastercode.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Slurm Workload Manager\n--------------------------------------------------------\n\nThis is the Slurm Workload Manager. Slurm\nis an open-source cluster resource management and job scheduling system\nthat strives to be simple, scalable, portable, fault-tolerant, and\ninterconnect agnostic. Slurm currently has been tested only under Linux.\n\nAs a cluster resource manager, Slurm provides three key functions. First,\nit allocates exclusive and/or non-exclusive access to resources\n(compute nodes) to users for some duration of time so they can perform\nwork. Second, it provides a framework for starting, executing, and\nmonitoring work (normally a parallel job) on the set of allocated\nnodes. Finally, it arbitrates conflicting requests for resources by\nmanaging a queue of pending work.\n\nNOTES FOR GITHUB DEVELOPERS\n---------------------------\n\nThe official issue tracker for Slurm is at\n  https://bugs.schedmd.com/\n\nWe welcome code contributions and patches, but **we do not accept Pull Requests\nthrough Github at this time.** Please submit patches as attachments to new\nissues under the \"C - Contributions\" severity level.\n\nSOURCE DISTRIBUTION HIERARCHY\n-----------------------------\n\nThe top-level distribution directory contains this README as well as\nother high-level documentation files, and the scripts used to configure\nand build Slurm (see INSTALL). Subdirectories contain the source-code\nfor Slurm as well as a test suite and further documentation. A\nquick description of the subdirectories of the Slurm distribution follows:\n\n  src/        [ Slurm source ]\n     Slurm source code is further organized into self explanatory\n     subdirectories such as src/api, src/slurmctld, etc.\n\n  doc/        [ Slurm documentation ]\n     The documentation directory contains some latex, html, and ascii\n     text papers, READMEs, and guides. Manual pages for the Slurm\n     commands and configuration files are also under the doc/ directory.\n\n  etc/        [ Slurm configuration ]\n     The etc/ directory contains a sample config file, as well as\n     some scripts useful for running Slurm.\n\n  slurm/      [ Slurm include files ]\n     This directory contains installed include files, such as slurm.h\n     and slurm_errno.h, needed for compiling against the Slurm API.\n\n  testsuite/  [ Slurm test suite ]\n     The testsuite directory contains an extensive collection of tests written\n     for Check, Expect and Pytest.\n\n  auxdir/     [ autotools directory ]\n     Directory for autotools scripts and files used to configure and\n     build Slurm\n\n  contribs/   [ helpful tools outside of Slurm proper ]\n     Directory for anything that is outside of slurm proper such as a\n     different api or such.  To have this build you need to do a\n     make contrib/install-contrib.\n\nCOMPILING AND INSTALLING THE DISTRIBUTION\n-----------------------------------------\n\nPlease see the instructions at\n  https://slurm.schedmd.com/quickstart_admin.html\nExtensive documentation is available from our home page at\n  https://slurm.schedmd.com/slurm.html\n\nLEGAL\n-----\n\nSlurm is provided \"as is\" and with no warranty. This software is\ndistributed under the GNU General Public License, please see the files\nCOPYING, DISCLAIMER, and LICENSE.OpenSSL for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froastercode%2Fslurm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froastercode%2Fslurm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froastercode%2Fslurm/lists"}