Parallel Random Access Machine

From Wikipedia, the free encyclopedia

(Redirected from EREW)
Jump to: navigation, search

A Parallel Random Access Machine (PRAM) is an abstract machine for designing the algorithms applicable to parallel computers. It eliminates the focus on miscellaneous issues such as synchronization and communication, but lets designer think explicitly about the exploitation of concurrency. In terms of Flynn's taxonomy, PRAMs are multiple instruction multiple data (MIMD) computers.

The operation of a synchronous PRAM can result in simultaneous access by multiple processors to the same location in shared memory. There are several variants of our PRAM model, depending on whether such simultaneous access is permitted or prohibited. As accesses can be reads or writes, there are four possibilities:

  1. Exclusive Read Exclusive Write (EREW) - every memory cell can be read or written to by only one processor at a time
  2. Concurrent Read Exclusive Write (CREW) - multiple processors can read a memory cell but only one can write at a time
  3. Exclusive Read Concurrent Write (ERCW) - never considered
  4. Concurrent Read Concurrent Write (CRCW) - multiple processors can read and write
Common CRCW - if processors writing the same value, OK; otherwise, it is an illegal operation
Arbitrary CRCW - one attempt is successful (we don't know which in advance), others retire
Priority CRCW - rank indicates who gets to write

Algorithms are written in pseudo-code as there is no actual implementation of a PRAM, (except University of Maryland James Clark School of Engineering as yet unnamed machine) . However, these kinds of algorithms are useful for understanding the exploitation of concurrency, dividing the original problem into similar sub-problems and solving them in parallel.

Keller, Jörg; Christoph Keßler, Jesper Träff (2001). Practical PRAM Programming. John Wiley and Sons. 0471353515. 

Advanced Search
Included Web Search Engines


Safe Search

close

Top Matching Results

Occasionally Search.com will highlight specialized results that are based on the context of your query. Examples of specialized results include specific links to news, images, or video.

Top Matching Results may highlight information from other Search.com pages, content from the CNET Network of sites, or third party content. The listings are based purely on relevance. Search.com does not receive payment for listings in this section but our partners that provide this data may get paid for listing these products.

Sponsored Links

This section contains paid listings which have been purchased by companies that want to have their sites appear for specific search terms and related content. These listings are administered, sorted and maintained by a third party and are not endorsed by Search.com.

Search Results

Search.com sends your search query to several search engines at one time and integrates the results into one list which has been sorted by relevance using Search.com's proprietary algorithm. You can customize the list of search engines included in your metasearch from the preferences.

The search engines that are used in your metasearch may allow companies to pay to have their Web sites included within the results. To view the Paid Inclusion policy for a specific search engine, please visit their Web site. Search.com does not accept payment or share revenue with any search engine partner for listings in this section.