Prev: Availability of values stored by formatted READ?
Next: XLF V13.1 release for AIX -- fully compliant Fortran 2003 standard
From: Gordon Sande on 13 Apr 2010 12:57 On 2010-04-13 13:41:40 -0300, dpb <none(a)non.net> said: > Richard Maine wrote: >> glen herrmannsfeldt <gah(a)ugcs.caltech.edu> wrote: >> >>> Gim, OS <domingo(a)mmu.ac.kr> wrote: >>>> 0.00047 0.00047 0.1#QNBE+01 >>>> 0.00094 0.00094 0.1#QNBE+01 >>>> 0.00141 0.00141 0.1#QNBE+01 >>> (snip) >>> >>>> what does that the last(third) column meaning? >>> There are a few non-numeric values allowed in IEEE floating >>> point, such as NaN and Inf that often print out in a similar >>> way. >> >> That would be my guess. But nothing in the Fortran standard specifies >> anything particularly close. It would be a particular compiler feature. >> >> As Uno noted, the context given is inadequate to say anything for sure. >> With no more data, it doesn't have to have anything to do with Fortran >> even. Or, if written from Fortran, it could be character strings rather >> than numeric data, in which case the meaning is whatever the writer of >> the particular program says it is. > > I was going to note the above and suggest to OP that if indeed it is > from a Fortran program that looking at the compiler documentation would > be what might shed light on it (assuming it is rtl-generated and not an > internal string the program generates as noted, of course)... The nicely formatted "0.xxxxx" form is a hint that this is not simple Fortran output. Perhaps it is carefully edited text from a program which still needs further debugging to put real content in place of #QNB. :-( All of which is just another variation on the need to find what was intended by the original progam.
From: robert.corbett on 13 Apr 2010 16:42 On Apr 13, 12:39 am, "Gim, OS" <domi...(a)mmu.ac.kr> wrote: > 0.00047 0.00047 0.1#QNBE+01 > 0.00094 0.00094 0.1#QNBE+01 > 0.00141 0.00141 0.1#QNBE+01 > 0.01276 0.01268 0.1#QNBE+01 > 0.01324 0.01315 0.1#QNBE+01 > 0.01372 0.01362 0.1#QNBE+01 > 0.01419 0.01408 0.1#QNBE+01 > 0.01467 0.01455 0.1#QNBE+01 > > what does that the last(third) column meaning? Which implementation are you using? Bob Corbett
From: Ken Fairfield on 13 Apr 2010 16:49 On Apr 13, 1:42 pm, robert.corb...(a)oracle.com wrote: > On Apr 13, 12:39 am, "Gim, OS" <domi...(a)mmu.ac.kr> wrote: > > > 0.00047 0.00047 0.1#QNBE+01 > > 0.00094 0.00094 0.1#QNBE+01 > > 0.00141 0.00141 0.1#QNBE+01 > > 0.01276 0.01268 0.1#QNBE+01 > > 0.01324 0.01315 0.1#QNBE+01 > > 0.01372 0.01362 0.1#QNBE+01 > > 0.01419 0.01408 0.1#QNBE+01 > > 0.01467 0.01455 0.1#QNBE+01 > > > what does that the last(third) column meaning? > > Which implementation are you using? Googling QNBE reveals at least one reference to "Fluent", and wihtin it, Ansys. I'd say the OP ought to be looking in that direction, not in c.l.f. -Ken
From: Richard Maine on 13 Apr 2010 18:51
Ken Fairfield <ken.fairfield(a)gmail.com> wrote: > > On Apr 13, 12:39 am, "Gim, OS" <domi...(a)mmu.ac.kr> wrote: > > > > > 0.00047 0.00047 0.1#QNBE+01 .... > > > what does that the last(third) column meaning? > Googling QNBE reveals at least one reference > to "Fluent", and wihtin it, Ansys. So I see. Amusingly, the first hit when I tried it was to a discussion titled "What does it mean..." The title was close enough that my first thought was that it was finding a reference back to this c.l.f. discussion. There were some of those a little farther down, but that one was a reference to some "fluent" forum 3 years ago. -- Richard Maine | Good judgment comes from experience; email: last name at domain . net | experience comes from bad judgment. domain: summertriangle | -- Mark Twain |