Click here to Skip to main content
15,891,473 members
Articles / Programming Languages / C#

Multicore Speedup Analysis using Jacobi Relaxation Running on Multiple Threads

Rate me:
Please Sign up or sign in to vote.
3.18/5 (8 votes)
10 Jul 2007CPOL3 min read 39K   220   16  
Analyse the speedup achieved by multicore processors by running a computation intensive task, using multithreading to create 1 separate thread per processor.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Sri Lanka Sri Lanka
coding in C# C++ C

==============================================

Code in English, not Gibberish Smile | :)

Comments and Discussions