Hi, I tried to run this program on my old single core 754 under w7 x86 (w/ 2x512MB ram), but when using small memory amounts like 16-32MB the program seems to produce errors.
It will start without giving output for about 20s, and then all of the sudden, either a lot of computations appear with different times/gflops, or it errors out with invalid values on time/gflops GUI columns.
Just for comparison sake, on another popular linpack gui results will appear as they are calculated without errors taking about 7s for 20x 16MB.
Intel(R) LINPACK 32-bit data - LinX 0.6.4
Current date/time: Sat Feb 27 21:27:01 2010
CPU frequency: 2.604 GHz
Number of CPUs: 1
Number of threads: 1
Parameters are set to:
Number of tests : 1
Number of equations to solve (problem size) : 1354
Leading dimension of array : 1368
Number of trials to run : 20
Data alignment value (in Kbytes) : 4
Maximum memory requested that can be used = 14849632, at the size = 1354
============= Timing linear equation system solver =================
Size LDA Align. Time(s) GFlops Residual Residual(norm)
1354 1368 4 0.853 1.9454 2.177591e-012 4.079813e-002
1354 1368 4 0.782 2.1217 2.177591e-012 4.079813e-002
1354 1368 4 0.834
Edit: I've just tested on my PhII 4x and it doesn't exhibit the same problem. Computation output is immediately displayed.
I'm just reporting this, because it might uncover any bug that could cause false positives on other systems.
Bookmarks