On the contrary, IBT with AVX or LinX with AVX (both linpack based) loads the 1155 chips more than anything else. Also, both allow using all available memory, which is good as a memory test.i thought IBT wasnt the best to rely on for 1155 chips
On the contrary, IBT with AVX or LinX with AVX (both linpack based) loads the 1155 chips more than anything else. Also, both allow using all available memory, which is good as a memory test.i thought IBT wasnt the best to rely on for 1155 chips
i thought IBT wasnt the best to rely on for 1155 chips
No point in the prime, IBT will find instability when p95 won't. Prime 95 is literally useless. Apart from wasting time I suppose.
In my experience, anything above 20 runs on max memory with IBT or LinX with AVX is enough to prove stability. The temperatures should stablilize within the first 5 runs or so.so if it does 35 runs ok then i should be good?
In my experience, anything above 20 runs on max memory with IBT or LinX with AVX is enough to prove stability. The temperatures should stablilize within the first 5 runs or so.
Wingzero30 will be along shortly, but here is some of his explanation.
j.col speaks the truth (and where the hell is wingzero??)
Firstly, yes, one hundred and nineteen billion floating point operations for second is pretty damn incredible. Just think about it for a moment
Read me: http://forums.overclockers.co.uk/showthread.php?t=18206940
However with SB I assume the calculation for GFLOPS is wrong. With C2D, you get 4 FLOPS per core, so 4*(number of cores)*(speed in GHz) = GFLOPS. If you're getting 119 GFLOPS that means the 2500K is doing 8 floating point ops per cycle (yowza!) giving you a peak output of 4*4.8*8=153.6 GFLOPS.
P.S. This is clearly why SB is so quick - it's doing twice as much work clock for clock.
See http://software.intel.com/en-us/avx/.what is AVX?
I hear you guys
I don't need to add anything extra. You guys have become amazingly knowledgeable in the use of IBT
As stated above SB uses AVX instructions which double the flops from 4 flops to 8flops per cycle hence you can attain GFlops values in excess of 100.
IBT makes use of multi-add operations.
I've not noticed this - in fact quite the opposite - what are your sources?
so it does AVX automatically?
its on 33 of 35 runs, so if the last 2 are ok then im good![]()
its remained constant time and Gflops so i assume all is as it should be.
IBT is a front-end to the Intel Linpack benchmark http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download/. The included matrix operations may very well include trigonometric functions in addition to multiplications and additions, I have not seen an exact specification of the Linpack subroutines included in the benchmark.IBT makes use of multi-add operations.
so it does AVX automatically?
its on 33 of 35 runs, so if the last 2 are ok then im good![]()
its remained constant time and Gflops so i assume all is as it should be.
It's certainly a good starting point - but the harsh reality is until the sytem proves itself stable in day to day usage over the coming days and weeks you wont know for sure.
Stress tests are great for early indicators of instabilty but some systems can pass every stress test thrown at them but then inextricably BSOD when browsing...
Do you have win7 sp1 installed?
I think SB only takes advantage of AVX when it is running software such as win7 sp1 that supports AVX.
IBT is a front-end to the Intel Linpack benchmark http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download/. The included matrix operations may very well include trigonometric functions in addition to multiplications and additions, I have not seen an exact specification of the Linpack subroutines included in the benchmark.
Thanks, so it does not seem to include any trigonometric functions. This is a major difference from prime95, which needs trigonometric functions for the Fourier transformations. It would be good to have a prime95 version that used AVX---this could be the ultimate test.It's solving simultaneous eqns according to http://en.wikipedia.org/wiki/Linpack as I described above. If this isn't the case I'd like to know.
It seems like it is though, as e.g. in LinX you can choose the number of eqns explicitly.
Just anecdotal I'm afraid, from my own tests. It stands to reason though, that the test which is producing sometimes 20 degrees more heat is going to be more intensive. Furthermore, linpack is inherently more sensitive to error as it is essentially running an algorithm to solve huge systems of simultaneous eqns (in the thousands of eqns, this is what the memory usage refers to). As such, a single miscalculation results invariable in a different residual.
I don't know how p95 works come to think of it. Though it is clearly a pretty insensitive test, as it takes many repeats of many thousands of iterations of the same prime number to spot an error.
Possible. Though I'm yet to hear of a single system crash in day to day use after passing a properly set up IBT stress. If you can find one I'd be very interested.
Yes you are correct in saying prime95 makes use of fourier transforms which is based on fourier series and include trignometric functions plus calculus. From mathematical standpoint, fast fourier transforms or FFTs is more complex to solve than gaussian elimination matrix. But because FFTs involve trignometry and calculus, cpu takes longer to calculate them than simple matrix method.
IBT is also cyclic in nature where it places tremendous load on cpu and when it outputs result, the load is temporarily lightened and then it goes back up.
Prime95 on the other hand is more about constant loading where it is solving fast fourier transforms.
I think it is the way Prime95 and IBT are programmed to run determine which is more stressful on cpu. IBT for cpu overclock whereas Prime95 is more for long term overall system stability and I would say neither should be neglected.
It is just that Prime95 and IBT are two very different stress tests and can't be compared directly.