- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I would like to use the IEEE-related packages to catch numerical exceptions. But when I add the line:
use, intrinsic :: ieee_exception
in the code, I get this error while compiling:
error #7002: Error in opening the compiled module file. Check INCLUDE paths. [IEEE_EXCEPTION]
I tried to use the switch \\I to set the include path to the specified folder, but still it does not work. Here is my compile command:
ifort /c /I:"C:\\Program Files (x86)\\Intel\\Compiler\\11.0\\072\\fortran\\include\\Intel64\\\\" SysCallTest.f90
I would appreciate if you let me know what I am missing or where I am mistaken.
Thanks,
Hamidreza,
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are missing an "s".
USE, INTRINSIC :: IEEE_EXCEPTIONS
USE, INTRINSIC :: IEEE_EXCEPTIONS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your help!

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