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

A little problem

Blane_J_
New Contributor I
297 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
297 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
297 Views

Thanks, Lorri. I got it.

0 Kudos
Reply