Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29358 Discussions

Legacy compiler for Fortran code written in 1988.

GhulamAbbas
Beginner
693 Views

need to compile legacy Fortran code from 1988 that depends on DFPORT and DFLIB.

0 Kudos
7 Replies
GVautier
New Contributor III
684 Views

I think you just need to change for IFPORT and IFLIB in use statements.

MarcGrodent
New Contributor I
669 Views

OK for IFPORT (instead of DFPORT). But IFLIB does not exist => this is IFQWIN (instead of DFLIB).

However, DFPORT and DFLIB are still  accepted although obsolete.

 

 

 

 

 

0 Kudos
GhulamAbbas
Beginner
627 Views

I don't want to change anything in the code at the moment; I just need to compile it exactly as it is, even if it uses obsolete libraries. Any help in this regard would be highly appreciated.

0 Kudos
andrew_4619
Honored Contributor III
614 Views
Well you are not going to find a decades old compiler here. That code could be compiled with IFX but you code will have been a 32 bit application and only 64 bit is available now. Some changes Will probably be needed.
0 Kudos
MarcGrodent
New Contributor I
614 Views

It is difficult to help you since you haven't asked any questions. What is exactly the issue here?

0 Kudos
JohnNichols
Valued Contributor III
585 Views

This question is asked at least once a week.  Your ONLY solution is to download VS as a good starting point and add ONEAPI.  There are numerous instructions. 

Run the program, find the errors and then ask here how to fix them.  

Trust me you are wasting time doing anything else.  

I compile code from 1968 all the time, it is never affected by the latest compiler. 

Of course if this is your first try at Fortran then you need a text book, as it is a steep climb.

 

 

0 Kudos
Steve_Lionel
Honored Contributor III
539 Views

DFPORT and DFLIB are still supplied by Intel Fortran. No source changes needed.

0 Kudos
Reply