Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

13
parallel/pvm3/DESCR Normal file
View File

@@ -0,0 +1,13 @@
PVM (Parallel Virtual Machine) is a portable message-passing programming
system, designed to link separate host machines to form a ``virtual
machine'' which is a single, manageable computing resource.
The virtual machine can be composed of hosts of varying types, in
physically remote locations. PVM applications can be composed of any
number of separate processes, or components, written in a mixture of C,
C++ and Fortran. The system is portable to a wide variety of
architectures, including workstations, multiprocessors, supercomputers and
PCs.
PVM is a byproduct of ongoing research at several institutions, and is
made available to the public free of charge.