image
Physics Forums Logo
image
image
* Register * Upgrade Blogs Library Staff Rules Mark Forums Read
image
image   image
image

image parallel processing Share It Thread Tools Search this Thread image
Old Jun21-09, 04:19 PM                  #1
welatiger

welatiger is Offline:
Posts: 20
parallel processing

I graduated from the Faculty of Science Department of Physics
and i want to know about parallel processing
from where i start ?
and i have 16 computer, what i can do to make a network between them to produce a parallel processing.
  Reply With Quote
Old Jun24-09, 05:04 PM       Last edited by Jeff Reid; Jun25-09 at 05:59 AM..            #2
Jeff Reid

Jeff Reid is Offline:
Posts: 2,704
Re: parallel processing

One somewhat cool tool that never seemed to make it out of Microsoft in house development was DMAKE, a distributed make utility for large multiple source projects. The network contained a computer with the source files, another computer with the DMAKE app and associated tools, and multiple computers that were compiler servers. DMAKE would send off messages to each of the compiler servers to start compiling individual source modules. When a compile server signaled completion, DMAKE would then assign yet another module to be compliled, until all modules were compiled. Once the compile steps for a library module were completed, DMAKE would then start a link server to link all the just produced objects into a library or directly to an executable if it was a single library project. I saw it demoed while taking some device driver class for Windows NT at Microsoft University (back in the 1990's). The compiler and linker servers were kept effeciently busy until all the libraries were made and then linked to create a completed project. I don't recall if DMAKE kept a history of compile times from previous builds in order to optimize the scheduling. Computers are so fast these days that it would take a huge project for something like DMAKE to make sense now, but it was impressive at the time.


Another example in the parallel algorithm thread was distributing the analysis of satellite photos by breaking them up into multiple parts and sending each part to a different computer to operate on.
  Reply With Quote
image image
Reply
Thread Tools


Similar Threads for: parallel processing
Thread Thread Starter Forum Replies Last Post
Processing Scientist Greg Bernhardt Science Jobs 0 Dec18-08 11:10 AM
Signal Processing FFT help kpcheah Engineering, Comp Sci, & Technology 1 Jul22-08 01:55 PM
Signal Processing FFT help phenommsu1 Electrical Engineering 4 Apr1-08 09:54 AM
Image Processing fasterthanjoao Programming & Comp Sci 2 Jul23-07 04:04 PM
MOdular Hypergeometric Sieve and Parallel Processing Playdo Number Theory 5 Dec3-06 12:10 PM

Powered by vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. © 2009 Physics Forums
Sciam | physorgPhysorg.com Science News Partner
image
image   image