Hi Linux gurus,
What are your opinions on building or buying a
fast machine (> 1.2GHz CPU) with 4GB of main
memories. SMP is not important at this moment.
RedHat 7.x would be the target operating system.
Regards,
-roger
What are your opinions on building or buying a
fast machine (> 1.2GHz CPU) with 4GB of main
memories. SMP is not important at this moment.
RedHat 7.x would be the target operating system.
Regards,
-roger
> What are your opinions on building or buying a
> fast machine (> 1.2GHz CPU) with 4GB of main
> memories. SMP is not important at this moment.
> RedHat 7.x would be the target operating system.
--
All the facts above are true, except for the ones I made up.
james.knott.
> What are your opinions on building or buying a fast machine (> 1.2GHz
> CPU) with 4GB of main memories. SMP is not important at this moment.
> RedHat 7.x would be the target operating system.
> Regards,
> -roger
> What are your opinions on building or buying a
> fast machine (> 1.2GHz CPU) with 4GB of main
> memories. SMP is not important at this moment.
> RedHat 7.x would be the target operating system.
> Regards,
> -roger
I will be running EDA tools for ASIC designs (mostly
backend). For certain tasks, a process may take over
3GB of memories. Another constraint is the turn around
time for this type of applications. Some jobs take days
to finish, so I don't want the processes to use virtual
memory. SMP is not that important in my case, since
most tools here do not utilize multiple CPUs. Besides,
I am concern about the stability of Linux's SMP implementation.
Anyway, I expect to get a 2x performance gain over
SUN machines, and pay less than half of SUN's price
tag. I am sure there are good Intel-based (or AMD)
boxes out there to provide fast, inexpensive, and reliable
solutions.
Thanks,
-roger
> > What are your opinions on building or buying a
> > fast machine (> 1.2GHz CPU) with 4GB of main
> > memories. SMP is not important at this moment.
> > RedHat 7.x would be the target operating system.
> > Regards,
> > -roger
> Just out of curiosity, what do you plan to do? We are running two DELL boxex
> with dual 1.7 GHZ Xeon's and 1GB RAM.
> What are your opinions on building or buying a
> fast machine (> 1.2GHz CPU) with 4GB of main
> memories. SMP is not important at this moment.
> RedHat 7.x would be the target operating system.
> Regards,
> -roger
It's quite cheap these days to build a machine that
almost never has to page. That goes a long way toward
making your machine seem very fast. I run 512MB, and I
can run for days without paging unless I run nautilus
(default in RedHat distros - so find it and kill it and
disable it on your first boot), and or the latest
incarnation of Mozilla, which is very memory hungry.
> I will be running EDA tools for ASIC designs (mostly
> backend). For certain tasks, a process may take over
> 3GB of memories. Another constraint is the turn around
> time for this type of applications. Some jobs take days
> to finish, so I don't want the processes to use virtual
> memory. SMP is not that important in my case, since
> most tools here do not utilize multiple CPUs. Besides,
> I am concern about the stability of Linux's SMP implementation.
> Anyway, I expect to get a 2x performance gain over
> SUN machines, and pay less than half of SUN's price
> tag. I am sure there are good Intel-based (or AMD)
> boxes out there to provide fast, inexpensive, and reliable
> solutions.
> Thanks,
> -roger
> > > Hi Linux gurus,
> > > What are your opinions on building or buying a
> > > fast machine (> 1.2GHz CPU) with 4GB of main
> > > memories. SMP is not important at this moment.
> > > RedHat 7.x would be the target operating system.
> > > Regards,
> > > -roger
> > Just out of curiosity, what do you plan to do? We are running two DELL
boxex
> > with dual 1.7 GHZ Xeon's and 1GB RAM.
> Thanks for all your responces!
> I will be running EDA tools for ASIC designs (mostly
> backend). For certain tasks, a process may take over
> 3GB of memories.
I don't know about AMD solutions supporting 4GB of RAM.Quote:> Another constraint is the turn around
> time for this type of applications. Some jobs take days
> to finish, so I don't want the processes to use virtual
> memory. SMP is not that important in my case, since
> most tools here do not utilize multiple CPUs. Besides,
> I am concern about the stability of Linux's SMP implementation.
> Anyway, I expect to get a 2x performance gain over
> SUN machines, and pay less than half of SUN's price
> tag. I am sure there are good Intel-based (or AMD)
> boxes out there to provide fast, inexpensive, and reliable
> solutions.
If you don't want a build-it-yourself solution with a
SuperMicro motherboard, IBM and Dell offer systems that can
have one or two Xeon processors and gigs of RAM. (IBM's
Netfinity x235 server or IntelliStation M Pro, Dell's
PowerEdge 2650 server or Precision 340 and 530 workstations,
IIRC.) Of course, lots of other companies offer similar
products, too.
Don't be. Really. Linux on 2-4 processors scales quite well and isQuote:> time for this type of applications. Some jobs take days
> to finish, so I don't want the processes to use virtual
> memory. SMP is not that important in my case, since
> most tools here do not utilize multiple CPUs. Besides,
> I am concern about the stability of Linux's SMP implementation.
Anyways, you're choices are basically dual AMD on Tyan mobos or dual PIII
or Xeon (P4) on Tyan/SuperMicro/Intel mobos. Dual AMD is going to be
cheaper and just as fast/faster than Intel. The MPX chipset does
have a limitation, though, where it reserves the top up-to-.5GB of memory
for PCI stuff, meaning that the OS may only see 3.5GB of RAM when you install
4GB. That's DDR memory, btw.
If you need speed, I'd go with Xeon over PIII for an Intel solution. You'll
want a board based on the E7500 chipset, which is dual channel DDR. I've
got a system on a SuperMicro board that I'm quite happy with.
In the end, it comes down to what you're comfortable with. AMD is going
to be more bang for buck, but *may* be more trouble. Intel is going to
be pricier, but the server boards tend to be more stable.
Good luck.
--
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University
> > I will be running EDA tools for ASIC designs (mostly
> > backend). For certain tasks, a process may take over
> > 3GB of memories. Another constraint is the turn around
> Note that in Linux on 32bit platforms, a single process is limited
> to 3GB of address space. There is a (reportedly trivial) kernel tweak
> out there to make this 3.5GB, but that's all you'll get.
Our systems are dual-Xeon. They are very stable.Quote:> > time for this type of applications. Some jobs take days
> > to finish, so I don't want the processes to use virtual
> > memory. SMP is not that important in my case, since
> > most tools here do not utilize multiple CPUs. Besides,
> > I am concern about the stability of Linux's SMP implementation.
> Don't be. Really. Linux on 2-4 processors scales quite well and is
> heavily tested. Beyond 4 CPUs it can get dicey, but you won't have
> any problems. And, besides, you're not going to find many (any?) UP
> motherboards supporting 4GB of RAM.
SMP systems are very flexible: some times one might run a single large
job, other times, they can run 2 smaller jobs -- they key is to ensure
that the box has enough memory that it does not do any significant amount
of swapping.
We ran some tests on one of our dual-Xeon boxes, comparing one job on the
machine vs. 2 jobs simultaneously. The total user memory requirement was
kept below the amount of RAM in the machine to eliminate swapping as an
issue.
Our results were:
Single job: ran in 5 hours
2 jobs: one finished after 6 hours, the other after 7.
In other words, I see a SMP machine as equivalent to about 1.5 single
machines. However, one would have to have one machine with 4GB and another
with 2GB to have something comparable. This would cost much more.
In our benchmarks, while a dual Athlon MP system gave very similar runQuote:> Anyways, you're choices are basically dual AMD on Tyan mobos or dual PIII
> or Xeon (P4) on Tyan/SuperMicro/Intel mobos. Dual AMD is going to be
> cheaper and just as fast/faster than Intel. The MPX chipset does
> have a limitation, though, where it reserves the top up-to-.5GB of memory
> for PCI stuff, meaning that the OS may only see 3.5GB of RAM when you install
> 4GB. That's DDR memory, btw.
We just got a new system based on Dual 2.2GHz Xeons on E7500 chipset.Quote:> If you need speed, I'd go with Xeon over PIII for an Intel solution. You'll
> want a board based on the E7500 chipset, which is dual channel DDR. I've
> got a system on a SuperMicro board that I'm quite happy with.
Memory bandwidth is likely to be a big issue for performance. The E7500
chipset has a dual-channel memory architecture which should make it better
than an KT333 or other system with only a single memory channel.
If you are installing 4GB of memory, you are wasting your money unless youQuote:> Thanks for all your responces!
> I will be running EDA tools for ASIC designs (mostly
> backend). For certain tasks, a process may take over
> 3GB of memories. Another constraint is the turn around
> time for this type of applications. Some jobs take days
> to finish, so I don't want the processes to use virtual
> memory. SMP is not that important in my case, since
> most tools here do not utilize multiple CPUs. Besides,
> I am concern about the stability of Linux's SMP implementation.
> > > What are your opinions on building or buying a
> > > fast machine (> 1.2GHz CPU) with 4GB of main
> > > memories. SMP is not important at this moment.
> > > RedHat 7.x would be the target operating system.
There is a big jump in price from 2.2GHz to 2.4GHz -- 2.2 seems to be
sweet spot for high performance on a budget. Anything less does not save
enough to be worthwhile for the type of jobs you will be running.
--
All the facts above are true, except for the ones I made up.
james.knott.
--
All the facts above are true, except for the ones I made up.
james.knott.
There are motherboards around that will take 4 gigs, just not aQuote:> What are your opinions on building or buying a
> fast machine (> 1.2GHz CPU) with 4GB of main
> memories. SMP is not important at this moment.
> RedHat 7.x would be the target operating system.
As for the stability of Linux's SMP operation, I wouldn't worry greatly.
It's true that there are still a few drivers floating around that cause
problems in SMP operation, but they're by far an exception, not the rule.
We don't use any servers that *aren't* SMP, and have no problems getting
uptimes in excess of one year. In fact, the only time any of the machines
have been rebooted in the last 2.5 years was for planned upgrades, or in
one instance, to replace a failed power supply.
steve
1. The best ways to connect a Win95 box to a Linux box ???????
After my spouse decided to enter the computing world, and buying a
better computer than mine, she mentioned that she'd like to network the
two together. Of course I'd like to. I'd love to gain access to the
larger hard and printer, etc. (Why a newbie like her gets a better
computer than me is puzzling, oh wel...)
We have purchased two nice NE2000 compatible and installed them okay.
Cabling (thin) works fine, and Linux is setup with a ftp server and
accepts telnet. Great.
My question is this:
Isn't there more I can do? How can I get more out of this setup? (I
guess that's more than one question)
What is the best way to connect a linux box to a Win95 box? Ftp and
telnet are okay, but really only usefull if I'm actually using the Win95
box. I'd rather not use the Win95 box, I love Linux and find Win95 a
pain (No flames please, just my opinion).
Have any of you connected two or more similiar computers together?
I'd reall ylike some ideas from you networking gurus out there. Thanks
in advance to anyone who can assist me.
2. Kernel 1.2.4 Network problem
3. Best ways to increase the security of my linux box
5. Any good ways to allocate nearly 4GB in SPARC asm prog ?
6. Problems upgrading from 2.5.1 to 2.6
7. Best ways to optimise Linux
8. Solaris7 Netscape & answerbooks on Intel
9. Solaris 2.6 - Having trouble installing boot block on 4GB SCSI drive
10. Best ways to handle function keys?
11. Best ways of searching web pages - wais, swish etc
12. Need ways to find street prices of Unix boxes
13. Ways to keep my Debian box updated over dial-up (3 KB/sec)?