Results 1 to 16 of 16

Thread: Running two computers as one

  1. #1
    lazy student nvening's Avatar
    Join Date
    Jan 2005
    Location
    London
    Posts
    4,656
    Thanks
    196
    Thanked
    31 times in 30 posts

    Running two computers as one

    Is this possible? Would it be a linux cluster? Do they have to be the same if it can be done?
    (\__/)
    (='.'=)
    (")_(")

  2. #2
    RDL
    RDL is offline
    Senior Member
    Join Date
    Dec 2004
    Location
    Near Aberdeen, Scotland
    Posts
    861
    Thanks
    2
    Thanked
    0 times in 0 posts
    Well, give us an example of what you were planning?
    AMD 64 3500+ | Asus A32 SLi Deluxe | 2 x Corsair 512MB PC4400 Overclockers RAM| 1 x XFX 6800GT | Nexus Vantec Fan Controller | 1 x 74GB Western Digital Raptor )Boot + backup & 2x 200gb Seagate Barracuda 7200.7 (RAID 0) | Plextor 716A Black 16 x16±,x4+ Dual Layer DVD | Tagan 480W | ThermalRight XP-120 with Delta Screamer | 2x120mm YS TECH| Black Akasa Eclipse 62 | L1980U 19" TFT 12ms 500:1 DVI Ultra Slim Black & Silver | Phillips 5.1 Surround Sound| Razer Diamondback Mouse | ExactMat mousemat | Black Cherry Keyboard | WinXP Pro

  3. #3
    lazy student nvening's Avatar
    Join Date
    Jan 2005
    Location
    London
    Posts
    4,656
    Thanks
    196
    Thanked
    31 times in 30 posts
    a p4 and a p3 together
    (\__/)
    (='.'=)
    (")_(")

  4. #4
    Senior Member chrestomanci's Avatar
    Join Date
    Sep 2004
    Location
    Reading
    Posts
    1,614
    Thanks
    94
    Thanked
    96 times in 80 posts
    • chrestomanci's system
      • Motherboard:
      • Asus AMD AM4 Ryzen PRIME B350M
      • CPU:
      • AMD Ryzen 1600 @ stock clocks
      • Memory:
      • 16Gb DDR4 2666MHz
      • Storage:
      • 250Gb Samsung 960 Evo M.2 + 3Tb Western Digital Red
      • Graphics card(s):
      • Basic AMD GPU (OSS linux drivers)
      • PSU:
      • Novatech 500W
      • Case:
      • Silverstone Sugo SG02
      • Operating System:
      • Linux - Latest Xubuntu
      • Monitor(s):
      • BenQ 24" LCD (Thanks: DDY)
      • Internet:
      • Zen FTTC
    You realy need to be more specific.

    Linux can spread tasks accross more than one computer using the open mosix kernel patch, but it is only usefull on long running compute intesive tasks like media encoding. There are also specialised clustering solutions but for those you need a large collection of identical systems. (preferably 1U servers stacked 42 high in racks).

  5. #5
    Almost in control. autopilot's Avatar
    Join Date
    Dec 2004
    Location
    Region 2
    Posts
    4,071
    Thanks
    51
    Thanked
    12 times in 11 posts
    You do need to be more specific. There are a few models around, but it's mainly servers performing single highly specific tasks rather than general computing. This is usually known as parallel computing, and some of the worlds so called 'super computers' are really a collectction of lesser powerful machines. The main problem with this though is actually manageing what 'computer/server/etc' actually does what and coordinating them is an incredibly complicated process also generates a lot of processing overheads by itself.
    There is also distributed computing, such as Seti, Folding@home etc, which some people liken to having one massive computer. But really it's still just single PC's operating seperatly but towards a common goal. I would think thats what open mosix would be clasified as.
    As for running a P4 & P3 together "as one", that pretty much imposible apart from some kind of ditributed system but there would not be much point in it. Don't forget that for a processor to run side by side with another it really needs to have a very very fast interface with the other chip, such as the new cell and dual core CPU's do. There is no real way to connect to PC's up with a cable to run it as 'one' PC, if thats what you were getting at.

    But i'm not expert on this, that just what i remember from the subject at Uni.

  6. #6
    Banhammer in peace PeterB kalniel's Avatar
    Join Date
    Aug 2005
    Posts
    31,025
    Thanks
    1,871
    Thanked
    3,383 times in 2,720 posts
    • kalniel's system
      • Motherboard:
      • Gigabyte Z390 Aorus Ultra
      • CPU:
      • Intel i9 9900k
      • Memory:
      • 32GB DDR4 3200 CL16
      • Storage:
      • 1TB Samsung 970Evo+ NVMe
      • Graphics card(s):
      • nVidia GTX 1060 6GB
      • PSU:
      • Seasonic 600W
      • Case:
      • Cooler Master HAF 912
      • Operating System:
      • Win 10 Pro x64
      • Monitor(s):
      • Dell S2721DGF
      • Internet:
      • rubbish
    Yes it is possible. Do some searches on clusters or even the GRID if you're feeling trendy. There is also a distrubuted computing sub-forum on Hexus.

    Currently one machine will still have to be set up as a master node, but you can add any number of slave nodes underneath this master. It should even be possible to have one computer run as both a master and slave. If the p4 has hyperthreading then this would be a suitable choice for such a master. To run programs on the cluster you need batch queuing software - I recommend looking at either Globus or Condor.

    Having a cluster is one thing, making proper use of it is another. Are you going to be running non-communicative processes, or communicative ones? The latter are the ones that require similar if not identical hardware on your nodes, but they will also require specific MPI programming. The former can run accross different hardwares and do not need specific programming.

  7. #7
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    *cough*

    before we rush off on tangents and get him to buy Myrinet10G interconnect, perhaps he should get a chance to make his intentions clearer?

  8. #8
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts
    Perhaps he should just go and buy a Cray...
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  9. #9
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    Quote Originally Posted by peterb
    Perhaps he should just go and buy a Cray...
    I suspect he has something specific in mind. I doubt that includes MPI Linux apps, or UNICOS apps.

  10. #10
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts
    Quote Originally Posted by directhex
    Myrinet10G interconnect.
    Fascinating...!
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  11. #11
    sneaks quietly away. schmunk's Avatar
    Join Date
    May 2004
    Location
    Wiki Wiki Wild West side... of Sussex
    Posts
    4,424
    Thanks
    40
    Thanked
    163 times in 121 posts
    • schmunk's system
      • Motherboard:
      • Abit NF7-S v2.0
      • CPU:
      • AMD Athlon-M 2500+
      • Memory:
      • 1GB of Corsair BH-5 and 512MB of something else
      • Storage:
      • 160GB Seagate Barracuda
      • Graphics card(s):
      • ATI Radeon X800Pro, flashed to XT
      • PSU:
      • Hiper Type-M ~400W
      • Case:
      • Antec cheapy
      • Monitor(s):
      • AG Neovo F19 LCD
      • Internet:
      • Virgin Media 4MB/s
    Quote Originally Posted by directhex
    I suspect he has something specific in mind.
    I suspect he doesn't...

  12. #12
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts
    Quote Originally Posted by schmunk
    I suspect he doesn't...
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  13. #13
    lazy student nvening's Avatar
    Join Date
    Jan 2005
    Location
    London
    Posts
    4,656
    Thanks
    196
    Thanked
    31 times in 30 posts
    I suspect he was just looking for a ideas to do with any spare systems he came a across.

    I think ill just run a server and a smoothwall firewall, i like the sound of that.
    (\__/)
    (='.'=)
    (")_(")

  14. #14
    Amateur photographer Hans Voralberg's Avatar
    Join Date
    Dec 2004
    Location
    Birmingham
    Posts
    1,889
    Thanks
    1
    Thanked
    11 times in 11 posts
    U can just run the P3 as a server and firewall cant u ?
    Primary kit:
    Fuji S5 Pro - Nikkor AF 50/1.8 - Nikkor AF 85/1.8
    Epson RD-1

    Film Kit:
    Leica M3 - Summicron 50/2 DR - Zeiss ZM 25/2.8 - M-Rokkor 40/2

    Olympus OM2n - Zuiko 50/2 Macro - Zuiko 50/1.4 - Zuiko 35/2.8

  15. #15
    Bigger than Jesus Norky's Avatar
    Join Date
    Feb 2005
    Posts
    1,579
    Thanks
    1
    Thanked
    8 times in 8 posts
    Install Synergy on them both, share the workload

  16. #16
    lazy student nvening's Avatar
    Join Date
    Jan 2005
    Location
    London
    Posts
    4,656
    Thanks
    196
    Thanked
    31 times in 30 posts
    Quote Originally Posted by Hans Voralberg
    U can just run the P3 as a server and firewall cant u ?
    pst, thats what i mean
    (\__/)
    (='.'=)
    (")_(")

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Winxp seeing computers on a workgroup
    By blockers in forum Software
    Replies: 5
    Last Post: 19-04-2005, 06:14 PM
  2. Replies: 0
    Last Post: 24-01-2005, 11:47 AM
  3. Life is too connected to computers?
    By ed^chigliak in forum General Discussion
    Replies: 4
    Last Post: 12-02-2004, 12:18 AM
  4. 1800+ running at 1.1ghz
    By atifds9 in forum PC Hardware and Components
    Replies: 10
    Last Post: 11-12-2003, 07:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •