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

COARRAYs

Václav_H_
Beginner
967 Views

Hi,

 I have re-instaled the system in my computer.

 Afterwards some problems with my codes, which are using the COARRAYs, have appered. I have also found the problem during the runnig the coarray example. The picture is attached.

Thank you for any respond

 

The version of the compiler:

Intel(R) Visual Fortran Composer XE 2013 SP1 Update 4 Integration for Microsoft Visual Studio* 2010, 14.0.0100.2010

 

 

 

0 Kudos
4 Replies
Steven_L_Intel1
Employee
967 Views

Please click the START button, type "cmd" in the search field, and then click on cmd.exe. In the window that appears, type "set path". Copy the output and paste it into a reply here.

My guess is that you have some MPI other than Intel MPI in PATH.

0 Kudos
Václav_H_
Beginner
967 Views

Thank you for your respond, here it is:

Path=C:\Program Files\Microsoft HPC Pack 2008 R2\Bin\;C:\Program Files (x86)\Com
mon Files\Microsoft Shared\VSA\10.0\VsaEnv;C:\Program Files (x86)\Common Files\I
ntel\Shared Libraries\redist\intel64\mpirt;C:\Program Files (x86)\Common Files\I
ntel\Shared Libraries\redist\intel64\compiler;C:\Program Files (x86)\Common File
s\Intel\Shared Libraries\redist\ia32\mpirt;C:\Program Files (x86)\Common Files\I
ntel\Shared Libraries\redist\ia32\compiler;C:\oh_11\client\bin;C:\orant\bin;O:\a
pld60\com;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\Sys
tem32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\Roxio Shared\D
LLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\or
ant\jdk\bin;C:\Abaqus\Commands
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC

0 Kudos
Václav_H_
Beginner
967 Views

I just change the order in my PATH for having the \mpirt as the first and everything works.

Many thanks for the prompt reply

0 Kudos
Steven_L_Intel1
Employee
967 Views

Yes - you have the Microsoft MPI first on PATH and that doesn't work with our coarrays.

0 Kudos
Reply