General method of Parallel Algorithm Design

Source: Internet
Author: User
1. Serial AlgorithmDirect parallelization

Explore and utilize the parallelism in existing serial algorithms, and directly transform the serial algorithms into parallel algorithms.

The method of direct parallelization by serial algorithms is one of the most common methods of parallel algorithm design;

Not all serial algorithms can be directly parallelized;

A good serial algorithm cannot be parallelized into a good parallel algorithm;

Many numerical serial algorithms can be parallelized into effective numerical parallel algorithms.

2. Redesign of Parallel Algorithms

Based on the Problem description, a new parallel algorithm is designed without considering the corresponding serial algorithm.

Explore the inherent characteristics of the problem and the relationship between parallelism;

Designing new parallel algorithms is a challenging and creative task;

The use of string periodic PRAM-CRCW algorithm is a good example;

3. Use existing algorithms to solve new problems

Find the connection between the problem solved and a resolved problem;

Transform or use known algorithms to solve problems.

 

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.