<?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: Scalapack and MKL 6.1 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-and-MKL-6-1/m-p/957709#M15595</link>
    <description>&lt;P&gt;Hi Brian,&lt;/P&gt;
&lt;P&gt;Yes, the beta period is over so youcan no longer sign up. Why don't you submit an issue at premier support. They may be able to help you out.&lt;/P&gt;
&lt;P&gt;-Todd&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 25 May 2004 03:28:15 GMT</pubDate>
    <dc:creator>Todd_R_Intel</dc:creator>
    <dc:date>2004-05-25T03:28:15Z</dc:date>
    <item>
      <title>Scalapack and MKL 6.1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-and-MKL-6-1/m-p/957704#M15590</link>
      <description>Hi everybody!&lt;BR /&gt;&lt;BR /&gt;I have compiled Scalapack on top of MKL 6.1 with icc and ifc version 7.1.  The compilation seems to work without a hitch (after a lot of work on SLmake.inc) but many of the test programs hang.  Is there any information anyone can offer me about this?  I have a situation where I must compile scalapack for three different compilers (GCC, PGI, and Intel) and so far, the Intel compiler has given me the most grief.&lt;BR /&gt;&lt;BR /&gt;It seems that most of the single precision tests work well, but the double and complex tests all hang.&lt;BR /&gt;&lt;BR /&gt;I have considered upgrading to MKL 7 beta, but this is a production environment and I'm not too sure the higher-ups would appreciate that.  &lt;BR /&gt;&lt;BR /&gt;Any help or advice would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Here is a copy of my SLmake.inc file for your viewing (dis)pleasure.&lt;BR /&gt;&lt;BR /&gt;##############################################################&lt;BR /&gt;&lt;BR /&gt;SHELL         = /bin/sh&lt;BR /&gt;home          = /usr/local/scalapack-intel&lt;BR /&gt;PLAT          = LINUX&lt;BR /&gt;BLACSDBGLVL   = 0&lt;BR /&gt;BLACSdir      = /usr/local/blacs-intel/LIB&lt;BR /&gt;USEMPI        = -DUsingMpiBlacs&lt;BR /&gt;SMPLIB        = -lmpich&lt;BR /&gt;BLACSFINIT    = -lblacsF77init&lt;BR /&gt;BLACSCINIT    = -lblacsCinit&lt;BR /&gt;BLACSLIB      = -lblacs&lt;BR /&gt;TESTINGdir    = $(home)/TESTING&lt;BR /&gt;CBLACSLIB     = $(BLACSCINIT) $(BLACSLIB) $(BLACSCINIT)&lt;BR /&gt;FBLACSLIB     = $(BLACSFINIT) $(BLACSLIB) $(BLACSFINIT)&lt;BR /&gt;PBLASdir      = $(home)/PBLAS&lt;BR /&gt;SRCdir        = $(home)/SRC&lt;BR /&gt;TESTdir       = $(home)/TESTING&lt;BR /&gt;PBLASTSTdir   = $(TESTINGdir)&lt;BR /&gt;TOOLSdir      = $(home)/TOOLS&lt;BR /&gt;REDISTdir     = $(home)/REDIST&lt;BR /&gt;REDISTTSTdir  = $(TESTINGdir)&lt;BR /&gt;F77           = ifc&lt;BR /&gt;CC            = icc&lt;BR /&gt;NOOPT         =&lt;BR /&gt;F77FLAGS      = -O3 $(NOOPT)&lt;BR /&gt;SRCFLAG       =&lt;BR /&gt;F77LOADER     = $(F77)&lt;BR /&gt;F77LOADFLAGS  = $(F77FLAGS)&lt;BR /&gt;CDEFS         = -DNO_IEEE $(USEMPI) -DAdd_&lt;BR /&gt;ARCH          = ar&lt;BR /&gt;ARCHFLAGS     = cr&lt;BR /&gt;RANLIB        = ranlib&lt;BR /&gt;PBLASLIB      = $(home)/pblas_INTEL_LINUX.a&lt;BR /&gt;SCALAPACKLIB  = $(home)/scalapack_INTEL_LINUX.a&lt;BR /&gt;TOOLSLIB      = $(home)/tools_INTEL_LINUX.a&lt;BR /&gt;REDISTLIB     = $(home)/redist_INTEL_LINUX.a&lt;BR /&gt;BLASLIB      = -L/usr/local/intel/mkl/lib/32 -lmkl_p4 -lmkl_lapack32 -lguide -lPEPCF90&lt;BR /&gt;PBLIBS        = $(PBLASLIB) $(TOOLSLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB)&lt;BR /&gt;PRLIBS        = $(REDISTLIB) $(TOOLSLIB) $(CBLACSLIB) $(SMPLIB)&lt;BR /&gt;RLIBS         = $(SCALAPACKLIB) $(PBLASLIB) $(REDISTLIB) $(TOOLSLIB) 
&lt;BR /&gt;                $(FBLACSLIB) $(CBLACSLIB) $(BLASLIB) $(SMPLIB)&lt;BR /&gt;LIBS          = $(SCALAPACKLIB) $(PBLIBS)</description>
      <pubDate>Wed, 19 May 2004 03:30:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-and-MKL-6-1/m-p/957704#M15590</guid>
      <dc:creator>brichsmith</dc:creator>
      <dc:date>2004-05-19T03:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Scalapack and MKL 6.1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-and-MKL-6-1/m-p/957705#M15591</link>
      <description>&lt;DIV&gt;My recommendation is to use MKL 7.0 beta until 7.0 is released. The 7.0 product will bereleased June 24.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Bruce&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 May 2004 18:34:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-and-MKL-6-1/m-p/957705#M15591</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-05-20T18:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Scalapack and MKL 6.1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-and-MKL-6-1/m-p/957706#M15592</link>
      <description>Any other suggestions besides that?  The higher-ups are not willing to consider a beta.  If someone can flat out tell me that it will not work, no matter what I do, I can probably get them to agree with the beta.</description>
      <pubDate>Thu, 20 May 2004 20:49:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-and-MKL-6-1/m-p/957706#M15592</guid>
      <dc:creator>brichsmith</dc:creator>
      <dc:date>2004-05-20T20:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Scalapack and MKL 6.1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-and-MKL-6-1/m-p/957707#M15593</link>
      <description>&lt;P&gt;I had suggested that the beta be used as an interim solution until the released version is available in a few weeks.&lt;/P&gt;
&lt;P&gt;Solving the issue of building ScaLAPACK is a more difficult issue and I don't have a lot of suggestions there. However, I will request that the developer who builds ScaLAPACK for MKL look at your issue and respond in this forum.&lt;/P&gt;
&lt;P&gt;Sorry I can not be of more help. Perhaps other developers who visit the forum can offer suggestions.&lt;/P&gt;
&lt;P&gt;Bruce&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 May 2004 21:15:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-and-MKL-6-1/m-p/957707#M15593</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-05-20T21:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Scalapack and MKL 6.1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-and-MKL-6-1/m-p/957708#M15594</link>
      <description>Hey,&lt;BR /&gt;&lt;BR /&gt;Would you mind telling me where I can get the beta?  It appears to have dropped off the face of the earth in anticipation of my arrival ;)  The Intel Download page says that they are no longer offering it.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Sat, 22 May 2004 02:34:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-and-MKL-6-1/m-p/957708#M15594</guid>
      <dc:creator>brichsmith</dc:creator>
      <dc:date>2004-05-22T02:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Scalapack and MKL 6.1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-and-MKL-6-1/m-p/957709#M15595</link>
      <description>&lt;P&gt;Hi Brian,&lt;/P&gt;
&lt;P&gt;Yes, the beta period is over so youcan no longer sign up. Why don't you submit an issue at premier support. They may be able to help you out.&lt;/P&gt;
&lt;P&gt;-Todd&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 May 2004 03:28:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-and-MKL-6-1/m-p/957709#M15595</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2004-05-25T03:28:15Z</dc:date>
    </item>
  </channel>
</rss>

