Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29297 Discussions

Generating SUBMODULE interfaces automatically

andrew_4619
Honored Contributor III
334 Views

To reduce compile cascades I want to convert  some MODULES to SUBMODULES. I have hundreds of subroutines and functions and this will not be a quick task without some automation of the process.  I did consider the generate interfaces compiler option but this does not do what you need because the routines are in a MODULE so it quite rightly ignores them. As most of the current modules have some module data and some internal interdependencies is is not so simple as to comment out the MODULE/END MODULE to get generated interfaces.

Does anyone have a method/ program for doing this? I would imaging he data needed is all in the .MOD files if you knew the format of the MOD file. Has Intel considered some tool for this? 

0 Kudos
1 Reply
Kevin_D_Intel
Employee
334 Views

This was also discussed in your other thread https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/592525.

I inquired w/Development earlier and will post what I hear back in the other thread.

0 Kudos
Reply