Parallel WBST (Wordned Based Synonymy Test) runs tests in parallel environment.

Command line options:
--help			- printing help message with list of possible options
--version		- prints version number
--config-file arg	- command for config file input
--no-loop		- each function will be processed only for 1 wbst test(1 by 1)
--no-xml		- results for each test won't be saved in xml file

Options in config file:
--wbst arg		- Files with WBST tests
--matrices arg		- Paths with matrices
--sim arg		- Similarity functions with parameters
--outdir arg		- Output directory
--flex arg		- Flex class for a test
--load-ccs arg		- Whether matrices should be loaded using ccs files

How to run parallel WBST on grid with installed MPI:

mpirun -n arg1 --hostfile arg2 ./parallelWBST --config-file arg3 arg4 arg5
arg1	- Number of nodes, on which we will compute. 1 of nodes is master node dividing work between slaves.
arg2	- File with hostnames of available machines. Should be provided by administrator.
arg3	- Configuration file for parallelWBST
arg4	- no-loop (optional)
arg5	- no-xml (optional)
