Request for help

U

user923005

GCC:
dcorbit@DCORBIT64 /c/tmp
$ ./a


Linpack Benchmark in C of size 50
1/COND(A) (Condition number of A) = 6.184320e-004
||x-X||/||X|| (Solution Error) = 1.315905e-014
||b-Ax||/||X|| (Residual Error) = 8.824222e-015
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 100
1/COND(A) (Condition number of A) = 1.554756e-004
||x-X||/||X|| (Solution Error) = 9.278033e-014
||b-Ax||/||X|| (Residual Error) = 2.325919e-014
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 150
1/COND(A) (Condition number of A) = 1.645716e-003
||x-X||/||X|| (Solution Error) = 1.555976e-014
||b-Ax||/||X|| (Residual Error) = 6.302992e-014
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 200
1/COND(A) (Condition number of A) = 1.040135e-004
||x-X||/||X|| (Solution Error) = 8.772505e-014
||b-Ax||/||X|| (Residual Error) = 5.997620e-014
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 250
1/COND(A) (Condition number of A) = 2.600774e-004
||x-X||/||X|| (Solution Error) = 3.949352e-014
||b-Ax||/||X|| (Residual Error) = 8.595803e-014
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 300
1/COND(A) (Condition number of A) = 1.293777e-004
||x-X||/||X|| (Solution Error) = 2.527731e-014
||b-Ax||/||X|| (Residual Error) = 1.458437e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 350
1/COND(A) (Condition number of A) = 2.706399e-004
||x-X||/||X|| (Solution Error) = 2.767119e-014
||b-Ax||/||X|| (Residual Error) = 1.792699e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 400
1/COND(A) (Condition number of A) = 2.531834e-005
||x-X||/||X|| (Solution Error) = 1.665314e-013
||b-Ax||/||X|| (Residual Error) = 2.481079e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 450
1/COND(A) (Condition number of A) = 6.868548e-005
||x-X||/||X|| (Solution Error) = 9.488432e-014
||b-Ax||/||X|| (Residual Error) = 2.841456e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 500
1/COND(A) (Condition number of A) = 2.168250e-004
||x-X||/||X|| (Solution Error) = 6.160613e-014
||b-Ax||/||X|| (Residual Error) = 3.537630e-013
Where X = True solution and and x = computed solution

Elapsed time is 1.60944 seconds

dcorbit@DCORBIT64 /c/tmp
$

Visual C++ 2003:
C:\tmp\linpack_vc_2003\Release>linpack_vc_2003.exe


Linpack Benchmark in C of size 50
1/COND(A) (Condition number of A) = 6.184320e-004
||x-X||/||X|| (Solution Error) = 1.113276e-014
||b-Ax||/||X|| (Residual Error) = 5.307370e-015
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 100
1/COND(A) (Condition number of A) = 1.554756e-004
||x-X||/||X|| (Solution Error) = 2.665509e-014
||b-Ax||/||X|| (Residual Error) = 3.088207e-014
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 150
1/COND(A) (Condition number of A) = 1.645716e-003
||x-X||/||X|| (Solution Error) = 1.148198e-014
||b-Ax||/||X|| (Residual Error) = 4.947165e-014
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 200
1/COND(A) (Condition number of A) = 1.040135e-004
||x-X||/||X|| (Solution Error) = 1.125477e-013
||b-Ax||/||X|| (Residual Error) = 7.064753e-014
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 250
1/COND(A) (Condition number of A) = 2.600774e-004
||x-X||/||X|| (Solution Error) = 2.082557e-014
||b-Ax||/||X|| (Residual Error) = 1.172275e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 300
1/COND(A) (Condition number of A) = 1.293777e-004
||x-X||/||X|| (Solution Error) = 8.323326e-014
||b-Ax||/||X|| (Residual Error) = 1.784431e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 350
1/COND(A) (Condition number of A) = 2.706399e-004
||x-X||/||X|| (Solution Error) = 5.849941e-014
||b-Ax||/||X|| (Residual Error) = 1.538724e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 400
1/COND(A) (Condition number of A) = 2.531834e-005
||x-X||/||X|| (Solution Error) = 3.640797e-013
||b-Ax||/||X|| (Residual Error) = 2.782991e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 450
1/COND(A) (Condition number of A) = 6.868548e-005
||x-X||/||X|| (Solution Error) = 1.749343e-013
||b-Ax||/||X|| (Residual Error) = 3.610211e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 500
1/COND(A) (Condition number of A) = 2.168250e-004
||x-X||/||X|| (Solution Error) = 5.316414e-014
||b-Ax||/||X|| (Residual Error) = 3.611272e-013
Where X = True solution and and x = computed solution

Elapsed time is 1.641 seconds

C:\tmp\linpack_vc_2003\Release>linpack_vc_2003.exe


Linpack Benchmark in C of size 50
1/COND(A) (Condition number of A) = 6.184320e-004
||x-X||/||X|| (Solution Error) = 1.113276e-014
||b-Ax||/||X|| (Residual Error) = 5.307370e-015
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 100
1/COND(A) (Condition number of A) = 1.554756e-004
||x-X||/||X|| (Solution Error) = 2.665509e-014
||b-Ax||/||X|| (Residual Error) = 3.088207e-014
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 150
1/COND(A) (Condition number of A) = 1.645716e-003
||x-X||/||X|| (Solution Error) = 1.148198e-014
||b-Ax||/||X|| (Residual Error) = 4.947165e-014
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 200
1/COND(A) (Condition number of A) = 1.040135e-004
||x-X||/||X|| (Solution Error) = 1.125477e-013
||b-Ax||/||X|| (Residual Error) = 7.064753e-014
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 250
1/COND(A) (Condition number of A) = 2.600774e-004
||x-X||/||X|| (Solution Error) = 2.082557e-014
||b-Ax||/||X|| (Residual Error) = 1.172275e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 300
1/COND(A) (Condition number of A) = 1.293777e-004
||x-X||/||X|| (Solution Error) = 8.323326e-014
||b-Ax||/||X|| (Residual Error) = 1.784431e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 350
1/COND(A) (Condition number of A) = 2.706399e-004
||x-X||/||X|| (Solution Error) = 5.849941e-014
||b-Ax||/||X|| (Residual Error) = 1.538724e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 400
1/COND(A) (Condition number of A) = 2.531834e-005
||x-X||/||X|| (Solution Error) = 3.640797e-013
||b-Ax||/||X|| (Residual Error) = 2.782991e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 450
1/COND(A) (Condition number of A) = 6.868548e-005
||x-X||/||X|| (Solution Error) = 1.749343e-013
||b-Ax||/||X|| (Residual Error) = 3.610211e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 500
1/COND(A) (Condition number of A) = 2.168250e-004
||x-X||/||X|| (Solution Error) = 5.316414e-014
||b-Ax||/||X|| (Residual Error) = 3.611272e-013
Where X = True solution and and x = computed solution

Elapsed time is 1.641 seconds

C:\tmp\linpack_vc_2003\Release>

Visual C++ 2005:
C:\tmp\linpack_vc_2005\Release>linpack_vc_2005.exe


Linpack Benchmark in C of size 50
1/COND(A) (Condition number of A) = 6.184320e-004
||x-X||/||X|| (Solution Error) = 1.113276e-014
||b-Ax||/||X|| (Residual Error) = 5.307370e-015
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 100
1/COND(A) (Condition number of A) = 1.554756e-004
||x-X||/||X|| (Solution Error) = 2.665509e-014
||b-Ax||/||X|| (Residual Error) = 3.088207e-014
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 150
1/COND(A) (Condition number of A) = 1.645716e-003
||x-X||/||X|| (Solution Error) = 1.148198e-014
||b-Ax||/||X|| (Residual Error) = 4.947165e-014
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 200
1/COND(A) (Condition number of A) = 1.040135e-004
||x-X||/||X|| (Solution Error) = 1.125477e-013
||b-Ax||/||X|| (Residual Error) = 7.064753e-014
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 250
1/COND(A) (Condition number of A) = 2.600774e-004
||x-X||/||X|| (Solution Error) = 2.082557e-014
||b-Ax||/||X|| (Residual Error) = 1.172275e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 300
1/COND(A) (Condition number of A) = 1.293777e-004
||x-X||/||X|| (Solution Error) = 8.323326e-014
||b-Ax||/||X|| (Residual Error) = 1.784431e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 350
1/COND(A) (Condition number of A) = 2.706399e-004
||x-X||/||X|| (Solution Error) = 5.849941e-014
||b-Ax||/||X|| (Residual Error) = 1.538724e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 400
1/COND(A) (Condition number of A) = 2.531834e-005
||x-X||/||X|| (Solution Error) = 3.640797e-013
||b-Ax||/||X|| (Residual Error) = 2.782991e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 450
1/COND(A) (Condition number of A) = 6.868548e-005
||x-X||/||X|| (Solution Error) = 1.749343e-013
||b-Ax||/||X|| (Residual Error) = 3.610211e-013
Where X = True solution and and x = computed solution


Linpack Benchmark in C of size 500
1/COND(A) (Condition number of A) = 2.168250e-004
||x-X||/||X|| (Solution Error) = 5.316414e-014
||b-Ax||/||X|| (Residual Error) = 3.611272e-013
Where X = True solution and and x = computed solution

Elapsed time is 1.656 seconds
 
F

Flash Gordon

Al Balmer wrote, On 21/09/07 00:37:
Anonymous coward wrote:
[snip]

That post originates from AIOE.ORG.
Is my news provider relevant?

Perhaps it says something about the user?

"This site is designed as a last resort access way to USENET for those
who *can't* find a better option: please respect and support it."

I've known people who have used it because their ISP did not provide
Usenet access (either deliberately or because it was broken) and they
did not want to pay for Usenet access. Had they dug further they might
have found other options, but they did not.
 
M

Mark McIntyre

If I would NOT get a revenue stream from my work, how could I
be motivated to do it?

Hmm - you mean kinda like Luke 10:25-37?

Or on a more mundane level, my wife's fundraising for our kids'
school?
I mean, they *could* have offered him a revenue for his work.
But not even one thought about doing that.

Perhaps thats because they don't have any money either?
I got even insults! "Correct that you MORON" etc.

You get that whether you're paid or not, unfortunately. :-(

Heck, I get that from my userbase even with stuff we bought from some
other bunch of bozos, such as those in Redmond, Mountain View or
wherever.
I think that the basic problem is that you are working for others
without ever being rewarded for it.

Agreed, but reward need not be financial. I know plenty of people who
actually get their kicks from solving problems and providing better
software.
I have never put people to work in my source code
as a project because I do not want to sell the work of other
people that contribute for free. This has limited the project,
but I do not see any way out

You could share the revenue stream? Its the traditional way to reward
staff....

--
Mark McIntyre

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
--Brian Kernighan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top