diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-10-13 04:30:05 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-10-13 04:30:05 +0000 |
commit | 016b72a6681c32bddd614267eef26c49271decf6 (patch) | |
tree | 628721b64d89dfe138c93a2fb6300819f3dc6780 /parallel/p5-Parallel-Pvm/MESSAGE | |
parent | 07613eebf7f9be152cb1616d7a60afdc12caaaeb (diff) | |
download | pkgsrc-016b72a6681c32bddd614267eef26c49271decf6.tar.gz |
initial import of p5-Parallel-Pvm-1.3.0
Parallel::Pvm is a perl extension for the parallel virtual machine
(PVM) message-passing system.
Diffstat (limited to 'parallel/p5-Parallel-Pvm/MESSAGE')
-rw-r--r-- | parallel/p5-Parallel-Pvm/MESSAGE | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/parallel/p5-Parallel-Pvm/MESSAGE b/parallel/p5-Parallel-Pvm/MESSAGE new file mode 100644 index 00000000000..403b0ad2088 --- /dev/null +++ b/parallel/p5-Parallel-Pvm/MESSAGE @@ -0,0 +1,14 @@ +=========================================================================== +$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 + +=========================================================================== |