C Fortran writing big binary files issue
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 14 articles for 0.021 sec
Re: [C/Fortran] writing "big" binary files issue...     

Group: comp.lang.fortran · Group Profile · Search for C Fortran writing big binary files issue in comp.lang.fortran
Author: Steve Lionel
Date: Jul 27, 2008 17:30

...address, replace "invalid" with "com" User communities for Intel Software Development Products http://softwareforums.intel.com/ Intel Fortran Support http://support.intel.com/support/performancetools/fortran My Fortran blog http://www.intel.com/software/drfortran
Show full article (1.07Kb) · Show article thread
Re: [C/Fortran] writing "big" binary files issue...     

Group: comp.lang.fortran · Group Profile · Search for C Fortran writing big binary files issue in comp.lang.fortran
Author: Steve Lionel
Date: Jul 23, 2008 12:40

... versions of ifort support the extension form='binary' in conjunction with the f03 access='stream...at worst conflicting in that access='stream' implies file positioning primitives and form='binary' does not, at ...for picking up on that. No, form='binary' should not be used with access='stream... Products http://softwareforums.intel.com/ Intel Fortran Support http://support.intel.com/support/...
Show full article (0.89Kb) · Show article thread
Re: [C/Fortran] writing "big" binary files issue...     

Group: comp.lang.fortran · Group Profile · Search for C Fortran writing big binary files issue in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Jul 23, 2008 11:04

..., then you may well find that an upgrade is required. I might say that this problem is confined to commercial products such as ifort, but no, we often see in this group people writing in with complaints about old versions of gfortran and g95 (or even g77!) Maybe more often with non-commercial products. With commercial products, one might feel that, having paid for it, the company ...
Show full article (0.79Kb) · Show article thread
Re: [C/Fortran] writing "big" binary files issue...     

Group: comp.lang.fortran · Group Profile · Search for C Fortran writing big binary files issue in comp.lang.fortran
Author: James Van Buskirk
Date: Jul 23, 2008 08:58

...'] open(unit=21, file='a.sep', form='binary', access='stream') ----------------------------------------------------^ That means you ... using an old version of Intel Fortran Do even new versions of ifort support the extension form='binary' in conjunction with the f03 access='... the same syntax as f03 employs. -- write(*,*) transfer((/17.392111325966148d0,6.5794487871554595D-85, ...
Show full article (0.84Kb) · Show article thread
Re: [C/Fortran] writing "big" binary files issue...     

Group: comp.lang.fortran · Group Profile · Search for C Fortran writing big binary files issue in comp.lang.fortran
Author: Steve Lionel
Date: Jul 23, 2008 06:46

... products such as ifort, but no, we often see in this group people writing in with complaints about old versions of gfortran and g95 (or even g77!) ... "com" User communities for Intel Software Development Products http://softwareforums.intel.com/ Intel Fortran Support http://support.intel.com/support/performancetools/fortran My Fortran blog http://www.intel.com/software/drfortran
Show full article (1.38Kb) · Show article thread
Re: [C/Fortran] writing "big" binary files issue...     

Group: comp.lang.fortran · Group Profile · Search for C Fortran writing big binary files issue in comp.lang.fortran
Author: Paul van Delst
Date: Jul 23, 2008 06:18

....Lionel@intel.invalid> a écrit : Intel Fortran supports access='stream' - unless you are ... years old. Steve, I use intel fortran 9.1.045. marsu[pts/3... open(unit=20, file='input.sep', form='binary', access='stream') --------------------------------------------------------^ fortcom: ... using an old version of Intel Fortran This is off-topic (and a...
Show full article (1.45Kb) · Show article thread
Re: [C/Fortran] writing "big" binary files issue...     

Group: comp.lang.fortran · Group Profile · Search for C Fortran writing big binary files issue in comp.lang.fortran
Author: Gary Scott
Date: Jul 23, 2008 04:51

...@intel.invalid> a écrit : Intel Fortran supports access='stream' - unless you ... old. Steve, I use intel fortran 9.1.045. marsu[pts/3...> open(unit=20, file='input.sep', form='binary', access='stream') --------------------------------------------------------^ fortcom:... an old version of Intel Fortran Cheers, -- Gary Scott mailto:garylscott@...
Show full article (1.21Kb) · Show article thread
Re: [C/Fortran] writing "big" binary files issue...     

Group: comp.lang.fortran · Group Profile · Search for C Fortran writing big binary files issue in comp.lang.fortran
Author: Ron Ford
Date: Jul 22, 2008 18:24

On Tue, 22 Jul 2008 17:28:50 +0200, fred posted: What's going on ? What am I doing wrong in the fortran version ? TIA. Cheers, Did you make the data files in either of the above syntaxes? If so, if you posted that, others could replicate. -- The cynics are right nine times out of ten. H. L. Mencken
Show full article (0.34Kb)
Re: [C/Fortran] writing "big" binary files issue...     

Group: comp.lang.fortran · Group Profile · Search for C Fortran writing big binary files issue in comp.lang.fortran
Author: Dr Ivan D. Reid
Date: Jul 22, 2008 12:08

...restrict ptr, size_t size, size_t nitems, FILE *restrict stream); What am I doing...> open(unit=20, file='input.sep', form='binary') open(unit=21, ...= 1, ny read(20) x write(21) x end do end do... copy (original): 42" 32" 7" C copy (1x4-byte): 1'17"... and the single-item Fortran reads and writes need much more ...
Show full article (2.16Kb) · Show article thread
Re: [C/Fortran] writing "big" binary files issue...     

Group: comp.lang.fortran · Group Profile · Search for C Fortran writing big binary files issue in comp.lang.fortran
Author: Steve Lionel
Date: Jul 22, 2008 10:50

...compilo open(unit=20, file='input.sep', form='binary') open(unit=21, file...> !!! GNU compilo !!$ open(unit=20, file='input.sep', form='unformatted', access='stream')...(unit=21, file='a.sep', form='unformatted', access='stream') Intel Fortran supports access='stream' - unless you are ... Products http://softwareforums.intel.com/ Intel Fortran Support http://support.intel.com/support/...
Show full article (0.81Kb)
1 · 2 · next