- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's been almost four years since the f2003 standard was officially adopted, yet Intel still lags far behind all other major Fortran compiler vendors in providing the new functionalities. NAG 5.1 is superior in that regard.
The f2003 implemented by IVF is, so far, miniscule at best.
Things like thefull capability of the ALLOCATE statement (new = typed and sourced allocation, IVF has neither); parameterized derived types; type extension; CLASS; abstract interfaces; procedure pointers; type-bound procedures; deferred attribute; nopass and pass attributes; IEEE 754 arithmetic exceptions, etc; the list ofuseful andpowerful f2003 capabilities not implemented by IVF goes on and on.
And Intel provides incorrect information for a f2003 featureIntel says is implemented: derived type components may be allocatable. That's incorrect and Intel should make it clearonly derived type components that are arrays may be declared allocatable, so that's yet another very useful f2003 thing Intel has not implemented: allocatable scalars, which is huge when one doesn't need the added functionality (and needless headaches) of using pointers.
So, when is Intel going to get earnest about implementinguseful f2003 capabilities?
Brian Lamm
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Brian,
I will try to contact you offline so we can discuss Fortran 2003 features. After our discussion I will post a reply for the rest of the group.
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ron,
Sounds good to me. You should have my registered email address on file.
Thanks,
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would just like to add Ron called me and after the conversation was over I realized, once again, why I stick with Intel: the people behind and on the "scene".
Brian Lamm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any news about the Fortran 2003 implementation roadmap ?
When a fully compliant compiler will be available ? 2008 ? 2009 ? 2010 ?
The order of priority should be: Object Oriented features first, user-defined derived type
I/O last. The COM wizard and Module Wizard should be changed to use F2003 syntax.
Best regards,
Jean Vezina
P.S. The rather ironic thing about this is that the Fortran 2008 standardmay wellbecome official before complete Fortran 2003 compilersare even released.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'd appreciate more detail on your suggestion about the COM and Module wizards. Care to give an example (in general terms)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Steve,
Currently the Module Wizard generates a wrapper around COM,OLE, orActive X objects. Calling the generated routines is not as straighforward and convenient as it is in other languages such as Visual Basic or C#.
With Fortran 2003, a notation closer to the normal "object notation" could in principle be used.
For example: setting a property: object%property = ... instead of CALL AUTOSETPROPERTY.
Calling a method: call object%method(...) instead of calling a generated subroutine with awkward arguments.
Objectfinalization (destructors) is also now part of Fortran 2003. Currently, all the housekeeping has to be done by the programmer to avoid memory leaks. In Visual Basic, C++, and C#, this is done much more automatically.
Again, that depends on the long term view of Intel about Fortran. Does Intel sees it as a general application development language (Digital and after Compaq didsome good steps in that direction) or just a high performance computational tool where all the GUI and O/S interactions are handled by other languages, leaving the Fortran part just for calculations ?
Best regards,
Jean Vezina
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
>> And yes, it is indeed likely that F2008 will be finalized before there are "mainstream" F2003 compilers available. That point is not lost on some on the standards committee.
Ahh, there's the problem... The standards committee is moving too fast ;)
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for taking the time to give us your thoughts on this. I can't make any promises, but we'll certainly consider something along these lines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
From my point of view, if these features aren't in the language it's really difficult to lift my collection of Fortran (77/90) sources to the next level of (re)useability and maintainability so I'm really excited to hear what the plans are for IVF in this respect.
Regards, Dirk-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As I have stated before, we are committed to implementing the full Fortran 2003 language and that is the #1 priority for the development team.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It hears as good news. I hope that intel will release a full Fortran 2003 complier at the end of the year 2008.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quite some time ago now, I was fully satisfied with Intel's personal response (Ron) the details of which are between Intel and me, so is there any way to delete this entire thread?
-Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could try reporting it as abuse ;-)

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page