The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

matrix_grid.pl -- A simple example of parallel distributed computing

SYNOPSIS

  ./matrix_grid.pl [options]

  --config  configuration_file

  --np number_of_processes

  --a file name of matrix A

  --b file name of matrix B

  --result file name of the result matrix

  --clean
       flag: clean files after execution

DESCRIPTION

This example uses the method open to create unidirectional pipes for communications among different processes.