New Intel 8-way Chipset 84
VJ writes "Intel just announced their new 8 way SMP chipset for use with PentiumIII-Xeons. A summary of features: 3X100 buses (2 for CPU's, and 1 for I/O. (The chipset appears to function to some degree as a crossbar switch, between the three buses) Cache coherencey features allow better utilization of L2 cache, other stuff too..) We'll have to wait and see, but this might be a relatively cheap way to get raw CPU for enterprise environments.. (Relative to Sun or HP or SGI)"
Re:32 GB on the MB and Linux (Score:1)
I do agree that the segment stuff is a big and horrible hack rather then a real solution.
Re:No mention of which OS was used for benchmarks (Score:1)
It is available NOW and can handle up to 64-CPU and claims to be optimized for 8-CPU.
The scaling is terrific. Just a bit below 1:1 linear beyond 2 and 4 CPU.
Re:EV6 (Score:1)
What this really accomplishes is the ability to send twice the amount of information of a "standard" 100MHz BUS. The 200MHz name is technically wrong with regards to clock signal, but right with regards to data transfer speed.
Bottom line is that regardless of what it's called, it's still faster than my PIII-450 bus and I want one
Never underestimate the power of stupidity in large groups
Re:No mention of which OS was used for benchmarks (Score:1)
something for vmware (Score:1)
Lets be fair (Score:1)
The previous reply is right too. Unused cpus are wasted cash.. but then, that's what rc5 is for right?
Re:EV6 (Score:1)
You would too... transmission lines are hard to deal with. AMD is smart enough to understand that:
If you build it, they will come. (But only if it's cheap)
The engineers at digital understand this (sorta), but their principal target is not the $2000 machine.
... and I will show you a processor that was... (Score:1)
The Athlon is an impressive chip. Let us wait till the end of October to decide which company (Intel, AMD) has the bigger balls and better staying power!
By then, AMD will have their Server and Enterprise Editions (smells like Win2K) and their motherboards with SMP and all that mess.
Keep also in mind that the baddest motherboard makers (Tyan, ABit, AOpen, etc.) will be releasing motherboards for the Athlon.
If Tyan made a board for the Athlon that is similiar to their Thunderbolt [tyan.com] for Intel... [official drool]
ChozSun [e-mail] [mailto]
Re:Can it do other tricks too? (Score:1)
OS/2 is the best OS for this machine (Score:2)
Re:Scared about Athlon? (Score:1)
time. It appears that large corporate customers have been testing it since February - and they did not test it as
a file and print server. We are talking serious stuff here, no funny small web server, but SAP R/3 and the like. The stuff you run a large company on.
Do you really believe a Company like Compaq would
come up with an Intel box with TPC-C numbers as high as these as an answer to some AMD pre-release info?
Getting these numbers means squeezing these boxes
to the limit, and that takes weeks, and a lot of
nightshifts... would be a rather large effort. Believe me, this is a serious architecture, and not at all comparable to the PentiumPro 8way
(not scaling at all) that used to be around a year ago.
And yes, you are absolutely right on the bandwidth
issue, but keep in mind: The core of this technology is not the single bus, it is the high-speed crossbar switch (Profusion) that sits in the middle of the architecture. read the specs: It actually has ten unidirectional ports that appear as five bi-directional ports. With the 100-MHz buses attached, there is a peak throughput on each port of 800 MB/s. With all five ports, the crossbar switch allows a maximum peak throughput of 4.0 GB/s. Ok, that's theoretical - as is the EV6 stuff.
Re:... and I will show you a processor that was... (Score:1)
What AMD needs to do is first ship the chip, in volume and avoid all the glitches that've plagued it in the past. Then they can try to make some deals with the server vendors. Until then, SMP Athlons are really going to be the domain of workstation-users and hobbyists.
Instruction set doesn't matter for this. (Score:2)
This is correct. Intel seems to have made a half-hearted switch to a crossbar bus system, with the result that their bus can still be easily saturated. Programs that aren't memory-intensive will still benefit from the SMP. Programs that are memory-intensive will saturate the bus and leave many of the processors idle.
It'll be good for Quake III, but I suspect anyone in the know will probably stick with a RISC design.
Memory performance has nothing to do with whether the processor is RISC or CISC. Memory bus design is the only thing that matters here. Point-to-point implemented on a crossbar bus beats a shared bus no matter what chips are used.
Getting back to the Holy War, most modern implementations of CISC are almost as efficient as RISC (look at the guts of the K7 design for an example). You wind up with an extra stage in your pipeline for decoding, and that's about it. RISC is generally favoured because there's no real reason to use CISC any more (higher code density isn't as vital), and removing CISC support simplifies chip design and optimization.
The main problem with Intel chips is that they've been repeatedly extending a design that wasn't designed to be extensible, in a rather kludgy manner. They're still stuck with it, because if they switch to a completely new architecture they lose their installed base of customers. This is why the Merced still supports x86 modes.
*yawn* (Score:1)
the joys of working with pre-release product.
Cool. (Score:1)
Re:No mention of which OS was used for benchmarks (Score:1)
linux support? (Score:1)
32 GB on the MB and Linux (Score:2)
A large ram disk for databases?
A larger virtual address space?
or better yet, a _huge_ addition for my "Little Computer People" house. =^]
Re:*yawn* (Score:1)
i used what was the latest kernel at the time...2.2.5 or 7...it's been soo long.
Raw cpu ain't worth squat... (Score:1)
EV6 (Score:2)
To begin with, the EV6 bus is clocked at 200 MHz whereas the Intel bus is clocked at 100 MHz.
The EV6 bus is also a point to point architecture, not really a bus in fact. The drawback is that the motherboard is more difficult to design.
No mention of which OS was used for benchmarks (Score:1)
Regardless, it's odd that they don't say.
Be (as usual) leads the way! (Score:1)
http://www.isk.kth.se/~eb99jolu/
Re:linux support? (Score:1)
Re:*yawn* (Score:1)
I thought we cleared this up around 1995 or so
Re:32 GB on the MB and Linux (Score:1)
big fat ones
dont need a ramdisk, just let the database eat it all up.
Re:Not RISCy enough for me (Score:1)
There isn't really a way to reprogram the cpu to act like a new cpu. Other than the chipset, socket layout, power supply and software issues, the instruction decoder only understands the instruction set for one chip type, the microcode can be done differently depending on how the chip works, eg: AMD v Intel, but it can't make the x86 instruction set look like the sparc instruction set. Even if you turned off all of the non-essential instructions it still wouldn't be RISC, it would be CISC with a lot of wasted space. RISC is designed from the ground up with smaller arithemtic/logic units to run at higher clock rates. It also uses the higher speeds of internal cache to avoid "slower" ram intensive operations.
The intel assembly language is horrible to program in. I've had an easier time writing assembly code for a Vax than trying to get anything to run on x86. Its basicaly the 10th generation of new stuff slapped onto old stuff with backwards compatability. The segment registers are all worthless with a 32 bit adressing register. The lack of a large number of register such as on an r6000 or ultraSparc make the chip very memory intensive, it can't page registers after a context switch. So intel just spends most of its time waiting for the memory bus to get back with the data instead of doing actual calculation.
The best way to squeeze out more calculations per clock cycle are by overclocking or redesigning the chip, trying to one-up Intel's microcode, assuming you could even get access to it and had the ability to reprogram it, would most likely just make it run slower because you don't understand the system as well as they do.
Re:EV6 (Score:1)
Re:Can it do other tricks too? (Score:1)
Same goes for "real" PII and PIII chips, they can do dual at most..
Xeons and PPo's can 4 way and up..
But I'm not sure if going "intel" is such a good idea if you need that many cpus, SGI, Sun, and Digital/Compaq seem much further along in that area..
Show me an 8-way Athlon system. (Score:1)
They will, sure, but corporates trust Intel, just as they trust Microsoft and they used to trust IBM. It's going to take more than just a flash in the pan to jump over to Athlon servers... Show successive generations widening the performance gap vs. Intel, and IT departments will bite. Until then, you'll probably see them drop them by power-user desktops asking them to check them out and let them know if there's anything funky about them.
I know I'm going way off topic here, but bringing AMD into this does them a great disservice, being that they're not equipped at this point to take on this market segment.
Re:duhhh...THWACK! (Score:1)
There are plenty of tasks that require lots of CPU but will do quite fine on a 32 bit platform. Like, say, compiling kernels.
Re:Another Great Idea from the bunny men. (Score:1)
If you don't need solid RPC on yr. 8 CPU server (Score:1)
What's the point ? (Score:1)
my 2cents
Note NT 4 is getting 50% linear scaling on TPC-C (Score:1)
Compaq ProLiant 8000-550-2M (Pentium III Xeon 4 CPU 550 MHz 2 MB cache NT4SP4
Compaq ProLiant 8000-550-2M (Pentium III Xeon 8 CPU 550 MHz 2 MB cache NT4SP4
Of course with TPC-C, systems are obscenely expensive since they configure them with so much disk that the system won't be I/O bound. But this looks likely to be an NT marketing bullet. Prepare your responses now!
--LinuxParanoid
(Hey, just because we're paranoid of Microsoft doesn't mean they're not out to get us...)
Re:32 GB on the MB and Linux (Score:2)
A large ram disk for databases?
A larger virtual address space?
It *won't* be a larger virtual address space. How would we do that? Use 64 bit pointers on a 32 bit architecture, and force everyone to recompile? Or use the God-awful segment/offset crap that Intel seems to have a fetish for, and still force everyone to recompile?
Technically it would be possible to give 4GB... but it would be a hideous hack - NT will do it; Linus (and therefore Linux) won't.
There's a patch in that will give databases access to "anonymous pages" of memory - I'm not sure how they get accessed, but apparantly it's in a fashion both Linus and the large DB makers are happy with.
But damn it, I tried to program Win16 once, and I thank God Linus doesn't want to get bogged down in a segmented architecture more than necessary. If you want more than 32 bits of addressable memory, don't use a 32 bit machine, damn it!
Re:32 GB on the MB and Linux (Score:2)
Any idea how Linux will use this much main memory?
A large ram disk for databases?
A larger virtual address space?
It *won't* be a larger virtual address space. How would we do that? Use 64 bit pointers on a 32 bit architecture, and force everyone to recompile? Or use the God-awful segment/offset crap that Intel seems to have a fetish for, and still force everyone to recompile?
Technically it would be possible to give less than 4GB to each process, simply allowing multiple processes access to different 4GB chunks so that the total RAM used is more than 4GB... but it would be a hideous hack - NT will do it; Linus (and therefore Linux) won't.
There's a patch in that will give databases access to "anonymous pages" of memory - I'm not sure how they get accessed, but apparantly it's in a fashion both Linus and the large DB makers are happy with.
But damn it, I tried to program Win16 once, and I thank God Linus doesn't want to get bogged down in a segmented architecture more than necessary. If you want more than 32 bits of addressable memory, don't use a 32 bit machine, damn it!
Penguin Computing or VA Linux??? (Score:2)
Penguin has been offering 8-way systems for a while using another chipset solution, but the price for those systems is over $100,000, while 4-way systems are more like $12,000, last I checked.
Re:4 to 8-way upgrade program (Score:1)
Re:But did you get a cluster of them and run Beowu (Score:1)
Have you?
Beowulf is neat, but I've yet to see a killer app for the home user or hobbyist. (Those were never the targets, but...)
Just wondering because everyone seems to regard Beowulf as the greatest thing since armpit hair, and I'm sure not everyone has an app for it.
Re:Not RISCy enough for me (Score:1)
John Carmack set up two processes, one for the rendering pipeline, one for the physics and other enviornment code. If you have another thread doing your openGL thing, then maybe 3 would help.. The rest would basically sit around and heat your room...
NOw that I think of it, I should get one of these as a RC5 cracker and spaceheater
armies and navies (off-topic) (Score:1)
If armpit hair was a great thing.. or a bad thing.. or something to compare Beowulf clusters to. (and no, I'm not being one of those people that you're speaking of that regards "Beowulf as the greatest thing since..."). I'm just saying that, hmm, body hair and hard ware.. interesting mix.
So run MOSIX (Score:2)
Re:Can it do other tricks too? (Score:1)
4 to 8-way upgrade program (Score:1)
My problem with Linux under the Netfinity was that ther serverRAID adapter would not work (I believe that they have release a driver now, but it's not bootable)
I'm kinda curious how 8 processors fit into the new assembly - Are the voltage regulators gone?
Re:Be (as usual) leads the way! (Score:1)
Another Great Idea from the bunny men. (Score:1)
Hey, I know AMD doesn't have a lilly white past, but this is ridiculous. If any company wants decent SMP performance at a 'relatively' cheap price ( again, compared to the -=real=- heavy chips ) then Athlon is the only choice. Any corporation that would choose Intel over the Athlon High End series either has a special deal with Intel, or an uninformed IT department.
burn up? (Score:1)