Phoenix System of Stanford University (single-machine multicore mapreduce applications)

Source: Internet
Author: User

First, Introduction:

1, Phoenix is in the shared memory of the MapReduce implementation of the architecture. Its goal is to make programs execute more efficiently on multi-core platforms, and to keep programmers from having to care about concurrent management. In fact, concurrent management, though an experienced programmer, inevitably makes an error on this. 2. The Phoenix consists of a set of simple APIs open to application developers and an efficient runtime composition. runtime system handlers concurrency, resource management, and bug fixes, which are built on top of P-thread and, of course, easily ported to other shared memory line threading.

3, the website http://mapreduce.stanford.edu/can download to the newest program and the source code.

second, I use the platform:kubuntu-11.10-desktop-amd64

Third, note: The operating system must be 64 bits, need to compile with GNU make

Iv. Summary of issues

Problems encountered in Q1:make:

Undefined reference to ' sem_wait ' undefined reference to ' sem_post ' undefined
reference to ' Sem_destroy
' Undefined reference to ' sem_init '
A1: Add parameters When debugging-pthread Note: These issues did not occur on the Redhat Server Edition.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.