<?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 Have you seen http://acts in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006767#M18939</link>
    <description>&lt;P&gt;Have you seen&amp;nbsp;http://acts.nersc.gov/scalapack/, where you can see four (small number, but &amp;gt; 0!) C examples?&lt;/P&gt;

&lt;P&gt;Converting some Fortran-77 examples to C would be possible, but is there a "market" for such examples, considering that Scalapack was designed for MIMD computers with a message-passing interface, whereas most popular machines today use SIMD capable multi-core processors with shared-memory architecture?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 May 2015 15:30:00 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2015-05-18T15:30:00Z</dc:date>
    <item>
      <title>C examples in MKL's ScaLAPACK</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006766#M18938</link>
      <description>&lt;P&gt;I am aware of these &lt;A href="http://www.netlib.org/scalapack/examples/"&gt;examples&lt;/A&gt;, but I do not know any Fortran, thus I can not understand much. So finding at least an example with MKL and ScaLAPACK in C would be critical for me. I know there is a C interface. For example &lt;A href="https://software.intel.com/en-us/node/521465"&gt;p?potrf&lt;/A&gt; will be the function I am going to use, for performing a Cholesky factorization.&lt;/P&gt;

&lt;P&gt;If someone would reply negatively, that would be also OK, since it would stop me for searching..&lt;/P&gt;

&lt;P&gt;Some links that have some interest (and I am reading now):&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;&lt;A href="http://geco.mines.edu/software/mkl/"&gt;Intel 11&lt;/A&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;A href="http://stackoverflow.com/questions/23722060/mkl-scalapack-problems"&gt;MKL ScaLAPACK problems&lt;/A&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;A href="http://stackoverflow.com/questions/14147705/cholesky-decomposition-scalapack-error?rq=1"&gt;cholesky ScaLAPACK error&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 18 May 2015 13:58:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006766#M18938</guid>
      <dc:creator>Georgios_S_</dc:creator>
      <dc:date>2015-05-18T13:58:43Z</dc:date>
    </item>
    <item>
      <title>Have you seen http://acts</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006767#M18939</link>
      <description>&lt;P&gt;Have you seen&amp;nbsp;http://acts.nersc.gov/scalapack/, where you can see four (small number, but &amp;gt; 0!) C examples?&lt;/P&gt;

&lt;P&gt;Converting some Fortran-77 examples to C would be possible, but is there a "market" for such examples, considering that Scalapack was designed for MIMD computers with a message-passing interface, whereas most popular machines today use SIMD capable multi-core processors with shared-memory architecture?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 15:30:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006767#M18939</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-05-18T15:30:00Z</dc:date>
    </item>
    <item>
      <title>Hi Georgios, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006768#M18940</link>
      <description>&lt;P&gt;Hi Georgios,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You may find one C dgesv sample in&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://software.intel.com/en-us/forums/topic/536962.&amp;nbsp;" target="_blank"&gt;https://software.intel.com/en-us/forums/topic/536962.&amp;nbsp;&lt;/A&gt;;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;In most of case, it is not problem for &amp;nbsp;the scalapack call &amp;nbsp;(just align with the parameters, even you is not familiar with fortran ), more often, there is small error in other part of the coding.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;For &amp;nbsp;example, i try the C pddttrf sample, &amp;nbsp;(which you mentioned in &amp;nbsp;&amp;nbsp;http://stackoverflow.com/questions/23722060/. with Intel Compiler and Intel MPI , Intel MKL .&lt;/P&gt;

&lt;P&gt;source /opt/intel/bin/compilervars.sh intel64&lt;/P&gt;

&lt;P&gt;&amp;gt;source /opt/intel/impi/5.1.0.042/bin64/mpivars.sh&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;gt;mpiicpc Scalapack_pddtrf.cpp -mkl:cluster&lt;/P&gt;

&lt;P&gt;[yhu5@prc-mic01 scalapack]$run -np 2 ./a.out&lt;BR /&gt;
	MYPE=0: x[:] = &amp;nbsp;1.0000 &amp;nbsp;2.0000 &amp;nbsp;3.0000 &amp;nbsp;4.0000&lt;BR /&gt;
	MYPE=1: x[:] = &amp;nbsp;5.0000 &amp;nbsp;6.0000 &amp;nbsp;7.0000 &amp;nbsp;8.0000&lt;/P&gt;

&lt;P&gt;it is run ok &amp;nbsp;with 2 rank. &amp;nbsp;as the code designed.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If run with 1 rank, it return error as expected.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;[yhu5@prc-mic01 scalapack]$ mpirun -np 1 ./a.out&lt;BR /&gt;
	{ &amp;nbsp; &amp;nbsp;0, &amp;nbsp; &amp;nbsp;0}: &amp;nbsp;On entry to&lt;BR /&gt;
	PDDTTRF, D&amp;amp;C alg.: only 1 block per proc parameter number &amp;nbsp; &amp;nbsp;1 had an illegal value&lt;BR /&gt;
	pddttrf problem! Info -1&lt;BR /&gt;
	MYPE=0: x[:] = &amp;nbsp;1.0000 &amp;nbsp;2.0000 &amp;nbsp;3.0000 &amp;nbsp;4.0000&lt;/P&gt;

&lt;P&gt;The user &lt;A href="http://stackoverflow.com/questions/23722060/" target="_blank"&gt;http://stackoverflow.com/questions/23722060/&lt;/A&gt;, use MPICH2, &amp;nbsp;not sure how they compile and link mkl, it seems the code go wrong at first&amp;nbsp;Cblacs_get(0, 0, &amp;amp;context); &amp;nbsp; his is&amp;nbsp;&lt;SPAN class="pun" style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;{&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="lit" style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;1&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="lit" style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;1&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;}:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="pun" style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="pun" style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;Ying&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 03:50:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006768#M18940</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2015-05-19T03:50:51Z</dc:date>
    </item>
    <item>
      <title>Thanks both! Regarding the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006769#M18941</link>
      <description>&lt;P&gt;Thanks both! Regarding the example of Ying, I tried to compile, but I got an error&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;gsamaras@pythagoras:~/intel/code$ ../bin/icc -mkl nine_by_nine.c -o n
nine_by_nine.c(1): catastrophic error: cannot open source file "mpi.h"
  #include &amp;lt;mpi.h&amp;gt;&lt;/PRE&gt;

&lt;P&gt;what am I missing? Probably it's a linking error. You see, I am an absolute beginner!&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/topic/371148"&gt;This &lt;/A&gt;did not help much. However, MPI seems to be OK:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;gsamaras@pythagoras:~/intel$ mpiexec --version
HYDRA build details:
    Version:                                 3.1
    Release Date:                            Thu Feb 20 11:41:13 CST 2014
    CC:                              gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro
    CXX:                             g++ -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro
    F77:                             gfortran -g -O2 -fstack-protector-strong -Wl,-z,relro
    F90:                             gfortran -g -O2 -fstack-protector-strong -Wl,-z,relro
    Configure options:                       '--disable-option-checking' '--prefix=/usr' '--build=x86_64-linux-gnu' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libdir=${prefix}/lib/x86_64-linux-gnu' '--libexecdir=${prefix}/lib/x86_64-linux-gnu' '--disable-maintainer-mode' '--disable-dependency-tracking' '--enable-shared' '--enable-fc' '--disable-rpath' '--disable-wrapper-rpath' '--sysconfdir=/etc/mpich' '--libdir=/usr/lib/x86_64-linux-gnu' '--includedir=/usr/include/mpich' '--docdir=/usr/share/doc/mpich' '--with-hwloc-prefix=system' '--enable-checkpointing' '--with-hydra-ckpointlib=blcr' 'build_alias=x86_64-linux-gnu' 'MPICHLIB_CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security' 'MPICHLIB_CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security' 'MPICHLIB_FFLAGS=-g -O2 -fstack-protector-strong' 'MPICHLIB_FCFLAGS=-g -O2 -fstack-protector-strong' 'CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -O2' 'LDFLAGS=-Wl,-z,relro ' 'CPPFLAGS=-D_FORTIFY_SOURCE=2 -I/build/mpich-Lgqv02/mpich-3.1/src/mpl/include -I/build/mpich-Lgqv02/mpich-3.1/src/mpl/include -I/build/mpich-Lgqv02/mpich-3.1/src/openpa/src -I/build/mpich-Lgqv02/mpich-3.1/src/openpa/src -I/build/mpich-Lgqv02/mpich-3.1/src/mpi/romio/include' 'CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security' 'F77=gfortran' 'FFLAGS=-g -O2 -fstack-protector-strong -g -O2 -fstack-protector-strong -O2' 'FC=gfortran' 'FCFLAGS=-g -O2 -fstack-protector-strong -g -O2 -fstack-protector-strong' '--cache-file=/dev/null' '--srcdir=.' 'CC=gcc' 'LIBS=-lrt -lcr -lpthread '
    Process Manager:                         pmi
    Launchers available:                     ssh rsh fork slurm ll lsf sge manual persist
    Topology libraries available:            hwloc
    Resource management kernels available:   user slurm ll lsf sge pbs cobalt
    Checkpointing libraries available:       blcr
    Demux engines available:                 poll select
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 08:10:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006769#M18941</guid>
      <dc:creator>Georgios_S_</dc:creator>
      <dc:date>2015-05-20T08:10:00Z</dc:date>
    </item>
    <item>
      <title>The usual way of satisfying</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006770#M18942</link>
      <description>&lt;P&gt;The usual way of satisfying #include &amp;lt;mpi.h&amp;gt;, as Ying said, is to use mpiicc in place of icc (mpicc for most non-Intel MPI implementations).&amp;nbsp; With mpicc, you won't have available the -mkl link shortcuts, so will need to check docs such as MKL link advisor.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 11:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006770#M18942</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2015-05-20T11:02:00Z</dc:date>
    </item>
    <item>
      <title>I tried that (but forgot to</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006771#M18943</link>
      <description>&lt;P&gt;I tried that (but forgot to edit, sorry), but it fails, because first of all I couldn't find the mpi script that I need to source, let alone the compiler. By the way Tim said "&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;mpiicc", while Ying used "mpiicpc".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I just want to compile the example, so if I could avoid the link advisor, it would be nice.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Here is my work space:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;gsamaras@pythagoras:~/intel$ ls
advisor_xe                   code                    include                       intel_sdp_products.db  licenses                 tbb
advisor_xe_2015              composerxe              inspector_xe                  ipp                    man                      vtune_amplifier_xe
advisor_xe_2015.1.10.380555  composer_xe_2015        inspector_xe_2015             ism                    mkl                      vtune_amplifier_xe_2015
bin                          composer_xe_2015.3.187  inspector_xe_2015.1.2.379161  lib                    parallel_studio_xe_2015  vtune_amplifier_xe_2015.3.0.403110
g&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 11:13:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006771#M18943</guid>
      <dc:creator>Georgios_S_</dc:creator>
      <dc:date>2015-05-20T11:13:00Z</dc:date>
    </item>
    <item>
      <title>Hi Georgios, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006772#M18944</link>
      <description>&lt;P&gt;Hi Georgios,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The mpi.h is from one mpi install directory, &lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;You may get Intel MPI library from&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&lt;A href="https://software.intel.com/en-us/intel-mpi-library/" target="_blank"&gt;https://software.intel.com/en-us/intel-mpi-library/&lt;/A&gt; ( on the right of box).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;If you have one mpi installed, you may find it on your machine and compile command like: ,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;mpicc *.c -I&amp;lt;MPI install header path&amp;gt; -I/opt/intel/mkl/include &amp;nbsp;&amp;nbsp;${MKLROOT}/lib/intel64/libmkl_scalapack_lp64.a -Wl,--start-group ${MKLROOT}/lib/intel64/libmkl_intel_lp64.a ${MKLROOT}/lib/intel64/libmkl_core.a ${MKLROOT}/lib/intel64/libmkl_intel_thread.a -Wl,--end-group ${MKLROOT}/lib/intel64/libmkl_blacs_intelmpi_lp64.a -liomp5 -ldl -lpthread -lm&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;You can see the details in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Ying&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 03:49:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006772#M18944</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2015-05-21T03:49:38Z</dc:date>
    </item>
    <item>
      <title>Hi Ying,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006773#M18945</link>
      <description>&lt;P&gt;Hi Ying,&lt;/P&gt;

&lt;P&gt;&amp;nbsp; the product I have already installed is: Intel® Parallel Studio XE Professional Edition for C++ Linux* and as far as I can see from the link you provided, you are suggesting me to download the same product again, not an MPI-Intel standalone one (which I would expect to see in the link). As a result, the MPI should already be installed, since I installed the product, right? The question is where is it?&lt;/P&gt;

&lt;P&gt;In post #24, from &lt;A href="https://software.intel.com/en-us/forums/topic/557839"&gt;here&lt;/A&gt;, you can see my installation summary. I do not see mpi stated anywhere. From the link you provided, I can see only the Buy option for Intel MPI library. I am a student though, thus I want the package for student use. When on free software tools, it redirects me to a page where I can get Parallel Studio XE, which I already have, so I am stuck again. :/&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 08:34:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006773#M18945</guid>
      <dc:creator>Georgios_S_</dc:creator>
      <dc:date>2015-05-21T08:34:00Z</dc:date>
    </item>
    <item>
      <title>Hi George,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006774#M18946</link>
      <description>&lt;P&gt;Hi George,&lt;/P&gt;

&lt;P&gt;So have you&amp;nbsp;installed one Opensoruce version of MPI?&lt;/P&gt;

&lt;P&gt;If Intel MPI, I saw there is 30-day free download version:&lt;/P&gt;

&lt;P&gt;Download &lt;A href="https://registrationcenter.intel.com/RegCenter/EvalForm.aspx?productid=1740"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Linux version&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Intel MPI is not in&amp;nbsp;Intel® Parallel Studio XE Professional Edition for C++ Linux*,&amp;nbsp; it is in &lt;A href="https://software.intel.com/en-us/intel-parallel-studio-xe/" rel="nofollow"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Intel® Parallel Studio XE Cluster Edition.&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Professional&amp;nbsp; vs Cluster.&amp;nbsp; &lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2015 03:11:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006774#M18946</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2015-05-22T03:11:12Z</dc:date>
    </item>
    <item>
      <title>I saw that too, however, my</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006775#M18947</link>
      <description>&lt;P&gt;I saw that too, however, my project is the final of the class, thus it will need to last more than 1 month. Cluster is not provided for students (what a pity!), thus I am forced to install an&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Opensource version of MPI. Hopefully then I will be able to compile the code as you suggested in your pre-last post.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Can you suggest an Opensource version of MPI? I found &lt;A href="https://help.ubuntu.com/community/MpichCluster"&gt;this&lt;/A&gt;, which is for Ubuntu and I am on Debian. Maybe &lt;A href="http://www.cslu.ogi.edu/~zak/debianclusters/Installing_MPICH"&gt;this&lt;/A&gt; for Debian?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;George&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2015 11:17:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006775#M18947</guid>
      <dc:creator>Georgios_S_</dc:creator>
      <dc:date>2015-05-22T11:17:00Z</dc:date>
    </item>
    <item>
      <title>Either mpich2 or OpenMPI</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006776#M18948</link>
      <description>&lt;P&gt;Either mpich2 or OpenMPI should work, provided you are willing to follow the instructions.&amp;nbsp; Note that the data types encoding varies from one MPI to another, so if you have pre-built libraries they must support your MPI.&lt;/P&gt;

&lt;P&gt;I'm not certain that you couldn't use the Intel MPI trial for more than a month, provided that it is for your own use.&amp;nbsp; You could ask on the licensing forum.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2015 13:06:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006776#M18948</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2015-05-22T13:06:00Z</dc:date>
    </item>
    <item>
      <title>Thanks Tim. Well, having</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006777#M18949</link>
      <description>&lt;P&gt;Thanks Tim. Well, having Parallel studio should imply access to Intel's MPI, in my humble opinion of course. I made a &lt;A href="https://software.intel.com/en-us/forums/topic/558742"&gt;post in the licensing forum&lt;/A&gt;. Hope they let me use it, since it's really important for me.&lt;/P&gt;

&lt;P&gt;The answer was no, so I will go for &lt;A href="https://help.ubuntu.com/community/MpichCluster"&gt;MPICH2&lt;/A&gt;, since it has nice instructions. :)&lt;/P&gt;

&lt;P&gt;However, my professor can apply for a &lt;STRONG&gt;Intel® Parallel Studio XE&lt;/STRONG&gt; (Bundle of Cluster Edition and Professionals Edition) (read more &lt;A href="https://software.intel.com/en-us/academic/swdevtools"&gt;here&lt;/A&gt;). Hope MPI will be provided! Moreover, I hope I won't have to set up the MPI cluster myself, like the tutorial I linked does, since it didn't work (if anybody can confirm that studio XE will get me by this problem, that would be great!).&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2015 13:24:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006777#M18949</guid>
      <dc:creator>Georgios_S_</dc:creator>
      <dc:date>2015-05-22T13:24:00Z</dc:date>
    </item>
    <item>
      <title>Hi Georgios,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006778#M18950</link>
      <description>&lt;P&gt;Hi Georgios,&lt;/P&gt;

&lt;P&gt;No sure if your professior&amp;nbsp;get the Intel MPI version.&amp;nbsp; But whatever, you can go ahead&amp;nbsp;for MPICH2, it should be work ok with Opensource Scalapack and mkl Scalapack.&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;BR /&gt;
	Ying&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 01:54:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006778#M18950</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2015-06-04T01:54:20Z</dc:date>
    </item>
    <item>
      <title>Sorry for reposting if this</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006779#M18951</link>
      <description>&lt;P&gt;Sorry for reposting if this has been asked before:&lt;/P&gt;

&lt;P&gt;Scalapack has a set of TOOLS functions such as: SL_init, descinit, etc.&amp;nbsp; I didn't see these declared in mkl_scalapack.h, even though they are in libmkl_scalapack_lp64.so.&amp;nbsp; Is there a separate include file that declared these functions to be used in C/C++?&amp;nbsp; If not, is there a reason that these functions are not in mkl_scalapack.h?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 01:24:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006779#M18951</guid>
      <dc:creator>Joe_W_1</dc:creator>
      <dc:date>2016-08-19T01:24:30Z</dc:date>
    </item>
    <item>
      <title>Hi Joe, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006780#M18952</link>
      <description>&lt;P&gt;Hi Joe,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for asking this.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Our doc team plan fix them in the next releases. (the latest release one may &amp;nbsp;be 2017 update 1)&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 05:08:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-examples-in-MKL-s-ScaLAPACK/m-p/1006780#M18952</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-08-19T05:08:36Z</dc:date>
    </item>
  </channel>
</rss>

