1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net/pvm/pkg-descr
Alexey Dokuchaev bfcb72208d - Convert from using EXTRACT_SUFX to USES=tar:tgz
- Allow to build on PowerPC
- Do not try to append to MAKE_ENV, do not try to set REINPLACE_ARGS
- Mute MKDIR's, move OPTIONS block where it's typically found
- Reformat port description, kill EOL whitespace, and adjust WWW
2015-09-06 15:41:08 +00:00

13 lines
603 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.
WWW: http://www.csm.ornl.gov/pvm/