All Articles Tagged Fortran 2003

Link/UrlTags
EOF with Stream I/O[Forums]
I have a very simple example as a way to ask this question.program test implicit none integer(KIND=8) :: val open(unit=10,file=\"fort.10\",form=\"unformatted\",access=\"stream\",status=\"old\") read(10,POS=1)val write(6,*)'VAL...

Posted: 2011-11-04 15:35:28
binary, Fortran 2003, IO, STREAM
intel fortran 2003[Forums]
Hi, I'm trying to test the new fortran 2003 OO features. Fortran 2003 is quite interesting, because where I work there is a large database of fortran 95 code that we could reuse (> 700 000 lines...

Posted: 2011-08-04 08:46:44
Fortran 2003
Array constructor with type-spec[Forums]
Hi,According to The Fortran 2003 handbook (Adams, Brainerd, Hendricksson), p. 112, it should be possible to declare the type of an array as[ type-spec :: ac-value-list ]Apparently type specification is...

Posted: 2011-02-27 12:36:50
Array constructors, Fortran 2003, Type specification
Fortran 2003 feature implementation[Forums]
Is there a timeline for the planned release of Fortran 2003 features that aren't implemented yet?  I'm particularly interested in polymorphic allocation and the FINAL and GENERIC keywords for...

Posted: 2010-01-27 11:21:37
FINAL, Fortran 2003, GENERIC, polymorphic allocation
Problem with CLASS statement using ifort [Forums]
Hello, I have a problem when testing an example program that use CLASS statement. I am testing FORTRAN 2003 features and i have noted that this my example program does not work correctly. I compile...

Posted: 2010-01-19 04:31:36
class, Fortran 2003, Inheritance, Object Oriented
zero lower bounds on pointer assignment[Forums]
Fortran 2003 allows specifying 0 lower bounds on pointer assignment example: real,dimension(10,10),target:: array real,dimension(:,:),pointer:: ptr ptr(0:,0:) => array(1:10,1:10) is...

Posted: 2009-12-15 03:31:32
0 lower bounds, Fortran 2003, pointer assignment
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 global...

Posted: 2009-10-20 06:18:17
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 Read...

Posted: 2009-10-09 03:09:35
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 giving...

Posted: 2009-10-08 23:32:05
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->code...

Posted: 2009-10-06 09:46:08
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
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 output...

Posted: 2009-08-26 03:52:22
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;float...

Posted: 2009-08-25 08:34:47
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 compiler...

Posted: 2009-07-07 05:31:37
bug, C interoperability, Fortran 2003
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 work. MODULE...

Posted: 2009-02-16 00:04:08
Fortran 2003
Intel® Fortran Compiler - Support for Fortran language standards[Knowledgebase]
The Intel® Fortran compiler 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...

Posted: 2009-06-22 21:00:00 by Steve Lionel (Intel)
Fortran 2003, Fortran 2008
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.1...

Posted: 2007-06-05 09:36:01
Fortran 2003