Fortran 2003

Link/UrlTags
When are the REAL Fortran 2003 Capabilities to be Provided? [Forums]
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 ...

Posted: 2007-06-05 09:36:01 by brianlamm
Fortran 2003
Intel® Fortran Compiler - Support for Fortran language standards [Knowledgebase]
Intel® Fortran is fully compliant with the ISO/IEC 1539:1997 Fortran language standard (Fortran 95). Intel Fortran also fully supports programs that conform to the earlier standards Fortran 90, F ...

Posted: 2009-06-24 12:17:32 by Steve Lionel (Intel)
Fortran 2003, Fortran 2008
problem with ABSTRACT INTERFACE [Forums]
Hi, I met a problem with ABSTRACT INTERFACE. The definition of ABSTRACT INTERFACE in a MODULE cannot be seen from the procedures in that MODULE. Here is sample codes.The following code example won't w ...

Posted: 2009-02-16 00:04:08 by yamajun
Fortran 2003
Fortran 2003 C-interoperable code: possible wrong assembly generation by the compiler [Forums]
Hi, I'm exploring the opportunities offered by the Fortran 2003 standard to create C-interoperable functions and subroutines and I stumbled in what seems like an error in the code generated by the co ...

Posted: 2009-07-07 05:31:37 by riccardo42
Fortran 2003, bug, C interoperability
Полиморфизм таки пришел в ФОРТРАН (или разрушение мифа о блондинках) [Blogs]
На днях нашей команде дали задание: “В свободное время изучить некоторые новые фичи стандарта F2003 и пописать ...

Posted: 2009-07-22 17:40:53 by Kirill Mavrodiev (Intel)
Fortran, Fortran 2003
Возможность расширять типы в FORTRAN 2003 (EXTENDS) [Blogs]
Раз уж затронул тему новых фич в фортране, то стоит рассказать о возможности расширять типы EXTENDS. Еще в F95 поя ...

Posted: 2009-07-22 23:03:05 by Kirill Mavrodiev (Intel)
Fortran, Fortran 2003
C function call from fortran [Forums]
Hi,I have a funtion in 'C'. I want to call this funtion from fortran. this function contains 2 structures paseed by pointer. How do i do this in fortran.Ex: struct a{int x;float y;};struct b{int p;flo ...

Posted: 2009-08-25 08:34:47 by cvnravi
Fortran 2003
fortran funtions with parameters [Forums]
Hi,How can i write a funtion in fortran which takes both input and output as arguments.ex: fun(integer input,integer output)I want to make use of output value. Currently I am doint the same but the ou ...

Posted: 2009-08-26 03:52:22 by cvnravi
Fortran 2003
fortran compiler differences [Forums]
Hi,I am porting an application from fortran older version(4.0) to new oversion (11.0). While porting I am facing some problems with real*4 varibales.ex:real*4 a,b,ca=0.9876875b=0.6754345c=a*bvalue for ...

Posted: 2009-10-06 06:24:27 by cvnravi
Fortran 2003
double precision in fortran [Forums]
Hi,I am using fortran 11 compiler in visual studio from windows. how can i set real values to double precision from project properties. like in fortran powerstation (4.0) we have an option settings-&g ...

Posted: 2009-10-06 09:46:08 by cvnravi
Fortran 2003
53-bit to 64-bit precision [Forums]
Hi,I am porting fortran code from fortran power station(version 4.0) to fortran 11(2003) version. old compiler(power station) is a 53-bit precision. While porting into new compiler 11, it is not givin ...

Posted: 2009-10-08 23:32:05 by cvnravi
Fortran 2003
fortran 11(2003) double precision [Forums]
Hi,I ported fortran code from fortran power station(4.0) to fortran 11(2003) version. For maintaining double/real values from old to new compiler, I changed properties>fortran>data>"Default R ...

Posted: 2009-10-09 03:09:35 by cvnravi
Fortran 2003
porting from power station(4) to intel fortran compiler (11) [Forums]
Hi,What are the necessary conditions i need to takecare while porting the fortran code from power station to fortran compiler(2003)?What I observed is, In power station all the variables treat as glob ...

Posted: 2009-10-20 06:18:17 by cvnravi
Fortran 2003