- Measuring the effect of Parallelization
Using one of the suggested methods in class ( p-threads, OpenMP, C-Sharp or Java Threads) implement an application that adds two integer vectors (A,B) and store the result on vector C. The size of these vectors is to be set at 67108864. Measure the time it takes to do this vector addition for sequential
implementation and parallel implementation by varying the thread number from 2,3,... some max value you decide. (Hint: You need to make sure each thread gets similar amounts
Recommended Answers
Jump to PostDo you have a question?
All 2 Replies
JamesCherrill
4,293
Most Valuable Poster
Moderator
Featured Poster
rubberman
1,355
Nearly a Posting Virtuoso
Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.