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_
新分销商 I
501 次查看

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 项奖励
2 回复数
Lorri_M_Intel
员工
501 次查看

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 项奖励
Blane_J_
新分销商 I
501 次查看

Thanks, Lorri. I got it.

0 项奖励
回复