
I pretty much doubt you will notice a big difference, since all chips (being either AMD or Intel) faster than certain threshold do not bring much more or less to end user expirience. My personal opinion of this threshold is above 2 GHz speed for AMD and 3 GHz for Intel. Take this information with a grain of salt since there are people out there who do notice -fbreak-my-system-and-burn-it-down 2% level of increase in system speednr5 wrote:Will there be a big difference (noticable)? =(loftwyr wrote:It'll work. Just slower than the equivalent AMD64 box.
Probably not enough for you to notice unless you pllace them side by side. As long as you have the system set up well (hdparm settings and everything), you'd probably not notice.nr5 wrote:Will there be a big difference (noticable)? =(

As far as I remember, the Xeon processors with 2 MB L2 cache do not have the EM64T implementation, so no, a 64bit installation will not work on that machine.nr5 wrote:In my case I will be getting my new server next week (PowerEdge 1850) shipped from Dell and I want to make sure I use the processors full capacity. Its a 64-bit Intel® Xeon processor 3.0GHz with 2MB L2 cache. Will it work?
Code: Select all
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=nocona -pipe -frename-registers"
ia64 (aka Itanium) is completly different from x86 (32bit xeons, athlons, 486) and totally different from amd64.IgorM wrote:Good Day all,
I just wanted to join this discussion in asking if there is an alternative to amd64 for running on lets say Xeon processor?
I understand ia64 wont work?
Thanks!
-igor
Already taken care of ALL that in my case... This is *THE* last possible optimization we can do.uxbod wrote:Strip your kernel down to what is necessary in my opinion. Performance can also be achieved in other areas ... Memory speed, disks, SAN etc etc etc ...
Nojmmf wrote:
As a newbie to Linux 64 bits, I have several questions:
-) If I re-install Gentoo in the "AMD64 flavour", will I miss SMP / HyperThreading functionality?
Yes.-) I'm using AND DEPENDING on DMRAID v1.0.0.rc10, as my Gentoo is installed on the RAID itself. Will DMRAID compile on AMD64 platform?
Sorry, don't know.-) Will "binary, static packages" compiled for normal 32 bits linux run under a 64 bit kernel? Here, we're talking about proprietary, "binary only" software, like Matlab, Maple, Nero, etc. (And also about Intel C++ & Fortran compilers & libs, bin-rpm only.)
Assuming everything else is equal it should be faster, as the extra 8 general purpose registers only work when running in 64 bit mode on an AMD64 core.-) Considering all the above... *IF* everythng runs O.K. under 64 bits kernel... Will it run faster or slower? (Speaking in terms of FLOPS, for example... We NEED to calculate A LOT of ugly matrixes here...)
Well, after all... If I have my kernel compiled for "nocona-only" on x86, Will it be worth to move to AMD64 platform at all? T.I.A...
Yeah... I asume that... But Will it be the same under an INTEL EM64T Processor? (With the AMD64 distribution, I mean)Assuming everything else is equal it should be faster, as the extra 8 general purpose registers only work when running in 64 bit mode on an AMD64 core.