On Tue, 22 Jul 2008 17:28:50 +0200, fred <fredantispam@[EMAIL PROTECTED]
> wrote:
> !!! intel compilo
> open(unit=20, file='input.sep', form='binary')
> open(unit=21, file='a.sep', form='binary')
>
> !!! GNU compilo
>!!$ open(unit=20, file='input.sep', form='unformatted', access='stream')
>!!$ open(unit=21, file='a.sep', form='unformatted', access='stream')
Intel Fortran sup****ts access='stream' - unless you are using a version
several years old.
--
Steve Lionel
Developer Products Division
Intel Cor****ation
Nashua, NH
For email address, replace "invalid" with "com"
User communities for Intel Software Development Products
http://softwareforums.intel.com/
Intel Fortran Sup****t
http://sup****t.intel.com/sup****t/performancetools/fortran
My Fortran blog
http://www.intel.com/software/drfortran


|