<?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 Quote:Asai S. wrote: in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049137#M4384</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Asai S. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;@Noga, Thank you. It was too complicated for me to find the correct one....&lt;/P&gt;

&lt;P&gt;@Amanda, Thanks for the reply. Unfortunately the problem is not $PATH, the file is missing from the&lt;/P&gt;

&lt;P&gt;entire disk... In case, here is the result.&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;$ pwd
/opt/intel/parallel_studio_xe_2016.0.047
$ ls bin
psxevars.csh  sxevars.sh  sshconnectivity.exp
$ source bin/psxevars.sh
Copyright (C) 2009-2015 Intel Corporation. All rights reserved.
Intel(R) Inspector XE 2016 (build 423441)
Copyright (C) 2009-2015 Intel Corporation. All rights reserved.
Intel(R) VTune(TM) Amplifier XE 2016 (build 424694)
Copyright (C) 2009-2015 Intel Corporation. All rights reserved.
Intel(R) Advisor XE 2016 (build 423501)
$ icc -V
Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 16.0.0.109 Build 20150815
Copyright (C) 1985-2015 Intel Corporation.  All rights reserved.

$ mpiicc
No command 'mpiicc' found, did you mean:
 Command 'mpicc' from package 'libmpich-dev' (universe)
 Command 'mpicc' from package 'libopenmpi-dev' (universe)
 Command 'mpicc' from package 'lam4-dev' (universe)
mpiicc: command not found
$ sudo find / -name "mpiicc"
# NO RESULT
&lt;/PRE&gt;

&lt;P&gt;@Kittur, Ok. Well we have two student licenses, mine and other student's, do you need both? I confirmed that both license cannot install MPI correctly for now and I'm sure mine could install MPI correctly.&lt;/P&gt;

&lt;P&gt;In case,&amp;nbsp; the following is md5sum of the archive.&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;$ md5sum parallel_studio_xe_2016.tgz 
00b4de9727a906a3aff468c26dd3f89c  parallel_studio_xe_2016.tgz

&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This was useful! Thank you&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jun 2018 23:51:47 GMT</pubDate>
    <dc:creator>cavalcante__lucas</dc:creator>
    <dc:date>2018-06-05T23:51:47Z</dc:date>
    <item>
      <title>mpiicc, mpiicpc, mpiifort, etc. are missing in Parallel Studio XE Cluster Edition</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049128#M4375</link>
      <description>&lt;P&gt;Hi, I'm not really sure if this is a right place to ask this kind of question so let me know if I'm in wrong one.&lt;/P&gt;

&lt;P&gt;I download and installed &lt;A href="https://software.intel.com/en-us/qualify-for-free-software/student"&gt;Intel Parallel Studio XE Cluster Edition (includes Fortran and C/C++)&lt;/A&gt; via Student license. The installation seems complete without any errors but I noticed that &lt;EM&gt;mpiicc, mpiicpc, mpiifort, etc. &lt;/EM&gt;are missing from &lt;EM&gt;/opt/intel/compilers_and_libraries/linux/mpi/intel64/bin/&lt;/EM&gt; where the program should be in. These files are actually missing from the entire disk (checked via sudo find / -name "mpiifort")&lt;/P&gt;

&lt;P&gt;While&lt;A href="https://software.intel.com/en-us/intel-parallel-studio-xe"&gt; the web site&lt;/A&gt; say that the "Cluster Edition" includes MPI cluster tools, I'm wondering why these programs are missing from that directory. And actually, I installed it to other machine several months ago by using exactly same archive file and that machine has the files in that directory. Both machine were newly installed Ubuntu Server 14.04 so there should not be a significant difference. And in case, I tried to install the program just after OS preparation via VirtualBox and confirmed that the &lt;EM&gt;mpiicc, mpiicpc mpiifort, etc.&lt;/EM&gt; were missing.&lt;/P&gt;

&lt;P&gt;The followings are what I did in the new machine (which I think wrong)&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;$ cd ~
$ tar xvzf parallel_studio_xe_2016.tgz
$ cd parallel_studio_xe_2016
$ sudo ./install.sh
$ cd /opt/intel/compilers_and_libraries/linux/mpi/intel64/bin
$ ls
cpuinfo           IMB-MPI1  mpd            mpdboot     mpdcheck.py     mpdcleanup.py  mpdgdbdrv.py  mpdkilljob     mpdlistjobs     mpd.py          mpdroot    mpdsigjob     mpdtrace.py  mpiexec.hydra  mpitune      mtv.so
hydra_nameserver  IMB-NBC   mpdallexit     mpdboot.py  mpdchkpyver.py  mpdexit        mpdhelp       mpdkilljob.py  mpdlistjobs.py  mpdringtest     mpdrun     mpdsigjob.py  mpicleanup   mpiexec.py     mpivars.csh  pmi_proxy
hydra_persist     IMB-RMA   mpdallexit.py  mpdcheck    mpdcleanup      mpdexit.py     mpdhelp.py    mpdlib.py      mpdman.py       mpdringtest.py  mpdrun.py  mpdtrace      mpiexec      mpirun         mpivars.sh   tune
$ sudo find / -name "mpiifort"
# No output
&lt;/PRE&gt;

&lt;P&gt;And the following is what shown in the previous machine (which I think correct)&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;$ cd /opt/intel/compilers_and_libraries/linux/mpi/intel64/bin
$ ls
compchk.sh        mpdallexit      mpdcleanup.py  mpdlib.py       mpdrun        mpicxx         mpigxx       mtv.so
cpuinfo           mpdallexit.py   mpdexit        mpdlistjobs     mpdrun.py     mpiexec        mpiicc       pmi_proxy
hydra_nameserver  mpdboot         mpdexit.py     mpdlistjobs.py  mpdsigjob     mpiexec.hydra  mpiicpc      tune
hydra_persist     mpdboot.py      mpdgdbdrv.py   mpdman.py       mpdsigjob.py  mpiexec.py     mpiifort
IMB-MPI1          mpdcheck        mpdhelp        mpd.py          mpdtrace      mpif77         mpirun
IMB-NBC           mpdcheck.py     mpdhelp.py     mpdringtest     mpdtrace.py   mpif90         mpitune
IMB-RMA           mpdchkpyver.py  mpdkilljob     mpdringtest.py  mpicc         mpifc          mpivars.csh
mpd               mpdcleanup      mpdkilljob.py  mpdroot         mpicleanup    mpigcc         mpivars.sh
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;While I don't really remember what I did in previous machine, I would like to know &lt;EM&gt;missing steps&lt;/EM&gt; to install these programs.&lt;BR /&gt;
	Because of this problem, I cannot continue the installation of other programs which require MPI. So any kinds of idea or suggestion are welcome.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 08:45:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049128#M4375</guid>
      <dc:creator>Asai_S_</dc:creator>
      <dc:date>2015-11-05T08:45:52Z</dc:date>
    </item>
    <item>
      <title>You are correct. The posting</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049129#M4376</link>
      <description>&lt;P&gt;You are correct. The posting was not in the correct Forum. I have moved it to the C++ Forum but it is relevant for the Fortran Forum as well.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Noga&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 19:25:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049129#M4376</guid>
      <dc:creator>Light_Intel</dc:creator>
      <dc:date>2015-11-05T19:25:11Z</dc:date>
    </item>
    <item>
      <title>Can you do a quick sanity</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049130#M4377</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Can you do a quick sanity check? Source the shell script and see if mpiicc is found in the environment.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;aksharp@orcsle139:~$ ls /opt/intel/parallel_studio_xe_2016.0.0XX/bin/&lt;BR /&gt;
	psxevars.csh &amp;nbsp;psxevars.sh &amp;nbsp;sshconnectivity.exp&lt;BR /&gt;
	aksharp@orcsle139:~$ source /opt/intel/parallel_studio_xe_2016.0.0XX/bin/psxevars.sh&lt;BR /&gt;
	Copyright (C) 2009-2015 Intel Corporation. All rights reserved.&lt;BR /&gt;
	Intel(R) Inspector XE 2016 (build 423441)&lt;BR /&gt;
	Copyright (C) 2009-2015 Intel Corporation. All rights reserved.&lt;BR /&gt;
	Intel(R) VTune(TM) Amplifier XE 2016 (build 424694)&lt;BR /&gt;
	Copyright (C) 2009-2015 Intel Corporation. All rights reserved.&lt;BR /&gt;
	Intel(R) Advisor XE 2016 (build 423501)&lt;BR /&gt;
	aksharp@orcsle139:~$ icc -v&lt;BR /&gt;
	icc version 16.0.0 (gcc version 4.8.2 compatibility)&lt;BR /&gt;
	aksharp@orcsle139:~$ mpiicc -v&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;lt;what are your results?&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 20:13:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049130#M4377</guid>
      <dc:creator>Amanda_S_Intel</dc:creator>
      <dc:date>2015-11-05T20:13:22Z</dc:date>
    </item>
    <item>
      <title>@Amanda, the problem could be</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049131#M4378</link>
      <description>&lt;P&gt;@Amanda, the problem could be that the license file the user has may not contain the&amp;nbsp;IClsValL feature that's needed for the MPI SDK installation.&amp;nbsp;&lt;BR /&gt;
	@Asai: Can you send a private message to the author with the license file or serial number info for further investigation?&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks,&lt;BR /&gt;
	Kittur&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 20:35:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049131#M4378</guid>
      <dc:creator>KitturGanesh</dc:creator>
      <dc:date>2015-11-05T20:35:11Z</dc:date>
    </item>
    <item>
      <title>The correct forum is actually</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049132#M4379</link>
      <description>&lt;P&gt;The correct forum is actually "Clusters and HPC Technology" I have moved it to where the experts are.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/topic/599441"&gt;https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/topic/599441&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 00:04:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049132#M4379</guid>
      <dc:creator>Light_Intel</dc:creator>
      <dc:date>2015-11-06T00:04:00Z</dc:date>
    </item>
    <item>
      <title>@Noga, Thank you. It was too</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049133#M4380</link>
      <description>&lt;P&gt;@Noga, Thank you. It was too complicated for me to find the correct one....&lt;/P&gt;

&lt;P&gt;@Amanda, Thanks for the reply. Unfortunately the problem is not $PATH, the file is missing from the&lt;/P&gt;

&lt;P&gt;entire disk... In case, here is the result.&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;$ pwd
/opt/intel/parallel_studio_xe_2016.0.047
$ ls bin
psxevars.csh  sxevars.sh  sshconnectivity.exp
$ source bin/psxevars.sh
Copyright (C) 2009-2015 Intel Corporation. All rights reserved.
Intel(R) Inspector XE 2016 (build 423441)
Copyright (C) 2009-2015 Intel Corporation. All rights reserved.
Intel(R) VTune(TM) Amplifier XE 2016 (build 424694)
Copyright (C) 2009-2015 Intel Corporation. All rights reserved.
Intel(R) Advisor XE 2016 (build 423501)
$ icc -V
Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 16.0.0.109 Build 20150815
Copyright (C) 1985-2015 Intel Corporation.  All rights reserved.

$ mpiicc
No command 'mpiicc' found, did you mean:
 Command 'mpicc' from package 'libmpich-dev' (universe)
 Command 'mpicc' from package 'libopenmpi-dev' (universe)
 Command 'mpicc' from package 'lam4-dev' (universe)
mpiicc: command not found
$ sudo find / -name "mpiicc"
# NO RESULT
&lt;/PRE&gt;

&lt;P&gt;@Kittur, Ok. Well we have two student licenses, mine and other student's, do you need both? I confirmed that both license cannot install MPI correctly for now and I'm sure mine could install MPI correctly.&lt;/P&gt;

&lt;P&gt;In case,&amp;nbsp; the following is md5sum of the archive.&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;$ md5sum parallel_studio_xe_2016.tgz 
00b4de9727a906a3aff468c26dd3f89c  parallel_studio_xe_2016.tgz

&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 03:53:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049133#M4380</guid>
      <dc:creator>Asai_S_</dc:creator>
      <dc:date>2015-11-06T03:53:22Z</dc:date>
    </item>
    <item>
      <title>Was it a bug of some server</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049134#M4381</link>
      <description>&lt;P&gt;Was it a bug of some server and already fixed? Because now I followed &lt;STRONG&gt;almost exactly same procedure as yesterday&lt;/STRONG&gt; in VirtualBox to produce the detail of "how to reproduce this issue" but&lt;STRONG&gt; the problem seems solved now&lt;/STRONG&gt;, at least in my VirtualBox (I tried twice from clean environment).&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;$ cd ~
$ ln -s /media/sf_Public/parallel_studio_xe_2006.tgz .
$ tar xvzf parallel_studio_xe_2006.tgz
$ cd parallel_studio_xe_2006
$ sudo ./install.sh
$ cd /opt/intel/compilers_and_libraries/linux/mpi/intel64/bin
$ ls
compchk.sh        hydra_persist  IMB-RMA     mpdallexit.py  mpdcheck        mpdcleanup     mpdexit.py    mpdhelp.py     mpdlib.py       mpdman.py    mpdringtest.py  mpdrun.py     mpdtrace     mpicleanup  mpiexec.hydra  mpif90  mpigxx   mpiifort  mpivars.csh  pmi_proxy
cpuinfo           IMB-MPI1       mpd         mpdboot        mpdcheck.py     mpdcleanup.py  mpdgdbdrv.py  mpdkilljob     mpdlistjobs     mpd.py       mpdroot         mpdsigjob     mpdtrace.py  mpicxx      mpiexec.py     mpifc   mpiicc   mpirun    mpivars.sh   tune
hydra_nameserver  IMB-NBC        mpdallexit  mpdboot.py     mpdchkpyver.py  mpdexit        mpdhelp       mpdkilljob.py  mpdlistjobs.py  mpdringtest  mpdrun          mpdsigjob.py  mpicc        mpiexec     mpif77         mpigcc  mpiicpc  mpitune   mtv.so
&lt;/PRE&gt;

&lt;P&gt;Best,&lt;BR /&gt;
	Asai&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 04:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049134#M4381</guid>
      <dc:creator>Asai_S_</dc:creator>
      <dc:date>2015-11-06T04:16:00Z</dc:date>
    </item>
    <item>
      <title>Please try to uninstall and</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049135#M4382</link>
      <description>&lt;P&gt;Please try to uninstall and reinstall on your system (not VirtualBox) and see if you can still reproduce the issue. This would be most helpful.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Noga&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 18:08:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049135#M4382</guid>
      <dc:creator>Light_Intel</dc:creator>
      <dc:date>2015-11-06T18:08:07Z</dc:date>
    </item>
    <item>
      <title>@Noga</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049136#M4383</link>
      <description>&lt;P&gt;@Noga&lt;/P&gt;

&lt;P&gt;Sorry for late reply.&lt;/P&gt;

&lt;P&gt;&amp;gt; Please try to uninstall and reinstall on your system (not VirtualBox) and see if you can still reproduce the issue. This would be most helpful.&lt;/P&gt;

&lt;P&gt;Yes I did and the issue cannot be reproduced any more in both actual machine and virtualbox. I haven't change any condition thus I'm wondering why.&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;BR /&gt;
	Asai&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 02:37:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049136#M4383</guid>
      <dc:creator>Asai_S_</dc:creator>
      <dc:date>2015-11-09T02:37:53Z</dc:date>
    </item>
    <item>
      <title>Quote:Asai S. wrote:</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049137#M4384</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Asai S. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;@Noga, Thank you. It was too complicated for me to find the correct one....&lt;/P&gt;

&lt;P&gt;@Amanda, Thanks for the reply. Unfortunately the problem is not $PATH, the file is missing from the&lt;/P&gt;

&lt;P&gt;entire disk... In case, here is the result.&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;$ pwd
/opt/intel/parallel_studio_xe_2016.0.047
$ ls bin
psxevars.csh  sxevars.sh  sshconnectivity.exp
$ source bin/psxevars.sh
Copyright (C) 2009-2015 Intel Corporation. All rights reserved.
Intel(R) Inspector XE 2016 (build 423441)
Copyright (C) 2009-2015 Intel Corporation. All rights reserved.
Intel(R) VTune(TM) Amplifier XE 2016 (build 424694)
Copyright (C) 2009-2015 Intel Corporation. All rights reserved.
Intel(R) Advisor XE 2016 (build 423501)
$ icc -V
Intel(R) C Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 16.0.0.109 Build 20150815
Copyright (C) 1985-2015 Intel Corporation.  All rights reserved.

$ mpiicc
No command 'mpiicc' found, did you mean:
 Command 'mpicc' from package 'libmpich-dev' (universe)
 Command 'mpicc' from package 'libopenmpi-dev' (universe)
 Command 'mpicc' from package 'lam4-dev' (universe)
mpiicc: command not found
$ sudo find / -name "mpiicc"
# NO RESULT
&lt;/PRE&gt;

&lt;P&gt;@Kittur, Ok. Well we have two student licenses, mine and other student's, do you need both? I confirmed that both license cannot install MPI correctly for now and I'm sure mine could install MPI correctly.&lt;/P&gt;

&lt;P&gt;In case,&amp;nbsp; the following is md5sum of the archive.&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;$ md5sum parallel_studio_xe_2016.tgz 
00b4de9727a906a3aff468c26dd3f89c  parallel_studio_xe_2016.tgz

&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This was useful! Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 23:51:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/mpiicc-mpiicpc-mpiifort-etc-are-missing-in-Parallel-Studio-XE/m-p/1049137#M4384</guid>
      <dc:creator>cavalcante__lucas</dc:creator>
      <dc:date>2018-06-05T23:51:47Z</dc:date>
    </item>
  </channel>
</rss>

