Mailinglist Archive: opensuse (3156 mails)
| < Previous | Next > |
Re: [opensuse] OpenSuse 10.2 - Fortran compilation very slow through NFS network with a 64bit server and 32bit clients.
- From: Aaron Kulkis <akulkis00@xxxxxxxxxx>
- Date: Sun, 16 Dec 2007 19:54:14 -0500
- Message-id: <4765C8B6.7090309@xxxxxxxxxx>
Carlos E. R. wrote:
EVERYTHING is slower over NFS -- or any other network
connection -- by a factor of 100 or more.
VERY!
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
-----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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |