<?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 Is there very simple ScaLapack sample like &amp;quot;Hello World&amp;quot; ? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-very-simple-ScaLapack-sample-like-quot-Hello-World-quot/m-p/772155#M718</link>
    <description>Thanks for reply.&lt;BR /&gt;&lt;BR /&gt;I tried both MKL Linker Adviser and exmplaes you mentioned.&lt;BR /&gt;&lt;BR /&gt;I used output of MKL Linker Adviser, but results was same.&lt;BR /&gt;(still causes link error)&lt;BR /&gt;&lt;BR /&gt;Also, I tried to compleexamples/pblasc like following, but seems that it needs fortran compiler (ifort)&lt;BR /&gt;&lt;BR /&gt;---------------------&lt;BR /&gt;C:\tmp\scalapack&amp;gt;nmake arch=intel64 mpi=mpich2 mpidir=C:\MPICH2 libdir="c:\Program Files (x86)\intel\ComposerXE-2011\mkl" libtype=static exe&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;BR /&gt;I installed MPICH2 on C:\MPICH2 directory and it works with no problem.&lt;BR /&gt;then, nmake stopped with following error message:&lt;BR /&gt;&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;P&gt;Microsoft  Program Maintenance Utility Version 6.00.9782.0&lt;/P&gt;&lt;P&gt;Copyright (C) Microsoft Corp 1988-1998. All rights reserved.&lt;/P&gt;&lt;P&gt;if not exist "obj_intel64_static_mpich2_lp64" mkdir "obj_intel64_static_mpich2_lp64"&lt;/P&gt;&lt;P&gt;ifort /c /O3 /w .\psludriver.f /object:obj_intel64_static_mpich2_lp64\psludriver.obj&lt;BR /&gt;(here reports error like "cannot found ifort")&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;BR /&gt;I bought C/C++ version of Compose XE-2011. (no fortran compiler included version)&lt;BR /&gt;&lt;BR /&gt;this means to compile those example,it needs ifort.Am I wrong?&lt;BR /&gt;(Actually, the subdirectories under examples/pblasc directory, there are lots of .f files)&lt;BR /&gt;&lt;BR /&gt;Takuya&lt;/P&gt;</description>
    <pubDate>Wed, 08 Aug 2012 03:58:41 GMT</pubDate>
    <dc:creator>Takuya_Sekikawa</dc:creator>
    <dc:date>2012-08-08T03:58:41Z</dc:date>
    <item>
      <title>Is there very simple ScaLapack sample like "Hello World" ?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-very-simple-ScaLapack-sample-like-quot-Hello-World-quot/m-p/772153#M716</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I wrote simple test program like HelloWorld of ScaLapack, then tried to compile withwith MKL 10.3 (C++ Composer XE-2011)&lt;BR /&gt;but unknown link error occurred.&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;ipo: warning #11021: unresolved symbol: for_write_seq_fmt&lt;BR /&gt;1&amp;gt; Referenced in mkl_scalapack_lp64.lib(pxerbla.obj)&lt;BR /&gt;1&amp;gt;ipo: warning #11021: unresolved symbol: for_write_seq_fmt_xmit&lt;BR /&gt;1&amp;gt; Referenced in mkl_scalapack_lp64.lib(pxerbla.obj)&lt;BR /&gt;&lt;BR /&gt;link libraries are:&lt;BR /&gt;mkl_core.lib mkl_intel_lp64.lib mkl_intel_thread.lib mkl_blas95_lp64.lib mkl_lapack95_lp64.lib mkl_scalapack_lp64.lib mkl_blacs_mpich2_lp64.lib libiomp5md.lib mpi.lib cxx.lib&lt;BR /&gt;&lt;BR /&gt;Seems mkl_scalapack_lp64.lib uses for_write_seq_fmt funciton, but I cannot found out which library contains this symbol.&lt;BR /&gt;&lt;BR /&gt;my question is:&lt;BR /&gt;[1] how to avoid link error using ScaLapack on MKL?&lt;BR /&gt;[2] Is there any sample code of ScaLapack on MKL?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2012 09:38:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-very-simple-ScaLapack-sample-like-quot-Hello-World-quot/m-p/772153#M716</guid>
      <dc:creator>Takuya_Sekikawa</dc:creator>
      <dc:date>2012-08-07T09:38:15Z</dc:date>
    </item>
    <item>
      <title>Is there very simple ScaLapack sample like "Hello World" ?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-very-simple-ScaLapack-sample-like-quot-Hello-World-quot/m-p/772154#M717</link>
      <description>for linking - pls use &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;MKL Linker Adviser&lt;/A&gt;.&lt;DIV&gt;&lt;DIV&gt;for example - you can find some examples into &lt;MKLROOTDIRECTORY&gt;\examples\pblasc.&lt;/MKLROOTDIRECTORY&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Aug 2012 12:16:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-very-simple-ScaLapack-sample-like-quot-Hello-World-quot/m-p/772154#M717</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-08-07T12:16:33Z</dc:date>
    </item>
    <item>
      <title>Is there very simple ScaLapack sample like "Hello World" ?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-very-simple-ScaLapack-sample-like-quot-Hello-World-quot/m-p/772155#M718</link>
      <description>Thanks for reply.&lt;BR /&gt;&lt;BR /&gt;I tried both MKL Linker Adviser and exmplaes you mentioned.&lt;BR /&gt;&lt;BR /&gt;I used output of MKL Linker Adviser, but results was same.&lt;BR /&gt;(still causes link error)&lt;BR /&gt;&lt;BR /&gt;Also, I tried to compleexamples/pblasc like following, but seems that it needs fortran compiler (ifort)&lt;BR /&gt;&lt;BR /&gt;---------------------&lt;BR /&gt;C:\tmp\scalapack&amp;gt;nmake arch=intel64 mpi=mpich2 mpidir=C:\MPICH2 libdir="c:\Program Files (x86)\intel\ComposerXE-2011\mkl" libtype=static exe&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;BR /&gt;I installed MPICH2 on C:\MPICH2 directory and it works with no problem.&lt;BR /&gt;then, nmake stopped with following error message:&lt;BR /&gt;&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;P&gt;Microsoft  Program Maintenance Utility Version 6.00.9782.0&lt;/P&gt;&lt;P&gt;Copyright (C) Microsoft Corp 1988-1998. All rights reserved.&lt;/P&gt;&lt;P&gt;if not exist "obj_intel64_static_mpich2_lp64" mkdir "obj_intel64_static_mpich2_lp64"&lt;/P&gt;&lt;P&gt;ifort /c /O3 /w .\psludriver.f /object:obj_intel64_static_mpich2_lp64\psludriver.obj&lt;BR /&gt;(here reports error like "cannot found ifort")&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;BR /&gt;I bought C/C++ version of Compose XE-2011. (no fortran compiler included version)&lt;BR /&gt;&lt;BR /&gt;this means to compile those example,it needs ifort.Am I wrong?&lt;BR /&gt;(Actually, the subdirectories under examples/pblasc directory, there are lots of .f files)&lt;BR /&gt;&lt;BR /&gt;Takuya&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2012 03:58:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-very-simple-ScaLapack-sample-like-quot-Hello-World-quot/m-p/772155#M718</guid>
      <dc:creator>Takuya_Sekikawa</dc:creator>
      <dc:date>2012-08-08T03:58:41Z</dc:date>
    </item>
    <item>
      <title>Is there very simple ScaLapack sample like "Hello World" ?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-very-simple-ScaLapack-sample-like-quot-Hello-World-quot/m-p/772156#M719</link>
      <description>&amp;gt; (Actually, the subdirectories under examples/pblasc directory, there are lots of .f files)&lt;BR /&gt;&lt;BR /&gt;Sorry. I got confused.&lt;BR /&gt;&lt;BR /&gt;there was no .f files under mkl/examples/pblasc/source directory.&lt;BR /&gt;(the above .f I mentioned is under mkl/tests/scalapack directory)&lt;BR /&gt;&lt;BR /&gt;I'll try pblasc exmple.&lt;BR /&gt;&lt;BR /&gt;Takuya</description>
      <pubDate>Wed, 08 Aug 2012 07:29:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-very-simple-ScaLapack-sample-like-quot-Hello-World-quot/m-p/772156#M719</guid>
      <dc:creator>Takuya_Sekikawa</dc:creator>
      <dc:date>2012-08-08T07:29:47Z</dc:date>
    </item>
    <item>
      <title>Is there very simple ScaLapack sample like "Hello World" ?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-very-simple-ScaLapack-sample-like-quot-Hello-World-quot/m-p/772157#M720</link>
      <description>Once I uninstalled ComposerXE 2011, then re-installed latest version (ComposerXE 2011, update 11),&lt;BR /&gt;everythings work with no problem. (link error disappeared)&lt;BR /&gt;&lt;BR /&gt;and also pblasc example has successfully compiled and executed.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Takuya</description>
      <pubDate>Thu, 09 Aug 2012 04:22:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-very-simple-ScaLapack-sample-like-quot-Hello-World-quot/m-p/772157#M720</guid>
      <dc:creator>Takuya_Sekikawa</dc:creator>
      <dc:date>2012-08-09T04:22:23Z</dc:date>
    </item>
  </channel>
</rss>

