tito Posted November 12, 2006 Share Posted November 12, 2006 You probably won't even notice the extra computers unless you're running batch jobs. For everyday tasks I doubt you'll notice a speedup. Maybe good for folding A cluster within a supercluster. Link to post Share on other sites
duanester Posted November 12, 2006 Share Posted November 12, 2006 looks pretty cool, though i know nothing about this, would this be like folding as an example when you say batch jobs, setti and folding would use this technoligy correct? Link to post Share on other sites
tito Posted November 12, 2006 Share Posted November 12, 2006 Yes, same principle as folding. A packet of unprocessed data is sent over a LAN to any one of a number of computers which then processes the data and sends it back. The point being made is that if it is a small task it will be just as quick for one CPU to do it as it will take longer for it to be sent over the lan. SO basically, very large tasks would be the only beneficiaries (Eg: a [email protected]/[email protected] work unit) BTW: Nice avatar, I didn't recognise you! Link to post Share on other sites
xXenXx Posted November 12, 2006 Share Posted November 12, 2006 If you were going to fold, it would be more efficient to run a seperate client on each computer. Link to post Share on other sites
tito Posted November 12, 2006 Share Posted November 12, 2006 If you were going to fold, it would be more efficient to run a seperate client on each computer. True, but on p3 isn't going to get a WU done any time soon. Link to post Share on other sites
John 44 Posted November 12, 2006 Share Posted November 12, 2006 I read a paper last year about a very efficient small compute cluster on entirely ordinary hardware that came close to 100% performance on even relatively short computations. If I can find it, I'll post a link. By 100% performance, I mean that 2 nodes do the just in 1/2 the time that 1 node does; 3 nodes 1/3, etc. But in that particular case, the hardware setup, the cluster software, and the compute software were specifically for the task at hand in a coordinated effort of software and hardware engineers. Link to post Share on other sites
tito Posted November 12, 2006 Share Posted November 12, 2006 I suppose it could be efficient with very responsive machines, a fibre optic network and some snazzy NICs. Link to post Share on other sites
duanester Posted November 12, 2006 Share Posted November 12, 2006 so it can be 2000 machines working for one single machine, like some sort of network server Link to post Share on other sites
John 44 Posted November 12, 2006 Share Posted November 12, 2006 Well, I'm still looking. It might make a liar out me if I find it, but no, just plain old 10/100 NICs. However, I'll say again. Both the cluster and compute software were written for the exact task at hand. And, although the hardware itself was ordinary, its specific configuration was also designed precisely for the software it would be running. I seriously doubt that one can find general cluster software that could match that kind of performance in small tasks. One would probably need to hire someone to write it. Link to post Share on other sites
John 44 Posted November 12, 2006 Share Posted November 12, 2006 so it can be 2000 machines working for one single machine, like some sort of network server Think of it this way. Take all 2000 processors and memory out of those 2000 machines. Build a new motherboard with 2000 cpu sockets and whole bunch of memory slots. Make sure that new mobo has enough superconducting supercooled busses with bandwidth to make use of all that. What do you now have? A "supercomputre". That's one thing clustering ordinary machines can do on the cheap. Link to post Share on other sites
duanester Posted November 12, 2006 Share Posted November 12, 2006 so theroretictly it will run software or any application simultaneously as a collective? if so thats amazing Link to post Share on other sites
tito Posted November 12, 2006 Share Posted November 12, 2006 (edited) so theroretictly it will run software or any application simultaneously as a collective? if so thats amazing Yes, many computers acting as one. Sharing the workload The problem in realistic use is say you had a task which need 1hz of processing for one second to complete. Then one normal computer could do it in a fraction of a second, an imeasurably small amount of time, for the example we will say 0.0001 seconds! However, if it were a two computer cluster cluster 0.5hz/one second of the task would be sent to the other computer, processed there, sent back and interpreted by the first computer. This might take 0.3 seconds. If it were huge amounts of data then it would be enough to justify that time it takes to traverse the cluster. Geddit? Edited November 12, 2006 by tito Link to post Share on other sites
John 44 Posted November 12, 2006 Share Posted November 12, 2006 so theroretictly it will run software or any application simultaneously as a collective? if so thats amazing Yes, that's it's design goal when setup and used for computing as opposed to say file serving. But if you fire up that beast and check your email, chat with your buddies, and hang out at the pit, you might think you were on a P1/75 MHz/16MB ram machine. Link to post Share on other sites
duanester Posted November 12, 2006 Share Posted November 12, 2006 i gettit Link to post Share on other sites
John 44 Posted November 12, 2006 Share Posted November 12, 2006 tito, you typed all that in the same or less time than I typed my little tidbit. That's why IM is no good for me. I'm thinking way ahead of what I can type, hence the sometimes garble. Link to post Share on other sites
tito Posted November 12, 2006 Share Posted November 12, 2006 I type faster than I think!!!! Link to post Share on other sites
xXenXx Posted November 12, 2006 Share Posted November 12, 2006 lol Tito if that were true, you'd either have an incredibly slow mind, or impossibly fast fingers. Link to post Share on other sites
Maxst2 Posted November 12, 2006 Author Share Posted November 12, 2006 That is my case as well... but i type better than I talk Well i scored one machine- old p2. And im gonna get the linux on that tonight and play around. Im going to have 4 nodes and one master- my larger HP machine. Mainly im just gonna let it run seti AND [email protected] when im done. This is a learning experiment. It'll let me learn some things about linux and possiblity of customizing linux once i learn enough. Link to post Share on other sites
tito Posted November 12, 2006 Share Posted November 12, 2006 lol Tito if that were true, you'd either have an incredibly slow mind, or impossibly fast fingers. Luckily it isn't true, because neither are very complimentary! Link to post Share on other sites
tito Posted November 12, 2006 Share Posted November 12, 2006 This is a learning experiment. It'll let me learn some things about linux and possiblity of customizing linux once i learn enough. A good idea, just don't expect much production for a while. Projects to learn new skills are always a good idea in linux. Link to post Share on other sites
Maxst2 Posted November 13, 2006 Author Share Posted November 13, 2006 I dunno, that cluster knoppix could make everything pretty easy. Link to post Share on other sites
John 44 Posted November 13, 2006 Share Posted November 13, 2006 I haven't decided what I'm going to do yet. I have a couple of identical 2.6 GHz socket 478 P4's in dead mobos. I'm looking at a couple of cheap boards, ~$50/each at Newegg and may buy them. I've been meaning to build a couple of inexpensive boxes anyway. So after playing with a cluster for awhile, they'll make nice cheap individual machines. Link to post Share on other sites
Maxst2 Posted November 14, 2006 Author Share Posted November 14, 2006 i feel like a noob... I cant get the ISO's to burn on disk right to boot up... help Link to post Share on other sites
John 44 Posted November 14, 2006 Share Posted November 14, 2006 Well, several possible reasons . Your downloaded isos are no good, aka, "a bad download." Or, you didn't burn them "as an image" of a cd; you may have burned them as a large file ON the cd. Could be hardware/BIOS boot issues? Link to post Share on other sites
Maxst2 Posted November 14, 2006 Author Share Posted November 14, 2006 It would almost be easier for one to post the steps to get a downloaded ISO file to be put onto a CD. Im sick and energy to recall what i have done into typing isnt gonna happen..lol Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now