Parallel Computing Stuff:

Here, I am sharing some great and useful links of Parallel Computing:


1) Parallel Computing: Click Here
2) Pipeling (CAO Tutorials):Click Here
3) Dynamic Scheduling: Click Here Click Here
==>Score Board: Click Here Click Here
2) MPI Tutorials:Click Here
Click Here Link2

Difference Between Core 2 Due and Dual Core:
Dual Core is Technology which is used by every company and Intel used this technology called Intel Core 2 Due.(It is same as Diaper(Dual Core) and Pamper(Core 2 Due))
Difference between Multicore and Multiprocessor:
a mutli-processor system is a system that contains more than one physical processor. each of those processors can contain multiple cores AND
in a multi-core processor each of the cores are generally slower (in raw speed) than a fast single-core processor. Also, all of the cores in that processor share the same system bus and main memory. However, for most daily tasks this isn't a noticeable issue and for most users the system will feel faster as they are able to do more simple tasks at once.

in a multi-processor system performance will be increased in cases where there are multiple high intensity tasks being performed. depending on the motherboard this may be because each processor will have its own dedicated bus and/or main memory, allowing them to use the full capabilities of each for those tasks.

Comments