{"id":19975878,"url":"https://github.com/jfjlaros/smake","last_synced_at":"2025-07-24T19:01:52.548Z","repository":{"id":80229666,"uuid":"450788894","full_name":"jfjlaros/smake","owner":"jfjlaros","description":"GNU Make for SLURM clusters.","archived":false,"fork":false,"pushed_at":"2022-01-22T19:49:04.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T18:47:09.172Z","etag":null,"topics":["cluster","gnu-make","makefile","slurm"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jfjlaros.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-22T10:47:53.000Z","updated_at":"2022-04-19T16:55:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b235b4b-9cef-463a-b815-830c23a6328e","html_url":"https://github.com/jfjlaros/smake","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jfjlaros/smake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfjlaros%2Fsmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfjlaros%2Fsmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfjlaros%2Fsmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfjlaros%2Fsmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jfjlaros","download_url":"https://codeload.github.com/jfjlaros/smake/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfjlaros%2Fsmake/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261392182,"owners_count":23151719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cluster","gnu-make","makefile","slurm"],"created_at":"2024-11-13T03:20:48.328Z","updated_at":"2025-06-23T01:08:49.084Z","avatar_url":"https://github.com/jfjlaros.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"SMake\n=====\n\nWrapper that enables `GNU Make`_ to make use of a Slurm_ cluster.\n\n\nQuick Start\n-----------\n\nA normal ``Makefile`` can be used by overriding the ``SHELL`` variable.\n\n::\n\n   make \"SHELL=./wrapper\" -j 100\n\nAlternatively, this can be set in the ``Makefile`` itself.\n\n.. code-block:: make\n\n    SHELL := ./wrapper\n\nJob parameters\n~~~~~~~~~~~~~~~\n\nThe ``SBATCH`` environment variable can be used for setting default sbatch_\noptions.\n\n::\n\n    export SBATCH=\"--mem=1G\"\n\nAlternatively, this can be set in the ``Makefile`` itself.\n\n.. code-block:: make\n\n    export SBATCH := --mem=1G\n\nDefaults can be overridden per rule using the ``SBATCH`` variable.\n\n.. code-block:: make\n\n    SBATCH=\"--mem=2G\" mycommand\n\nLocal rules\n~~~~~~~~~~~\n\nRules that start with a definition of the ``LOCAL`` variable are executed\nlocally.\n\n.. code-block:: make\n\n    LOCAL=\"true\" mycommand\n\n\n.. _Slurm: https://slurm.schedmd.com/\n.. _`GNU Make`: https://www.gnu.org/software/make/\n.. _sbatch: https://slurm.schedmd.com/sbatch.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfjlaros%2Fsmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjfjlaros%2Fsmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfjlaros%2Fsmake/lists"}