my new workstation

Everything else that doesn't fall into one of the other PB categories.
localmotion34
Enthusiast
Enthusiast
Posts: 665
Joined: Fri Sep 12, 2003 10:40 pm
Location: Tallahassee, Florida

my new workstation

Post by localmotion34 »

today i just purchased online, a dual intel Xeon motherboard that supports unbuffered RAM, 2 Xeon 3.06 Ghz processors with hyperthreading/512 cache, and have amounted a total of 2 Gigs of DDR 2100 RAM.

this will complement a 256 Meg NVIDIA Geforce video card, 3 hard drives for a total of 200 Gigs, 5.1 surround sound, video capture card, DVD writer, and 11 USB 2 ports. what am i going to do with it all? mwaahhahahahahaha.

seriously, my question is, how will PB handle with 2 processors? are there any functions possible in PB to allocate tasks or threads to a specific processor? and with the hyperthreading, a single processor is "supposed" to act like a dual, so with 2 HT processors, will they act like 3 or 4 processors? can i use the hyperthreading from PB at all?

Code: Select all

!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
LarsG
Enthusiast
Enthusiast
Posts: 713
Joined: Mon Jun 02, 2003 1:06 pm
Location: Norway
Contact:

Post by LarsG »

8O 8O

are you going to use that as a workstation? :roll: :lol:

(super overkill!)

AMD Athlon XP2400, 512 MB RAM, Hercules 3D Prophet 9600 256MB RAM, WinXP
PIII 800MHz, 320 MB RAM, Nvidia Riva Tnt 2 Mach 64 (32MB), WinXP + Linux
17" iMac, 1.8 GHz G5, 512 MB DDR-RAM, 80 GB HD, 64 MB Geforce FX 5200, SuperDrive, OSX
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

as far as i know that there is a way to set a process's(and threads) CPU.
unfortunally i have a 1-cpu system :)
SPAMINATOR NR.1
ShDancer
User
User
Posts: 51
Joined: Sat Apr 26, 2003 5:49 am

Re: my new workstation

Post by ShDancer »

localmotion34 wrote:seriously, my question is, how will PB handle with 2 processors? are there any functions possible in PB to allocate tasks or threads to a specific processor? and with the hyperthreading, a single processor is "supposed" to act like a dual, so with 2 HT processors, will they act like 3 or 4 processors? can i use the hyperthreading from PB at all?
I think it depends from what Operating System you are using, but i'm not sure. :roll: :?

Maybe Fred can help you on that.
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post by Tranquil »

If you are using WindowsXP it will detect 4 processors on your board.
Threads are seperatet on the CPUs by the OS. That means, if you create threads in your code you automatically use more then one processor. If not, you will get the power of one physical processor on 50% maximum CPU usage shown in the taskmanager.

That is what I see in my Taskmanager if I'm not using threads.

Mike
Tranquil
freedimension
Enthusiast
Enthusiast
Posts: 613
Joined: Tue May 06, 2003 2:50 pm
Location: Germany
Contact:

Re: my new workstation

Post by freedimension »

localmotion34 wrote:today i just purchased online, a dual intel Xeon motherboard that supports unbuffered RAM, 2 Xeon 3.06 Ghz processors with hyperthreading/512 cache, and have amounted a total of 2 Gigs of DDR 2100 RAM. <snip>
Braggart!!! ;-) ;-) ;-)
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Would you mind purchasing another one? I'd be happy to give you my address :wink:
quidquid Latine dictum sit altum videtur
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

:D
@}--`--,-- A rose by any other name ..
localmotion34
Enthusiast
Enthusiast
Posts: 665
Joined: Fri Sep 12, 2003 10:40 pm
Location: Tallahassee, Florida

Post by localmotion34 »

oh and by the way, i renewed my PB license yesterday too. the old NIH grant i was on ran out last week, so i had to get a new one. the link for where i purchased my motherboard and processors is

http://www.monarchcomputer.com

good prices, but they are REALLY tough about credit cards, wanting the customer service phone # from your CC, and they verify the shipping and billing address by the US postal inspectors i think. its been an ordeal just to get it ordered.

my next task: dual AMD 64 bit 2.8 Ghz opteron processors with 1 mb cache, 16 gigs of registered RAM, the up and coming 512 meg NVIDIA video card, 3 200 Gig hard drives, and a 6.1 surround sound card. [/url]

Code: Select all

!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
User avatar
griz
Enthusiast
Enthusiast
Posts: 167
Joined: Sun Jun 29, 2003 7:32 pm
Location: Canada

Post by griz »

Don't you mean 7.1 sound?

I am waiting for dual PCI express 512 MB 6800 or x800 class video cards and a decent dual Opteron motherboard to support them... :wink:
Post Reply