Parallel programming

  • Thread starter Thread starter ChukerSweet
  • Start date Start date
C

ChukerSweet

Hi guys!
Small question here. What's the point o parallel programming (let's say openMPI ) when restrain to a single computer.
I have to perform some simulations that use a considerable amount of memory ( handleable anyways just ain't small ) but it does takes allot of time to run. The program itself is already optimized and written in C++.
The thing is that I don't get the point of parallel programming if I'm going to use only mi PC ( intel i5 ), and specially if the main issue is not "hard" memory but rather RAM memory ( if I'm getting the picture correctly )
Could someone clarify plz?
Thx in advance.

Continue reading...
 
Back
Top