diff options
Diffstat (limited to 'net/pvm/pkg-descr')
| -rw-r--r-- | net/pvm/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/pvm/pkg-descr b/net/pvm/pkg-descr new file mode 100644 index 000000000000..8a8a82d4c1a3 --- /dev/null +++ b/net/pvm/pkg-descr @@ -0,0 +1,12 @@ +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 |
