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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29306 Discussions

efc fortran compiler generate uppercase modules

whchan
Beginner
1,589 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,589 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