Newsgroups: comp.os.parix,comp.lang.fortran
From: schepers@parc01.MI.Uni-Koeln.DE (Joerg Schepers)
Subject: Re: PARIX/FORTRAN read problem
Organization: Institute for Mathematics, University of Cologne, Germany
Date: 4 Aug 1994 07:34:08 GMT
Message-ID: <31q5lgINN15dp@rs1.rrz.Uni-Koeln.DE>

Hi Arno,

you have to rewind the file after opening.
After opening a file the ACE-F77-compiler puts the filepointer to the end
of the file. It is the only compiler I know that behaves in this manner, but 
that's no bug.
The F77-standard tells nothing about the filepointer's position after
opening a file. 

Good luck, 
schepi
                                    
 Joerg Schepers                             
 Mathematisches Institut          
 Zentrum fuer Paralleles Rechnen              
 Universitaet zu Koeln              
                        (\__/)     
+--------------------+ C o""o C +--------------+
| Tel. 0221/470-6022 |  |\../|  |  Weyertal 80 |
| FAX  0221/470-5160 |   \==/   |  50931 Koeln |
+--------------------+          +--------------+

  



