Thread: prefix sum using thread/fork

  1. #1
    Registered User
    Join Date
    Feb 2011
    Posts
    1

    prefix sum using thread/fork

    How to compute the prefix sum in parallel (May use Thread or fork).
    You can extend this program to write with OpenMP.

  2. #2
    Registered User
    Join Date
    May 2010
    Location
    Naypyidaw
    Posts
    1,314
    Yes. Do your homework.
    Read forum rules.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Write a program to model a simple calculator
    By Annihilate in forum C Programming
    Replies: 5
    Last Post: 11-22-2010, 01:14 PM
  2. Application Repeatition
    By lgcarter in forum C Programming
    Replies: 3
    Last Post: 06-16-2009, 02:07 PM
  3. Minor Problem
    By stewie1986 in forum C Programming
    Replies: 6
    Last Post: 11-30-2007, 08:40 AM
  4. a sum equal to or in excess of 100
    By lyoncourt in forum C Programming
    Replies: 6
    Last Post: 10-07-2007, 05:43 PM
  5. string to int conversion not using atoi()
    By linucksrox in forum C Programming
    Replies: 2
    Last Post: 05-19-2004, 12:17 AM