Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
The Saturday 2007-12-01 at 12:07 -0000, Thomas Hertweck wrote:
That's not surprising, happens here as well and has nothing to do with the programming language Fortran etc. Don't put object files on NFS disks. You could store your source code on a network disk if you want to share it between hosts, but the build directory should always be on a local disk, in particular if you want to use multi-file optimization.
Perhaps file creation is a slow operation over nfs :-?
EVERYTHING is slower over NFS -- or any other network connection -- by a factor of 100 or more.
Interesting.
Perhaps things would improve using "async", that's a difference with local filesystems that run "async" by default. But the man page says it can be dangerous.
VERY!
- -- Cheers, Carlos E. R.
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org