CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Time for moving on to 64-bit computing?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 8, 2006, 15:08
Default Time for moving on to 64-bit computing?
  #1
Dr. Bian
Guest
 
Posts: n/a
The 64-bit CFX-10 is available to unix OS now, and workbench has 64-bit for both unix and windows. The expected CFX-11 will support XP64. It is reported the 64-bit hardware and OS can yield 15% performance gain. Interesting thing is in ANSYS SOLUTIONS (summer 2005), the paper benchmarking AMD Opteron shows no speed gain for large problem on single 64-bit CPU (chart.2).

So, is it the time for upgrading hardware to 64-bit? Will the 64-bit CFX-11 discontinue the support for 32-bit systems?

  Reply With Quote

Old   June 8, 2006, 15:25
Default Re: Time for moving on to 64-bit computing?
  #2
Robin
Guest
 
Posts: n/a
A 64 bit version of CFX has been available on UNIX for several years. The only remaining 32 bit versions are for Windows and Linux on 32 bit systems. You can expect a 32 bit version to be available for several more years, as this is what many customers will still be using.

64 bit processors are not necessarily faster. There is nothing about a 64 bit chip that makes it faster, although the other architectural changes that come with the chips may improve performance (such as increased bandwidth to memory). What 64 bit really means is that you can access more memory. This really impacts Pre and Post-processing of large jobs more than anything, as these are typically serial operations. As for the solver, having access to more memory doesn't really help much, since if you need 16 GB of RAM for your solver run, it is going to take forever to solve and you would be better off running smaller chunks in parallel instead, which would probably put you back under the 2GB limit of 32 bit computers anyway.

Regards, Robin
  Reply With Quote

Old   June 8, 2006, 17:30
Default Re: Time for moving on to 64-bit computing?
  #3
Joe
Guest
 
Posts: n/a
Its going to be interesting to see how the server version of Intels Conroe (woodcrest) fairs. Most benchmarks seem to indicate Conroe will finally salvage Intels reputation after the twin fiascos of the Itanic and the netsuck bus.

If these woodcrest server chips deliver as initial benchmarks indicate they will drop the price of HPC by 50%-66%.

I wouldnt invest in any more opteron machines until this all clears up unless you are going for more than 2 sockets (i.e. 4 cores). AMD's cHT still whups ass for large core count machines.
  Reply With Quote

Old   June 9, 2006, 10:33
Default Re: Time for moving on to 64-bit computing?
  #4
Anonymous
Guest
 
Posts: n/a
Hi Robin,

You mention a 2GB limit for 32 bit machines. I am no expert on computer hardware, but I have always been under the impression that it is possible to address 2^32 bytes of memory on a 32 bit machine (i.e 4GB). Windows machines typically only can use 2GB for CFX due to the way that the memory is divided up for the OS, but this can be extended using a special switch (/3GB is the switch I think).

Anyway, sorry to knitpick I hope I am correct!
  Reply With Quote

Old   June 9, 2006, 13:19
Default Re: Time for moving on to 64-bit computing?
  #5
Robin
Guest
 
Posts: n/a
2^31 actually, because the memory allocation takes a signed integer. The last bit is the sign.
  Reply With Quote

Old   June 9, 2006, 17:00
Default Re: Time for moving on to 64-bit computing?
  #6
Anonymous
Guest
 
Posts: n/a
Hi Robin,

Like I say, I am no expert on the matter, but I am sitting here on a computer running 4GB of RAM on a 32 bit architecture

The register is still 32 bits long and is used to address 2^32 bytes of memory, whether or not that address is positive or negative shouldn't matter. The Wiki and the Matlab support site (two fairly reputable sources) also support my hunch on this one. The links are below:

http://en.wikipedia.org/wiki/64-bit http://www.mathworks.com/support/tec...1100/1106.html

I think you are confusing memory allocation with the representation of integers in memory, see:

http://en.wikipedia.org/wiki/Integer_(computer_science)

Hope this makes sense!

  Reply With Quote

Old   June 11, 2006, 12:44
Default Re: Time for moving on to 64-bit computing?
  #7
Robin
Guest
 
Posts: n/a
Memory allocation is all that matters in this case.
  Reply With Quote

Old   June 11, 2006, 12:59
Default Re: Time for moving on to 64-bit computing?
  #8
HekLeR
Guest
 
Posts: n/a
You are correct that one can run a 32 bit CPU with up to 4 GB of ram. Processes running on such a CPU can allocate memory anywhere in that space because the registers in the chip can store addresses anywhere in the 4GB.

The links you refer to above only refer the maximum addressability available at the hardware level. Addressability of individual processes at the operating system level is a different issue because of how virtual address space is managed. At the operating sytem level both 32 bit windows and linux are limited, by default, to a max of 2 GB per process.

The 2GB limit happens basically because of virtual memory allocation (i.e. swapping out processes to disk). This is done by mapping the 4GB of physical RAM into two pieces of 2GB virtual address space. One piece is allocated to the operating system kernel for system level functions (disk i/o, graphics, networking, caching, etc ...) and the other piece to user applications.

On windows the /3GB switch increases the user piece to 3GB at the expense of allowing only 1 GB for the kernel, which may not necessarily be optimal depending on what kind of work the system is doing most of the time..

Hopefully that is clear.

  Reply With Quote

Old   June 12, 2006, 09:00
Default Re: Time for moving on to 64-bit computing?
  #9
Dr. Bian
Guest
 
Posts: n/a
As my understanding, a 32-bit PC (probably 64-bit CPU with 32-bit OS) can use up to 4GB RAM, but up to 2GB for each process. A dual-CPU or dual-core probably can run 2 process to occupy up to 4GB. Correct me if I am wrong.

I am very sure for Windows OS (32-bit or 64-bit), current CFX-solver only can occupy up to 1.6 to 1.7 GB RAM. Let's hope CFX-11 can be released soon, so there will be 64-bit CFX solver executables for Windows available. Then more RAM can be addressed.

I originally want to set up a cluster to run big cases (with more RAM on each node), but do not want to go for Linux OS. It seems with CFX-10, I can not get more RAM involved (parallel licenses limited), so I am in the debate of upgrading the hardware right now to 64-bit and waiting for CFX-11 or upgrading later after CFX-11 available.
  Reply With Quote

Old   June 12, 2006, 10:00
Default Re: Time for moving on to 64-bit computing?
  #10
Anonymous
Guest
 
Posts: n/a
Hi HekLeR,

I agree with you, what you have posted here is essentially what I said in my first post to this thread, although you have said it more eloquently!

One question, are you sure that Linux is also limited by default to a 2GB process? For some reason, I have in my head that the kernal is allocated a lot less than in Windows and that individual processes can be around 3GB in Linux. I googled around a bit and didn't find much information on this (that I could decipher), so maybe you could post a reference for us?

Thanks!

  Reply With Quote

Old   June 13, 2006, 13:56
Default Re: Time for moving on to 64-bit computing?
  #11
Anonymous
Guest
 
Posts: n/a
As no answers were forthcoming on the Linux front, I did a bit more googling to see what the limits are. The following link is a few years old, but it seems even at that time that Linux processes could use 3GB of RAM and that 1GB was reserved for the kernal.

http://www.ussg.iu.edu/hypermail/lin...07.1/0177.html

I haven't used a Linux box with that much memory, but this guy seems to know what he is talking about ... but like anything else on the web, take it with a grain salt ... there is SO MUCH mis-information out there on the 'information' superhighway

(If I am adding to this mis-information, please correct me)
  Reply With Quote

Old   June 16, 2006, 01:45
Default Re: Time for moving on to 64-bit computing?
  #12
Patrick
Guest
 
Posts: n/a
Dear Bian,

Heading for a Linux-Cluster ist the best you can do. If you want to run big cases it is better to divide your jobs. Even if a powerful single machine would be able to handle the job it would take just too long to get the results. By the way is a system running on linux faster than the same system with windows. We are win32, lin32 and lin64 machines and my recommendation for you would be: - Opteron 64bit machines - at least 4 GB RAM -> but better more nodes than more RAM per node - if you have really big cases to handle the a powerful master node with more RAM

By the way, CFX10 is able to handle that without problems. You don't have to wait until the end of october for CFX11.
  Reply With Quote

Old   June 18, 2006, 17:42
Default Re: Time for moving on to 64-bit computing?
  #13
Glenn Horrocks
Guest
 
Posts: n/a
Hi,

This will probably start the debate all over again, but here goes...

With the MPICH for windows parallel method I have found no speed advantage with Linux. Linux does have a smaller kernal so you can run slightly larger models than windows, and a carefully managed large Linux cluster is likely to be more slightly more stable than a carefully managed windows cluster.

However for small clusters I think you will find Windows XP is the same speed and same stability as Linux. For small clusters you should make the choice based on your personal preference.

Glenn Horrocks
  Reply With Quote

Old   June 19, 2006, 08:41
Default Re: Time for moving on to 64-bit computing?
  #14
Robin
Guest
 
Posts: n/a
I think the biggest differentiator is not the performance of the solver, but the administration of the system. A Linux cluster is generally easier to set up and maintain, although I begrudgingly admit that Microsoft's cluster solution may change this.

-Robin
  Reply With Quote

Old   June 19, 2006, 09:57
Default Re: Time for moving on to 64-bit computing?
  #15
Dr. Bian
Guest
 
Posts: n/a
Hi, there,

64-bit OS (Linux or Windows) can address more RAM. Another problem is if there are 64-bit CFX executables for the OS. I am sure for CFX-10, it has 64-bit executable for Linux, but not for Windows. It is reported that the 64-bit computing can gain 15% faster speed.
  Reply With Quote

Old   June 19, 2006, 10:03
Default Re: Time for moving on to 64-bit computing?
  #16
Dr. Bian
Guest
 
Posts: n/a
Thanks for your info.

For small clusters, I believe Windows and Linux have similar computing speed. However, Linux cluster has much much smaller starting and finishing time of a parallel run. Windows probably has convenient interface, and it is easy for single use when the cluster is idle or dismissed.
  Reply With Quote

Reply


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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
directMapped problem panda60 OpenFOAM Bugs 4 July 8, 2010 10:23
PostChannel maka OpenFOAM Post-Processing 5 July 22, 2009 09:15
Problems with simulating TurbFOAM barath.ezhilan OpenFOAM 13 July 16, 2009 05:55
Differences between serial and parallel runs carsten OpenFOAM Bugs 11 September 12, 2008 11:16
unsteady calcs in FLUENT Sanjay Padhiar Main CFD Forum 1 March 31, 1999 12:32


All times are GMT -4. The time now is 06:20.