...I don't see the value in having IMPUREELEMENTAL procedures. There are no examples in the ... can be rewritten without the procedure being ELEMENTAL at all. The example in the document is: impureelemental function accumulate (a,sum) real :: accumulate real, intent(in) :: a real, intent(... generate any error messages or warnings. An elemental is simply not a good way of ...
...I haven't decided whether to actually send in the comment of this thread. I probably will since no one has yet given a convincing example of a good IMPUREELEMENTAL. But, I'll give another day or two. I may post some of my other public review comments here as well. I would kind of like to see ...
...'t see the value in having IMPUREELEMENTAL procedures. Well, basically whenever you want to do something elementally that violates the rules for purity...those things are handy to do elementally. Now perhaps there might be arguments...do were often going to be impure. The proposal for initial/final ...ass^h^h^hhearted version of impureelemental procedures (using different terminology, ...
... this one before I submit it. I don't see the value in having IMPUREELEMENTAL procedures. There are no examples in the draft standard and the only example in ...new features can be rewritten without the procedure being ELEMENTAL at all. To be sure, other ways of ...to be more confusing to the reader than non-ELEMENTAL alternatives. -- J. Giles "I conclude that there are two...
....j3-fortran.org Exactly when and to whom to send the comment is not yet known. It will be set by bureaucrats far above my level. :-) <snip specific comments> As noted upthread, impureelementals are in the current draft. -- Dan Nagle Purple Sage Computing Solutions, Inc.
...relaxing some constraints on PURE or ELEMENTAL procedures in Fortran 2008, letting ... in processor dependent order, an IMPUREELEMENTAL is "guaranteed" to be invoked in normal subscript order. IMPURE was mostly added to allow ... even STOP. By default, an ELEMENTAL function is still PURE. Personally,...-standard extension regarding PURE and ELEMENTAL functions, which motivates this question....
...> the array or define an elemental function?... Given the usual caveat (..., most implementations pretty much implement elemental by doing the loops behond your..., the main reason for writing elemental procedures is for simplicity of code...the multiple ranks. A disadvantage of elementals is that they have stringent restrictions... don't think it is) impureelementals in the future. -- Richard ...
In article <1ijen7s.nzkpiyv3cgm8N%%nospam@see.signature>, nospam@see.signature (Richard Maine) writes: 1. I/O. At least for diagnostics. That's one I've heard some people say should be allowed in pure procedures... but it isn't. In this case, I think a compiler option might make more sense, with some sort of comment-prefix (!$DIAG or whatever) which would be ignored with the ...
Hello, On 2008-07-02 07:19:20 -0400, robert.corbett@sun.com said: Thirty days is a short time to review a draft the size of the Fortran 2008 CD. I have been posting in this newsgroup and in other public forums how to get a copy of the CD, and suggesting that interested parties start reading it, ever since the Editor made it available in March. So you had something more like 90 ...
On Jul 2, 2:47 am, Dan Nagle <danna...@verizon.net> wrote: The time limits were set by ANSI, and had to be exactly 30 days. J3 had no choice. Thirty days is a short time to review a draft the size of the Fortran 2008 CD. Nonetheless, in my case having more time would not make a difference. I have already spent more time on the review than my masters like. Bob Corbett