Skip to content

0x9900/pexec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pexec

Execute task in parallel.

Usage:

Usage: pexec.py [options] [jobfile | -]

Execute all the command lines found in jobfile in parallel. Use '-' as
instead of jobfile to read all the commands from stdin.

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -n NB_PROCS, --nb-procs=NB_PROCS
                        Number of concurent processed to run in parallel by
                        default it is equal to the number of CPUs (2)

Note:

By default, the number of process that are run in parallel is equal to the number of CPU. Use the option --nb-procs to change that number.

About

Execute tasks in parallel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages