Parallel Files Processing

This software processes the files presents in the data folder by blocks of n files in parallel.

Manual :

1- if not already installed, install Perl free programming language.

2- install Gnu parallel.

3- unzip the software.

4- copy your files in data/ folder.

5- edit the configuration file to set the number of CPUs and the command to parallelize

The program must take one file as argument : program_name file_name.

For example : <command=wc -l> will count the lines of every files in data/

6-execute the software by the command : perl software_name or double click on the .pl file