All Articles Tagged write

Link/UrlTags
I/O substantially slower today than yesterday[Forums]
Hi, I have kind of a vague question.  I use d-lines in my code for debugging writes, and optionally set or clear the -DD flag when I make.  This is using ifort 11.1 20100401 on Mac and Linux.   Summary: Is...

Posted: 2011-10-01 21:00:13
I/O, write, write i/o efficient
Write a matrix same that gfortran[Forums]
Hi friends. I'm writing a matrix in file. When I compile with ifort the matrix don't view ok, but when I compile with gfortran is Ok. I don't understand. The test program is: PROGRAM PRUEBAREAL,...

Posted: 2010-12-17 11:16:30
gfortran, matrix, write
Fortran run-time error 38 during write?[Forums]
The good news is that Project > Properties > Fortran > Run-time > Generate Traceback information allows the compiler to tell me right where it hurts so we can quickly remove the offending debug...

Posted: 2010-09-02 16:03:13
fortran run-time error, write
Output [with WRITE(*,*)] of floating point numbers does not comply with the IEEE-754 Standard[Forums]
Hi,according to the IEEE Standard for Floating-Point Arithmetic [1] (especially clause 5.12 paragraph 2) a conversion from a binary format to external decimal format and back (assumed that the fp number...

Posted: 2010-07-19 09:03:37
conversion, ieee754, IO, write