- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I use intel fortran for linux. I found when my program got wrong it still was running and output a lot of "??????????????". I hope it could stop and tell me what is wrong and where it is. Is there any option could do this?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are using Intel Fortran 7.1 or earlier, right? The ???? means a Not a Number (NaN). If you install and build with Intel Fortran 8.1 and use the -fpe0 option, it will probably give an error message when the NaN is generated. Add -traceback to the build to help narrow it down.

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