Jump to content

Talk:Parallel Virtual Machine

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by The wub (talk | contribs) at 08:26, 27 April 2007 (move sourcetype category to talk page per discussion using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:FOLDOC talk

Conflicting information

Both Parallel Virtual Machine and Message Passing Interface have conflicting information, and blatant POV.

From Parallel Virtual Machine as of February 6, 2007:

PVM enables users to exploit their existing computer hardware to solve much larger problems at minimal additional cost. Hundreds of sites around the world are using PVM to solve important scientific, industrial, and medical problems in addition to PVM's use as an educational tool to teach parallel programming. With tens of thousands of users, PVM has become the de facto standard for distributed computing world-wide.

From Message Passing Interface as of February 6, 2007:

MPI is a de facto standard for communication among the processes modeling a parallel program on a distributed memory system. Often these programs are mapped to clusters, actual distributed memory supercomputers, and to other environments. However, the principal MPI-1 model has no shared memory concept, and MPI-2 has only a limited distributed shared memory concept used in one portion of that set of extensions.

Since both PVM and MPI are used for distributed parallel applications, more or less for the same purpose, but they are incompatible with each other, it is strange that both are de facto standard.

--Juliano (T) 00:47, 21 February 2007 (UTC)[reply]