- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have to include the optional argument wait=.true. in the new execute_command_line intrinsic in ifort 15.0 in order to get it to run synchronously. However, wait=.true. should be the default according to the standard.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, it's supposed to wait. We'll check to see why that's not happening.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are actually two bugs here. The first is that the sense of the wait/nowait test in the library routine is reversed for Linux and OS X. The second is that the compiler is not passing the correct argument to the library routine if you specify WAIT, so that WAIT=.FALSE. will still wait. We apologize for this and will fix these as soon as possible.

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