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

Use Module from Silverfrost Fortran FTN95

MatthiasE2025
初学者
459 次查看

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 项奖励
2 回复数
Arjen_Markus
名誉分销商 II
447 次查看

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
初学者
311 次查看

Hello Arjen_Markus,

thanks for the helpful information.

Best regards

Matthias

 
 
 
 
 
 
 
 
 
 

11 / 5.000

 
 
Best regards

 

0 项奖励
回复