logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ParaFly - parallel command processing using OpenMP

Description

       ParaFly  provides  a  simple  mechanism  for running a predefined list of unix commands in parallel using
       multithreading. Failed processes are captured and reported. Successfully executed processes are noted. If
       the process is rerun, only those previously incompleted or failed processes will be executed.

Name

       ParaFly - parallel command processing using OpenMP

Options

       Required:

       -c <str>
              filename containing list of bash-style commands to execute

       -CPU <int>
              number_of_threads

       Optional:

       -shuffle
              randomly shuffles the command order.

       -failed_cmds <str>
              filename to capture failed commands.  default("FailedCommands")

       -v     simple progress monitoring.

       -vv    increased verbosity in progress monitoring.

       Note: This process creates a file named based on your commands  filename  with  a  .completed  extension.
       This  enables a resume functionality, where if rerun, only those commands not completed successfully will
       be reprocessed.

ParaFly 0.0.2013.01.21                            February 2015                                       PARAFLY(1)

Synopsis

ParaFly <options>

See Also