- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, what is:
ifort: warning: #10147 no action performed for specified file(s) ???
Where i can read about error and warning messages?
Thanks
ifort: warning: #10147 no action performed for specified file(s) ???
Where i can read about error and warning messages?
Thanks
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - cecio
ifort: warning: #10147 no action performed for specified file(s) ???
Where i can read about error and warning messages?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - tim18
I notice by Googling that this was answered as documentation pending, since last fall. If you're not getting this the usual ways, you should at least tell how you got the message. For example, ifort -c *.o (nothing to be done, as -c asks for .o files to be made), or ifort -S *.s
In our database I see just a few instances of this warning. In one case, a user took a makefile designed for the PathScale compiler and simply changed the name of the compiler, leaving all the PathScale options. It's unknown which option(s) were in the original Makefile.
In the second case, a user had illegal names for the source files, .f95 and .F95 for example. Make sure your filenames have allowed extensions .f .F .f90, .F90.
ron

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