| Author |
Message |
jimjim2k
Joined: 17 May 2001 Posts: 1245 Helped: 10
|
21 May 2002 6:47 Parallel Processing using Linux (A) |
|
|
|
Hi
Parallel Processing refers to the concept of speeding-up the execution of a program by dividing the program into multiple fragments that can execute simultaneously, each on its own processor. A program being executed across n processors might execute n times faster than it would using a single processor.
1. h**p://yara.ecn.purdue.edu/~pplinux/
2. h**p://yara.ecn.purdue.edu/~pplinux/Sites/Index.html
3. h**p://yara.ecn.purdue.edu/~pplinux/PPHOWTO/pphowto.html
4. h**p://pax.st.usm.edu/~kolibal/campus_html/parcomp_html/beowulf_html/lp.html
* -> t
tnx
|
|
| Back to top |
|
 |
farmerwang
Joined: 29 May 2002 Posts: 60 Helped: 1
|
29 May 2002 5:13 So we need re-compile all the software before it can be |
|
|
|
| Do we need to re-compile all the software before it can be paralled?
|
|
| Back to top |
|
 |
tdo48
Joined: 13 Jan 2002 Posts: 21
|
06 Jun 2002 17:30 |
|
|
|
| probably even rewrite everything before parallelizing it......
|
|
| Back to top |
|
 |