> I have got a problem: I have tried to run old large Fortran code
> (compiled with fort -fast) and have noticed that it is unexpectedly slow.
> Closer investigation revealed that it spends more than 50% of CPU time in
> kernel.
If I understand things correctly, with the -fast flag, you won't ever trap
to the kernel for exceptional floating point operations.
I'm not so sure that all Alpha kernels had a correct accounting of user vs.
system time. But there could be other reasons it is in the kernel. Try using
"strace" to see if it's doing weird system calls.
-- g
_______________________________________________
Axp-list mailing list
Axp-list@redhat.com
https://listman.redhat.com/mailman/listinfo/axp-list
This archive was generated by hypermail version 2a22 on Fri Dec 1 08:00:05 2000 PST
Send any problems or questions about this archive to webmaster@alphalinux.org.