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

coarray

Rodrigues__Pedro
Einsteiger
2.066Aufrufe

 

  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 Antworten
Steven_L_Intel1
Mitarbeiter
2.066Aufrufe

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.

Lorri_M_Intel
Mitarbeiter
2.066Aufrufe

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

Rodrigues__Pedro
Einsteiger
2.066Aufrufe

 Hello

    I am a sending the zip file.

thanks

 

Steven_L_Intel1
Mitarbeiter
2.066Aufrufe

Lorri's answer is better than mine.

Rodrigues__Pedro
Einsteiger
2.066Aufrufe

 

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

   thanks

Antworten