Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Linux Hardware

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-30-2008, 10:35 AM
Chris
 
Posts: n/a
single core high performance computing/max memory?

Hi,
I'm looking for a high performance computing environment for genetic analysis.
As far as I understood, as well Opterons as Xeons can only address 4GB of main
memory per core. Is this right?
Looking for alternate platfoms, I came across the IBM Power 520 Express
(http://www-03.ibm.com/systems/power/hardware/520/), which is capable of
addressing up to 16GB as a single core system.
Furthermore, it runs linux, and should therefore be able to compile and run
common gentic analysis software such as plink
(http://pngu.mgh.harvard.edu/~purcell/plink/) or birdsuite
(http://www.broad.mit.edu/mpg/birdsuite/).
Did anyone ever try this before?
Recommedations, please!
Thx,
Chris

Reply With Quote
  #2 (permalink)  
Old 06-30-2008, 12:47 PM
Jim
 
Posts: n/a
Re: single core high performance computing/max memory?

Mon, 30 Jun 2008 10:35:59 +0000, Chris:

> Hi,
> I'm looking for a high performance computing environment for genetic
> analysis. As far as I understood, as well Opterons as Xeons can only
> address 4GB of main memory per core. Is this right?

Deadly wrong.
address sizes : 36 bits physical, 48 bits virtual

Do your math and discover you could address 64G of ram per processor.
(and 256TB of total memory)

Of course you have to use a 64bit os if you're not asking for troubles.
Reply With Quote
  #3 (permalink)  
Old 06-30-2008, 12:50 PM
Jim
 
Posts: n/a
Re: single core high performance computing/max memory?

Mon, 30 Jun 2008 10:35:59 +0000, Chris:

> Hi,
> I'm looking for a high performance computing environment for genetic
> analysis. As far as I understood, as well Opterons as Xeons can only
> address 4GB of main memory per core. Is this right?

Deadly wrong
address sizes : 36 bits physical, 48 bits virtual


i.e. 64GB ram (256TB of total memory).
Reply With Quote
  #4 (permalink)  
Old 06-30-2008, 12:50 PM
Jim
 
Posts: n/a
Re: single core high performance computing/max memory?

Mon, 30 Jun 2008 10:35:59 +0000, Chris:

> Hi,
> I'm looking for a high performance computing environment for genetic
> analysis. As far as I understood, as well Opterons as Xeons can only
> address 4GB of main memory per core. Is this right?

Deadly wrong
address sizes : 36 bits physical, 48 bits virtual


i.e. 64GB ram (256TB of total memory).
Reply With Quote
  #5 (permalink)  
Old 06-30-2008, 01:07 PM
Trevor Hemsley
 
Posts: n/a
Re: single core high performance computing/max memory?

On Mon, 30 Jun 2008 10:35:59 UTC in comp.os.linux.hardware, Chris
<me@privacy.net> wrote:

> As far as I understood, as well Opterons as Xeons can only address 4GB of main
> memory per core. Is this right?


No.

--
Trevor Hemsley, Brighton, UK
Trevor dot Hemsley at ntlworld dot com
Reply With Quote
  #6 (permalink)  
Old 06-30-2008, 02:11 PM
Chris
 
Posts: n/a
Re: single core high performance computing/max memory?

Jim <Jim@j.eu> wrote:
> Mon, 30 Jun 2008 10:35:59 +0000, Chris:
>
>> Hi,
>> I'm looking for a high performance computing environment for genetic
>> analysis. As far as I understood, as well Opterons as Xeons can only
>> address 4GB of main memory per core. Is this right?

> Deadly wrong
> address sizes : 36 bits physical, 48 bits virtual
>
>
> i.e. 64GB ram (256TB of total memory).

Thanks.
So, to get a single-core Xeon 32GB Ram system, which hardware is needed?
Most mainboards applicable do not support that much Ram.
Is it reasonable at all?
How is the performance compared to an Opteron for single core apps?
Thx,
Chris
Reply With Quote
  #7 (permalink)  
Old 06-30-2008, 02:14 PM
Hactar
 
Posts: n/a
Re: single core high performance computing/max memory?

In article <g4acuf$291d$1@gwdu112.gwdg.de>, Chris <me@privacy.net> wrote:
> I'm looking for a high performance computing environment for genetic analysis.
> As far as I understood, as well Opterons as Xeons can only address 4GB of main
> memory per core. Is this right?


Hm, even the 64-bit chips? I would've thought they'd be able to address
2^64 B (16 EiB) per core. Not so?

--
"Never go off on tangents, which are lines that intersect a curve at
only one point and were discovered by Euclid, who lived in the 6th
century, which was an era dominated by the Goths, who lived in what we
now know as Poland." - from Nov. 1998 issue of Infosystems Executive.
Reply With Quote
  #8 (permalink)  
Old 06-30-2008, 04:15 PM
Anton Ertl
 
Posts: n/a
Re: single core high performance computing/max memory?

Chris <me@privacy.net> writes:
>Jim <Jim@j.eu> wrote:
>> address sizes : 36 bits physical, 48 bits virtual
>>
>>
>> i.e. 64GB ram (256TB of total memory).


I am pretty sure today's Xeons support more than 64GB. Certainly
there are motherboards that support 128GB of physical RAM.

>Thanks.
>So, to get a single-core Xeon 32GB Ram system, which hardware is needed?
>Most mainboards applicable do not support that much Ram.


There are quite a number of Xeon motherboards that support 32GB and
more. They are typically dual-socket boards, but you can run it with
only one socket equipped. I think nowadays you can but only dual- and
quad-core Xeons, but maybe you can get a single-core Xeon that fits on
the second-hand market.

>Is it reasonable at all?


Doing it with a single-core Xeon is not reasonable (they are based on
the Pentium 4, if you can get them at all). I suggest getting a
dual-core Xeon 51xx or 52xx (i.e., Core 2 Duo-based), which tend to be
faster (even for single-threaded applications) and consume less power.

>How is the performance compared to an Opteron for single core apps?


The fastest of the Xeons mentioned above are faster than the fastest
Opterons on most single-threaded applications. Also, if you want
32GB, it may be cheaper to equip both sockets of a dual-core board to
get two additional memory channels than to try to do it with one
Opteron (and forget about single-socket Opteron boards, they don't
have enough memory slots).

- anton
--
M. Anton Ertl Some things have to be seen to be believed
anton@mips.complang.tuwien.ac.at Most things have to be believed to be seen
http://www.complang.tuwien.ac.at/anton/home.html
Reply With Quote
  #9 (permalink)  
Old 06-30-2008, 05:36 PM
Yousuf Khan
 
Posts: n/a
Re: single core high performance computing/max memory?

Chris wrote:
> Hi,
> I'm looking for a high performance computing environment for genetic analysis.
> As far as I understood, as well Opterons as Xeons can only address 4GB of main
> memory per core. Is this right?


No, Opterons are able to address upto 1TB of memory, no matter how many
cores, and something like 256TB of memory spread across multiple sockets
(rather than cores). Xeons are dependent on their chipset memory
controller, and their limitations. Depending on the chipset, Xeons
should also be able to address upto 1TB of memory, and more spread
across independent chipsets (rather than shared chipsets).

This is also dependent on current RAM manufacturing technology. If the
RAM itself can't be made dense enough, then you're probably limited in
the amount of memory just based on that.

Yousuf Khan
Reply With Quote
  #10 (permalink)  
Old 06-30-2008, 05:48 PM
Jim
 
Posts: n/a
Re: single core high performance computing/max memory?

Mon, 30 Jun 2008 16:15:13 +0000, Anton Ertl:

> Chris <me@privacy.net> writes:
>>Jim <Jim@j.eu> wrote:
>>> address sizes : 36 bits physical, 48 bits virtual
>>>
>>>
>>> i.e. 64GB ram (256TB of total memory).

>
> I am pretty sure today's Xeons support more than 64GB. Certainly there
> are motherboards that support 128GB of physical RAM.


Show me address sizes and I'll tell you.
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Linux Hardware


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:04 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Free Ringtone | Alabama Flags | Remortgages | Credit | Samsung



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109