Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

coarray

Rodrigues__Pedro
Beginner
1,111 Views

 

  Hello

     I tried a simple 'hello' coarray and at runtime I got this:

                                                                          unknown option: -localonly

    what those this means?

 

             thanks in advance

 

 

0 Kudos
5 Replies
Steven_L_Intel1
Employee
1,111 Views

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.

0 Kudos
Lorri_M_Intel
Employee
1,111 Views

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

0 Kudos
Rodrigues__Pedro
Beginner
1,111 Views

 Hello

    I am a sending the zip file.

thanks

 

0 Kudos
Steven_L_Intel1
Employee
1,111 Views

Lorri's answer is better than mine.

0 Kudos
Rodrigues__Pedro
Beginner
1,111 Views

 

   No doubt. I had my path with with ms MPI ahead. Problem solved.

   thanks

0 Kudos
Reply