Thread Closed

Parallel Processing 2

 
Share Thread Thread Tools
Jun30-09, 02:31 PM   #1
 

Parallel Processing 2


i asked a question that " i need to make a parallel processing " but still wants to know from where i start



I need to learn

Parallel computing processes i.e. I hope to build cluster

Linux Parallel Processing Using Clusters we have 16 processors
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Jun30-09, 02:49 PM   #2
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
A good place to start is probably MPI - a library for linking programs runnign on clusters.
The wiki page is a bit techncial http://en.wikipedia.org/wiki/Message_Passing_Interface but has some examples, the home page might be useful http://www.mcs.anl.gov/research/projects/mpi/
Jun30-09, 03:10 PM   #3
 
MPI is a library for writing code that runs on a parallel implementation. However, if you're trying to MAKE a parallel implementation (i.e. make your own cluster) that's not what you need. I'd start looking through linux websites on cluster building (it also depends a lot on the cluster you wanna build)
Jun30-09, 03:22 PM   #4
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Parallel Processing 2


Good point !

What we found was that at 16nodes pretty much anything will work - just buy whatever CPU is fastest/$ at the moment, get a MB with Gigabit ethernet and as much ram as you can afford. Look at duals when Dell are having a sale, 8*2cpu is often faster than 16*1cpu because half of your interconnects are super fast.

There is an O'Reilly book "Building Beowulf clusters" but it is out of date and wasn't very good when it was new.

For larger clusters (>64nodes) it's worth buying decent rack mount hardware from a proper vendor, otherwise you never have a system that is stable enough to complete a job before some fan fails and a machine hangs.
Racks, network and cooling start to cost you as much as the HW at this point.

Learn about network tuning and TCP packets, buy decent switches don't daisy chain home grade ones. If you need lower latency than ethernet it's probably time to pay the experts.
Jun30-09, 03:35 PM   #5
 
Recognitions:
Gold Membership Gold Member
If you are interested in the software development aspect of it I would recommend just buying CPU time on one of the many "cloud computing" networks. Look into Amazon EC2 or Sun's Grid.

Also, functional programming using Haskell, Erlang, Standard ML is ideal because of its "no side effects" nature.
Jun30-09, 07:31 PM   #6
 
I feel like there's probably a sizable hobby community for this kind of stuff. If you can find the right website there's probably a wealth of information.
Jul1-09, 01:17 AM   #7
 
thank you so much
Thread Closed
Thread Tools


Similar Threads for: Parallel Processing 2
Thread Forum Replies
Image Processing Programming & Comp Sci 4
parallel processing Programming & Comp Sci 1
Signal Processing Programming & Comp Sci 5
MOdular Hypergeometric Sieve and Parallel Processing Linear & Abstract Algebra 5