Package jobclient: Information
Source package: jobclient
Version: 2022.6-alt1
Build time: Dec 14, 2024, 07:19 PM
Category: Development/Other
Report package bugHome page: https://github.com/olsner/jobclient
License: MIT
Summary: GNU Make jobserver and jobclient
Description:
Primarily, this allows shell scripts and other software to submit jobs to a running Make job server, waiting for free slots (usually corresponding to CPUs) to become available before they start. To submit a job, instead of running your command directly, prepend jobclient to it and run it in the background. The jobclient utility will contact the job server, wait for a free job slot (without using CPU), then launch the command given as its arguments.
Maintainer: George V. Kouryachy