- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
I tried a simple 'hello' coarray and at runtime I got this:
unknown option: -localonly
what those this means?
thanks in advance
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please show the command line session including the compile command used and all its output. If you did this in Visual Studio, attach a ZIP of the buildlog.htm from the Debug or Release folder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm going to guess that you have a full version of MPI installed on your system, and that it's not the Intel MPI.
When the coarray program starts up, it invokes mpiexec.exe with the command line option "-localonly". The other mpiexec.exe is probably on your PATH ahead of the one we supplied on the Intel Fortran kit, found in Common Files\Intel\Shared Libraries\redist\<arch>\mpirt\
--Lorri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Lorri's answer is better than mine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No doubt. I had my path with with ms MPI ahead. Problem solved.
thanks

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