slimjim, that seems to go against the current trend, there are some F1 teams using multi-core SMP machines (eg McLaren with 500+ core Itanium system), but most are going to clusters, with 1000 cores being a common number. Most are going for the 1U dual socket nodes giving 4 cores (dual-core) or 8 cores (quad-core).slimjim8201 wrote:Good question. We've had an X64 version for years. The largest I've tested on a PC was about 15 million elements. The PC had 8 GB of ram and a single, dual core 2.4 ghz xeon processor. I believe one of the young bucks tried something with even more than that a few months back. Theoretically, our limit is the operating system's limit, which in the case of X64, is a LOT. The problem then is the solve times. Almost all of our users are operating on a single node. That is they are designing and simulating on a single PC. Not a Cray or some crazy UNIX cluster. Our distributed computing capabilities will take a huge leap with the next version, but even then, most of our users will still be running on a single node.miqi23 wrote:Out of interest Slimjim8201, what is the maximum cell size model you can produce with CFDesign? Has it got a 64 bit platform yet?
CPU clock speed is important, however the real issue is memory per core and/or memory bandwidth. Some CFD codes work better on SMP machines, others on clusters and it can be as fine-grained as the different solvers for a single application may perform better on the different architectures.
SMP machines like the SGI Altix 4700 (Itanium based) allow extremely large amounts of memory per core (Theorectical limit is 128TB of RAM per machine with upto 1K cores per node)
Clusters using Intel or AMD are typically limited to 32GB per node which are mainly dual socket, ie max of 8 cores (today)
But memory bandwidth is an issue as well, thats why some of the CFD codes only run on 1 core per socket on Xeon (each dual core shares a memory bus) (each quad core is basically 2 * Dual-core on the same piece of silicon).
AMD's Barcelona chip will (now its finally out) out-perform Intels current offering, until Intel releases its Nehalem chip later this year, then it might come down to who has the fastest clock.
G