.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .TH PARAFLY "1" "February 2015" "ParaFly 0.0.2013.01.21" "User Commands" .SH NAME ParaFly \- parallel command processing using OpenMP .SH SYNOPSIS .B ParaFly .SH 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. .SH OPTIONS .P Required: .TP \fB\-c\fR filename containing list of bash\-style commands to execute .TP \fB\-CPU\fR number_of_threads .P Optional: .TP \fB\-shuffle\fR randomly shuffles the command order. .TP \fB\-failed_cmds\fR filename to capture failed commands. default("FailedCommands") .TP \fB\-v\fR simple progress monitoring. .TP \fB\-vv\fR increased verbosity in progress monitoring. .PP 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.