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

efc fortran compiler generate uppercase modules

whchan
Beginner
1,494 Views

Hi! I am using efc intel fortran 7.1 compiler and I was trying to build a library with my Makefile, but for some reason, efc always produce uppercase .mod module files. Is there a way to force efc to produce .mod file with lowercase file name? I tried -lowercase option but fail.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
1,494 Views
There is no way to do this at present. It has been requested by several customers, so may change in the future. -lowercase affects global symbols generated by the compiler. not the file name of the .mod.

Steve
0 Kudos
Reply