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.

A little problem

Blane_J_
New Contributor I
510 Views

Hi, everyone. Is there a way to control the name of compiled .mod files ? we can use -o option to set the name of object file, so is there a similar way for module files then ? Thanks.

0 Kudos
2 Replies
Lorri_M_Intel
Employee
510 Views

No, the compiled mod files take the name of the module; that's how the compiler knows which file to open when you want to use a module.

 You can control the directory where the mod files are stored, using the "-module" switch.

                      --Lorri

                                                  

 

0 Kudos
Blane_J_
New Contributor I
510 Views

Thanks, Lorri. I got it.

0 Kudos
Reply