<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: $I_MPI_ROOT issue in VS after installing oneapi in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243814#M7577</link>
    <description>&lt;P&gt;Hi Joaquin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The directory structure differs between Parallel Studio and OneAPI toolkit.&lt;/P&gt;
&lt;P&gt;So, you need to change the mpi root variable from I_MPI_ROOT to I_MPI_ONEAPI_ROOT. I will inform the internal team to update the documentation too.&lt;/P&gt;
&lt;P&gt;Also, not all versions of Visual Studio were supported by the OneAPI toolkit. You can find the VS version requirements in this article (&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/intel-compilers-compatibility-with-microsoft-visual-studio-and-xcode.html" target="_blank" rel="noopener noreferrer"&gt;Intel® Compilers compatibility with Microsoft Visual Studio* and...&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now coming to the &lt;STRONG&gt;&lt;I&gt;"The code execution cannot proceed because impi.dll was not found. Reinstalling the program may fix this problem" &lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We have tried a c++ project and it is working for us.&lt;/P&gt;
&lt;P&gt;Could you please screenshot of&lt;/P&gt;
&lt;P&gt;i)Configuration Properties -&amp;gt; Fortran (Additional Include Directories)&lt;/P&gt;
&lt;P&gt;ii) Configuration Properties -&amp;gt; Linker (Additional Include Directories)&lt;/P&gt;
&lt;P&gt;iii) Configuration Properties -&amp;gt; Linker -&amp;gt; Input (Additional Dependencies)&lt;/P&gt;
&lt;P&gt;iv)The debugging command you have set&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, if possible, send us a sample vcxroj/vfproj of your project so we can debug it in our environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Prasanth&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jan 2021 12:26:20 GMT</pubDate>
    <dc:creator>PrasanthD_intel</dc:creator>
    <dc:date>2021-01-06T12:26:20Z</dc:date>
    <item>
      <title>$I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243225#M7562</link>
      <description>&lt;P&gt;I uninstalled Parallel Studio, and installed oneAPI. Tried running one of my usual MPI programs in my Windows laptop, using VS 2017.&lt;/P&gt;
&lt;P&gt;I get this error: "error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MPI]&amp;nbsp;"&lt;/P&gt;
&lt;P&gt;Following this:&amp;nbsp;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-guide-windows/top/compiling-and-linking/configuring-a-visual-studio-project.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-guide-windows/top/compiling-and-linking/configuring-a-visual-studio-project.html&lt;/A&gt;&amp;nbsp;I realized that the directory is different with respect to Parallel Studio. I changed the "intel64" part to "2021.1.1", same error.&lt;/P&gt;
&lt;P&gt;I changed the whole "&lt;SPAN&gt;$(I_MPI_ROOT)\intel64" to "C:\Program Files (x86)\Intel\oneAPI\mpi\2021.1.1" and the error goes away, but now says "cannot find impi.lib"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In any case, that intel resource should be updated to reflect oneAPI directory.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 23:25:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243225#M7562</guid>
      <dc:creator>Joaquin_S_</dc:creator>
      <dc:date>2021-01-04T23:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: $I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243463#M7572</link>
      <description>&lt;P&gt;If you take the information at this webpage:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-guide-windows/top/compiling-and-linking/configuring-a-visual-studio-project.html" target="_blank"&gt;Configuring a Visual Studio* Project (intel.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And replace:&lt;/P&gt;
&lt;P&gt;$(I_MPI_ROOT)\intel64&lt;/P&gt;
&lt;P&gt;with:&lt;/P&gt;
&lt;P&gt;$(I_MPI_ONEAPI_ROOT)&lt;/P&gt;
&lt;P&gt;(Note:&amp;nbsp; No \intel64 subpath any longer)&lt;/P&gt;
&lt;P&gt;It should work okay.&amp;nbsp; (At least it works in VS 2019.)&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 15:14:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243463#M7572</guid>
      <dc:creator>JBHooper</dc:creator>
      <dc:date>2021-01-05T15:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: $I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243473#M7573</link>
      <description>&lt;P&gt;It worked for the previous error, but now I get "Error The Fortran compiler (ifort.exe) cannot be found."&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 15:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243473#M7573</guid>
      <dc:creator>Joaquin_S_</dc:creator>
      <dc:date>2021-01-05T15:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: $I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243620#M7574</link>
      <description>&lt;P&gt;I moved to VS 2019 and now the program compiles successfully.&lt;/P&gt;
&lt;P&gt;But, when executed, I get: "The code execution cannot proceed because impi.dll was not found. Reinstalling the program may fix this problem" Any ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 22:59:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243620#M7574</guid>
      <dc:creator>Joaquin_S_</dc:creator>
      <dc:date>2021-01-05T22:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: $I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243814#M7577</link>
      <description>&lt;P&gt;Hi Joaquin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The directory structure differs between Parallel Studio and OneAPI toolkit.&lt;/P&gt;
&lt;P&gt;So, you need to change the mpi root variable from I_MPI_ROOT to I_MPI_ONEAPI_ROOT. I will inform the internal team to update the documentation too.&lt;/P&gt;
&lt;P&gt;Also, not all versions of Visual Studio were supported by the OneAPI toolkit. You can find the VS version requirements in this article (&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/intel-compilers-compatibility-with-microsoft-visual-studio-and-xcode.html" target="_blank" rel="noopener noreferrer"&gt;Intel® Compilers compatibility with Microsoft Visual Studio* and...&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now coming to the &lt;STRONG&gt;&lt;I&gt;"The code execution cannot proceed because impi.dll was not found. Reinstalling the program may fix this problem" &lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We have tried a c++ project and it is working for us.&lt;/P&gt;
&lt;P&gt;Could you please screenshot of&lt;/P&gt;
&lt;P&gt;i)Configuration Properties -&amp;gt; Fortran (Additional Include Directories)&lt;/P&gt;
&lt;P&gt;ii) Configuration Properties -&amp;gt; Linker (Additional Include Directories)&lt;/P&gt;
&lt;P&gt;iii) Configuration Properties -&amp;gt; Linker -&amp;gt; Input (Additional Dependencies)&lt;/P&gt;
&lt;P&gt;iv)The debugging command you have set&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, if possible, send us a sample vcxroj/vfproj of your project so we can debug it in our environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 12:26:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243814#M7577</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2021-01-06T12:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: $I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243846#M7582</link>
      <description>&lt;P&gt;Thanks for your response. Here are the screenshots and&amp;nbsp;&lt;SPAN&gt;vcxroj/vfproj.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 14:48:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243846#M7582</guid>
      <dc:creator>Joaquin_S_</dc:creator>
      <dc:date>2021-01-06T14:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: $I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243849#M7583</link>
      <description>&lt;P&gt;For some reason, I can't upload vfproj files to the forum&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 14:52:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243849#M7583</guid>
      <dc:creator>Joaquin_S_</dc:creator>
      <dc:date>2021-01-06T14:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: $I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243893#M7584</link>
      <description>&lt;P&gt;I actually managed to compile and got this, plus a couple of other fortran related .dlls not being found.&amp;nbsp; At this point you'd posted and gotten a response, so I followed the suggestion and both reinstalled the oneAPI kits as well as running repair on them, at which point VS 2019 could no longer find ifort.&amp;nbsp; So now I'm stripping it all out and starting over from base VS 2019; I'll let you know what I see.&lt;/P&gt;
&lt;P&gt;I'm about this far &amp;gt;&amp;lt; from just going back to my VM with gfortran, though.&amp;nbsp; &lt;LI-EMOJI id="lia_confused-face" title=":confused_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 16:37:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1243893#M7584</guid>
      <dc:creator>JBHooper</dc:creator>
      <dc:date>2021-01-06T16:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: $I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1244187#M7589</link>
      <description>&lt;P&gt;Hi Joaquin,&lt;/P&gt;
&lt;P&gt;The forum may not accept all file types. Could you please make it zip or tar and send us?&lt;/P&gt;
&lt;P&gt;Are you able to compile and run the Fortran file through the command line? (Note: Run the setvars.bat in cmd before using intel compilers)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 11:43:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1244187#M7589</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2021-01-07T11:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: $I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1244216#M7591</link>
      <description>&lt;P&gt;Here's the zipped vfproj.&lt;/P&gt;
&lt;P&gt;I compiled and ran the program through the command file. Builds just fine, but when I execute, same error as with VS2019&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 14:37:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1244216#M7591</guid>
      <dc:creator>Joaquin_S_</dc:creator>
      <dc:date>2021-01-07T14:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: $I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1244597#M7597</link>
      <description>&lt;P&gt;Joaquin,&lt;/P&gt;
&lt;P&gt;When you do the command line build do you go to $(I_MPI_ONEAPI_ROOT) and run the setvars.bat command first?&lt;/P&gt;
&lt;P&gt;I have the same issue via visual studio that you do, where if I compile via visual studio and try to run the compilation will go fine but the run will complain about not being able to find impi.dll.&amp;nbsp; However, if I drop out to a command shell and run setvars.bat, I can compile via command line (mpiifort) and run just fine.&amp;nbsp; I thought for a while that it wasn't working, but it turns out that powershell apparently is not the same as cmd.exe for windows, and if I run setvars in powershell nothing gets set, but if I do it in an actual windows command prompt (cmd.exe) it's okay.&lt;/P&gt;
&lt;P&gt;(Windows is not a CLI experience for me normally, so this may be known to others but was a surprise to me.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 18:05:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1244597#M7597</guid>
      <dc:creator>JBHooper</dc:creator>
      <dc:date>2021-01-08T18:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: $I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1244749#M7598</link>
      <description>&lt;P&gt;Yes, I did it in that order, and same error with the dll file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jan 2021 02:45:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1244749#M7598</guid>
      <dc:creator>Joaquin_S_</dc:creator>
      <dc:date>2021-01-09T02:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: $I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1245117#M7606</link>
      <description>&lt;P&gt;Hi Joaquin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for providing the file.&lt;/P&gt;
&lt;P&gt;We have tested a sample hello world Fortran file (you can find samples at C:\Program Files (x86)\Intel\oneAPI\mpi\latest\test) with the project you have provided. We haven't faced any errors during execution with the same settings. I am attaching a screenshot.&lt;/P&gt;
&lt;P&gt;It seems that there is a problem with your environment as you cannot run the exe even in the command prompt. Is your installation of OneAPI is successful?&lt;/P&gt;
&lt;P&gt;Please run the sample code test.f90 at (C:\Program Files (x86)\Intel\oneAPI\mpi\latest\test) in the command prompt as follows:&lt;/P&gt;
&lt;P&gt;1) Open Command prompt&lt;/P&gt;
&lt;P&gt;2) Go to &lt;I&gt;C:\Program Files (x86)\Intel\oneAPI&lt;/I&gt; and run &lt;I&gt;setvars.bat&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;3) Compile the test.f90 as &lt;I&gt;mpiifort test.f90&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;4) Run the exe with &lt;I&gt;I_MPI_DEBUG=10 mpirun -n 2 -ppn 2 test.exe&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Please take screenshots and attach them with the errors.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 11:49:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1245117#M7606</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2021-01-11T11:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: $I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1245224#M7609</link>
      <description>&lt;P&gt;I followed your steps and it worked. The only thing is that I had to change "mpirun" for "mpiexec". If I do mpirun it gives the error:&amp;nbsp;'mpirun' is not recognized as an internal or external command, operable program or batch file.&lt;/P&gt;
&lt;P&gt;If I use VS2019, I still get the error, I'm attaching the screenshot.&lt;/P&gt;
&lt;P&gt;Installation of both oneAPI and VS 2019 were successful.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 19:05:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1245224#M7609</guid>
      <dc:creator>Joaquin_S_</dc:creator>
      <dc:date>2021-01-11T19:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: $I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1245958#M7624</link>
      <description>&lt;P&gt;Any ideas on the "impi.dll was not found" and "libifcoremd.dll was not found" errors, within VS 2019? What part of the environment is failing to get these errors?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 20:10:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1245958#M7624</guid>
      <dc:creator>Joaquin_S_</dc:creator>
      <dc:date>2021-01-13T20:10:06Z</dc:date>
    </item>
    <item>
      <title>Re:$I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1247614#M7648</link>
      <description>&lt;P&gt;Hi Joaquin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay in response.&lt;/P&gt;&lt;P&gt;We are unable to reproduce the issue and hence escalating the issue to the internal team who can better understand the issue and provide a solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jan 2021 07:17:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1247614#M7648</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2021-01-19T07:17:30Z</dc:date>
    </item>
    <item>
      <title>Re:$I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1248537#M7666</link>
      <description>&lt;P&gt;Hi Joaquin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I could reproduce your issue. Please extend the PATH environment variable by setting&lt;/P&gt;&lt;P&gt;PATH=$(I_MPI_ONEAPI_ROOT)\bin\$(ConfigurationName);$(I_MPI_ONEAPI_ROOT)\libfabric\bin;$(PATH)&lt;/P&gt;&lt;P&gt;in the Environment field of the Debugging Properties. Due to using $(ConfigurationName) you can do this for All Configurations (i.e. Debug and Release) in only one change.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hint: You can also use $(ConfigurationName) in the Additional Library Directories field of the Linker--&amp;gt;General properties, again for All Configurations at once:&lt;/P&gt;&lt;P&gt;$(I_MPI_ONEAPI_ROOT)\lib\$(ConfigurationName);$(I_MPI_ONEAPI_ROOT)\lib&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;With this setting I could run the program from inside of Visual Studio 2019 for both the Debug and Release configuration.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Klaus-Dieter&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2021 11:04:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1248537#M7666</guid>
      <dc:creator>Klaus-Dieter_O_Intel</dc:creator>
      <dc:date>2021-01-21T11:04:08Z</dc:date>
    </item>
    <item>
      <title>$I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1248541#M7667</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Solution_Debugging_Property.PNG" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14896iE94C70356F7FCB92/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Solution_Debugging_Property.PNG" alt="Solution_Debugging_Property.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Solution_AllConfigurations_LinkerGeneral.PNG" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14897i3BCB87F72F343291/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Solution_AllConfigurations_LinkerGeneral.PNG" alt="Solution_AllConfigurations_LinkerGeneral.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Solution_running_OK.PNG" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14898i470F33299408A048/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Solution_running_OK.PNG" alt="Solution_running_OK.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 11:09:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1248541#M7667</guid>
      <dc:creator>Klaus-Dieter_O_Intel</dc:creator>
      <dc:date>2021-01-21T11:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re:$I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1249334#M7679</link>
      <description>&lt;P&gt;It worked, thanks!&lt;/P&gt;
&lt;P&gt;Would be nice if the documentation gets updated here:&amp;nbsp;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-guide-windows/top/compiling-and-linking/configuring-a-visual-studio-project.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/mpi-developer-guide-windows/top/compiling-and-linking/configuring-a-visual-studio-project.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 06:07:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1249334#M7679</guid>
      <dc:creator>Joaquin_S_</dc:creator>
      <dc:date>2021-01-24T06:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re:$I_MPI_ROOT issue in VS after installing oneapi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1261753#M7884</link>
      <description>&lt;P&gt;this solution worked also on my system, but for some reasons the $(ConfigurationName) didn't work. I had to explicitly write "debug" or "release".&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 11:04:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/I-MPI-ROOT-issue-in-VS-after-installing-oneapi/m-p/1261753#M7884</guid>
      <dc:creator>fambri</dc:creator>
      <dc:date>2021-03-05T11:04:53Z</dc:date>
    </item>
  </channel>
</rss>

