mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
767eb5c7d2
PR: ports/10562 Submitted by: Dima Sivachenko dima@netserv1.chg.ru
13 lines
609 B
Plaintext
13 lines
609 B
Plaintext
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 different architectures,
|
|
located 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.
|
|
|
|
http://www.epm.ornl.gov/pvm/pvm_home.html
|