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.
29285 Discussions

efc fortran compiler generate uppercase modules

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