PM2 (original) (raw)

About DBpedia

The Parallel Multithreaded Machine (PM2) is a software for parallel networking of computers. PM2 is an open-source distributed multithreaded programming environment designed to support efficiently distributed programs with a highly irregular behavior (e.g. branch and bound search, computation on sparse matrices, etc.) on distributed architectures. It is distributed under the GPL. PM2 runs on most Unix platforms.

Property Value
dbo:abstract The Parallel Multithreaded Machine (PM2) is a software for parallel networking of computers. PM2 is an open-source distributed multithreaded programming environment designed to support efficiently distributed programs with a highly irregular behavior (e.g. branch and bound search, computation on sparse matrices, etc.) on distributed architectures. It is distributed under the GPL. PM2 adheres to the SPMD (Single Program Multiple Data) programming model, in a way very similar to the PVM and MPI communication libraries. The user writes a single program text, a copy of which is launched by a specific load command on each processing node of the current configuration. It is up to the programmer to include branching so as to differentiate between the processing nodes. This way it allows a network of heterogeneous machines to be used as a single distributed parallel processor. It is primarily designed for medium-size clusters of commodity processing nodes interconnected by high-performance networks, but nothing prevents the use on massively parallel MIMD machines at one end of the spectrum, or as a support for metacomputing over the Internet on the other end. It supports heterogeneous networking configurations, such as sets of interconnected clusters. Distinguishing features of PM2 include its priority driven scheduling policy, its thread migration mechanisms and its ability to ease the development of various load balancing policies. It can manage several hundreds of threads on each available physical processor. The PM2 interface provides functionalities for the management of this high degree of parallelism and for dynamic load balancing. The thread management subsystem of PM2 is called Marcel (named after Marcel Proust) and its communication subsystem Madeleine, a French sweet that supposedly played a central role in the life of Marcel Proust. PM2 features an additional functionality to provide threads with a uniform access to data, whatever their physical location. It is called DSM-PM2. PM2 runs on most Unix platforms. (en)
dbo:wikiPageExternalLink http://runtime.bordeaux.inria.fr/pm2-doc/ http://www.slate.com/id/2118443/
dbo:wikiPageID 4705629 (xsd:integer)
dbo:wikiPageLength 3325 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1114240822 (xsd:integer)
dbo:wikiPageWikiLink dbr:Metacomputing dbr:Branch_and_bound dbr:Unix dbr:GPL dbc:Free_computer_programming_tools dbr:Distributed_Computing dbr:Marcel_Proust dbr:Sparse_matrices dbr:Madeleine_(cake) dbr:Software dbr:Multiple_instruction,_multiple_data dbr:Parallel_Computing dbr:PVM dbr:Thread_(computer_science)
dbp:wikiPageUsesTemplate dbt:Other_uses dbt:Portal dbt:Refbegin dbt:Refend
dct:subject dbc:Free_computer_programming_tools
gold:hypernym dbr:Software
rdf:type dbo:Software
rdfs:comment The Parallel Multithreaded Machine (PM2) is a software for parallel networking of computers. PM2 is an open-source distributed multithreaded programming environment designed to support efficiently distributed programs with a highly irregular behavior (e.g. branch and bound search, computation on sparse matrices, etc.) on distributed architectures. It is distributed under the GPL. PM2 runs on most Unix platforms. (en)
rdfs:label PM2 (en)
owl:sameAs freebase:PM2 wikidata:PM2 https://global.dbpedia.org/id/4t3e3
prov:wasDerivedFrom wikipedia-en:PM2?oldid=1114240822&ns=0
foaf:isPrimaryTopicOf wikipedia-en:PM2
is dbo:wikiPageRedirects of dbr:Pm2
is dbo:wikiPageWikiLink of dbr:Pm2 dbr:Thread_(computing) dbr:PM2_(disambiguation)
is foaf:primaryTopic of wikipedia-en:PM2