- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm compiling some Fortran modules and their names are
getting capitalized. For example, my code is test_mod.F and it
defines the module test which comes out as TEST.mod.
Is there a flag in version 7.0 that turns off this
capitalization and keeps module names in lower case?
thanks,
Steve
getting capitalized. For example, my code is test_mod.F and it
defines the module test which comes out as TEST.mod.
Is there a flag in version 7.0 that turns off this
capitalization and keeps module names in lower case?
thanks,
Steve
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By convention, the names of the .mod files are upper case. I do not know of a way to change this. Since the Fortran language is not case sensitive, I'm not sure why you would want to do this, apart from aesthetics. If you have a need, please submit a request to Intel Premier Support at https://premier.intel.com
Symbol names in an object file are another matter, since these may be linked to objects built outside Intel Fortran. There are several ways to control the case and name decoration of symbol names.
Martyn
Symbol names in an object file are another matter, since these may be linked to objects built outside Intel Fortran. There are several ways to control the case and name decoration of symbol names.
Martyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
> Since the Fortran language is not case sensitive,
> I'm not sure why you would want to do this, apart from
> aesthetics.
For example, it makes it more difficult to write Makefiles if the module names get uppercased.
> If you have a need, please submit a request to Intel
> Premier Support at https://premier.intel.com
Point taken... :)
> I'm not sure why you would want to do this, apart from
> aesthetics.
For example, it makes it more difficult to write Makefiles if the module names get uppercased.
> If you have a need, please submit a request to Intel
> Premier Support at https://premier.intel.com
Point taken... :)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page