Jobpool is a shell script utility for running jobs in parallel
Jobpool is a shell script utility for running jobs in parallel. It manages a queue of jobs by ensuring that no more than J jobs run at one time, and does so portably and with low overhead. (Currently the only available documentation is the webpage for this utility, so this port downloads and installs it as well.)
Jobpool is a shell script utility for running jobs in parallel. It manages a queue of jobs by ensuring that no more than J jobs run at one time, and does so portably and with low overhead. (Currently the only available documentation is the webpage for this utility, so this port downloads and installs it as well.)
To install jobpool, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jobpool
To see what files were installed by jobpool, run:
port contents jobpool
To later upgrade jobpool, run:
sudo port selfupdate && sudo port upgrade jobpool
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.