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

Use Module from Silverfrost Fortran FTN95

MatthiasE2025
Beginner
454 Views

Hello,

it is possible to use MODULE from Silverfrost Fortran FTN95

in INTEL Fortran 2025.

1. predefined modules from Silverforst like "winapp"

2. own


Best regards

Matthias

0 Kudos
2 Replies
Arjen_Markus
Honored Contributor II
442 Views

No, if you mean using the compiled module files (typical extension: .mod), then the general answer is "no". These files are specific to the compiler that was used (and possibly even to the version of the compiler). If, however, you have the Fortran source code to define interfaces, then you can certainly compile them with your own compiler.

MatthiasE2025
Beginner
306 Views

Hello Arjen_Markus,

thanks for the helpful information.

Best regards

Matthias

 
 
 
 
 
 
 
 
 
 

11 / 5.000

 
 
Best regards

 

0 Kudos
Reply