Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installing on Intel Xeon 5300 Series Cpus
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Red-Drop
n00b
n00b


Joined: 10 Mar 2005
Posts: 37

PostPosted: Fri May 11, 2007 2:49 am    Post subject: Installing on Intel Xeon 5300 Series Cpus Reply with quote

Hi Guys,

I just put in my order for my new virtualisation power house.


The specs are

2 x Intel BX80563E5345A QUAD CORE XEON 5345, 2.33 GHz, 1333 FSB, 8M CACHE, ACTIVE cooling
1 x Tyan Tempest i5000XT (S2696A2NRF) Dual LGA771, Intel 5000X chipset, 8x FB Dimm, 6x SATAII RAID, E-ATX, PCI-E x16
2 x Kingston KVR667D2D8F5/2G 2GB DDR2 667MHz ECC FULLY BUFFERED CL5 DIMM DUAL RANK x8


The system is going to be a development desk top and server system running multiple OS's through vmware and is designed so that we can test our updates and rollouts before putting them on the client and server machines. Its also my new personal desktop (so its gotta run World of Warcraft) :D


I was just wondering what CFLAGS i should be using for the new 5300 quad core xeons? I've googled around abit some people are reccomending nocona and others amd64. I like to tune my systems up pretty tighly and am looking to take full advantage of the new cpus.


I am not new to gentoo or linux. It is just the first time i have used these types of cpus's. Previously all installations have been P4,P4Ds athlon-xps or PPC.


Thanks in advance,

Ash
Back to top
View user's profile Send private message
Anon5710
Apprentice
Apprentice


Joined: 23 Jul 2004
Posts: 232
Location: Belgium

PostPosted: Fri May 11, 2007 1:45 pm    Post subject: Reply with quote

Quote:
Intel Core 2 Duo/Quad / Xeon 51xx/53xx

32 bit profile (x86)

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"

64 bit profile (amd64)

CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"



Ive got this from Gentoo wiki. :)

Btw, thats a very nice system, how much did it cost you ?
Back to top
View user's profile Send private message
Red-Drop
n00b
n00b


Joined: 10 Mar 2005
Posts: 37

PostPosted: Tue May 15, 2007 1:26 am    Post subject: Reply with quote

Just under $4000 Aussy dollars. I already had a decent video card and plenty of spare 320GB sata HDDs.

That included an antec nine hundred case and power supply.


The case did not fit the E-ATX board. So i whent for a Coolermaster 832 (extra $200) But the best build case ive evere used.


Last edited by Red-Drop on Wed May 23, 2007 12:03 am; edited 2 times in total
Back to top
View user's profile Send private message
Red-Drop
n00b
n00b


Joined: 10 Mar 2005
Posts: 37

PostPosted: Tue May 15, 2007 1:37 am    Post subject: Reply with quote

Thanks those are the safe ones. I was more interested in the hardcore ones :P

Looks like multiple cats of /proc/cpuinfo and a bit of googleing with the machine in front of me is necessary. Ill keep you posted.

Ash
Back to top
View user's profile Send private message
Red-Drop
n00b
n00b


Joined: 10 Mar 2005
Posts: 37

PostPosted: Fri May 18, 2007 12:21 am    Post subject: Reply with quote

Just for any one who is interested here were my final optimizations.


Code:

CFLAGS="-march=nocona -O3 -pipe -funroll-loops -fomit-frame-pointer -mmmx -msse3 -mfpmath=sse"
CHOST="x86_64-pc-linux-gnu"

MAKEOPTS="-j9"



I just love that MAKEOPTS its more than my old distcc cluster :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum