Fasnicating.Quote from theplumber:
The steamthru technology may be what your looking for. I posted this 1 year ago. The nForce 3 pro is what I use with dual 248 Opterons, works like a dream http://www.nvidia.com/page/nforce3.html go to the relevent links pdf. I have 3 updating ANN's about every half hour crunching 20 megs each while running 3 charting programs on a T-3 line with not one glitch since I built it. Also the next nForce coming, the 250 I think, will have PCI-X so you may want to wait for that one and one for 4 way as well.
Quote from nitro:
The first part makes sense. However, I don't follow the second. The memory footprint of the program has nothing to do with the cache hit on the CPUs internal cache(s)?
Quote from prophet:
I mean the memory footprint of the code which is your processing bottleneck (inner loop). If this code is using 99% of CPU while mostly accessing less than 512KB of memory, then any cache larger than 512KB won't give you much improvement. Smaller caches would definitely reduce performance.
Even though your program accesses several GB of memory over long intervals, over short intervals it uses much less, often with definite patterns which can be optimized for reuse.
Cache optimization can be dramatic. I recently wrote some backtesting code that benchmarks at 100M ES ticks / second on a single 2.8 GHz P4 processor. Before optimization for locality this code ran about 20 times slower.
Try these for more info:
http://engineering.dartmouth.edu/~engs116/lectures/engs 116 lecture 13-03f.ppt
http://www.gdconf.com/archives/2003/Ericson_Christer.ppt
Quote from nitro:
Fasnicating.
When I first saw your link, my first thought was, "what does a graphics card have to do with the price of TCP/IP in china?"
But then I started reading, and this thing is talking about "Enterprise Class Networking" :eek:
http://www.nvidia.com/object/feature_network.html
So now I am really confused. Is this thing, nForce3, a graphics card, or some sort of chipset used on NICs and graphics cards? I can't make heads or tails of what this article is trying to tell me.
Either way, thanks for the link...
nitro![]()
Quote from nitro:
Aaaaaaaaaaaaaaaahhhh!
LOL. AMD bought this technology from nVidia an renamed it?
nitro
I read the link more carefully and the broadcom Gig Nics are on connected to PCI-X Bridge A.Quote from nitro:
No!
The new (Quad only?) opteron boards have dual channel PCI/X buses! That is the whole point! Check out:
http://www.amdboard.com/tyan_s4882_opteron_board.html
Look at "Expansion Slots" - "Two independent PCI-X buses."
However, I do not know how the hardware interacts with the OS on this.
To add to that, I have no idea on what bus the _onboard_ NICs are.
Even in this case, there is probably no way to assure that the NIC's get one PCI-X bus to itself. Ugh, I honestly don't know.
nitro