016b72a668
Parallel::Pvm is a perl extension for the parallel virtual machine (PVM) message-passing system.
14 lines
511 B
Text
14 lines
511 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2002/10/13 04:30:05 dmcmahill Exp $
|
|
|
|
The two examples included here are crafted after the C language hello
|
|
and hello_other programs which come with PVM. To run this example,
|
|
start the pvm daemon by running
|
|
|
|
${PVM_ROOT}/lib/pvmd &
|
|
|
|
Now execute the hello.pl program by running
|
|
|
|
${PREFIX}/share/examples/p5-Parallel-Pvm/hello.pl
|
|
|
|
===========================================================================
|