This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libf2c/16970] long write times via NFS
- From: "e-frx at arnone dot de dot unifi dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Aug 2004 07:07:12 -0000
- Subject: [Bug libf2c/16970] long write times via NFS
- References: <20040810155943.16970.e-frx@arnone.de.unifi.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From e-frx at arnone dot de dot unifi dot it 2004-08-11 07:06 -------
For the record, now I have the NFS-writing time:
$ cat nfstime
3.29user 11.90system 2:16:53elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (33major+15minor)pagefaults 0swaps
Note also that the two output files are (obviously) identical:
$ diff -sq myout.dat ../mydata/nfstest/
Files myout.dat and ../mydata/nfstest/myout.dat are identical
Important: I managed to reproduce the same strange behaviour (long NFS write
times) with a recent version of g77:
$ g77-ssa -v
Reading specs from /lib/ssa/gcc-lib/i386-redhat-linux-gnu/3.5-tree-ssa/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --libdir=/lib/ssa --host=i386-redhat-linux-gnu
--with-gxx-include-dir=/lib/ssa/gcc-lib/i386-redhat-linux-gnu/3.5-tree-ssa/include/c++
--enable-languages=c,c++,java,objc,f77 --enable-shared --enable-threads=posix
--with-system-zlib --enable-__cxa_atexit --disable-multilib
Thread model: posix
gcc version 3.5-tree-ssa 20030617 (Red Hat Linux Rawhide 3.5ssa-47)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16970