<?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: Parallel installation of SIESTA in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Parallel-installation-of-SIESTA/m-p/893680#M10618</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;MKL Changed to new layered model since verion 10.x. For BLAS, LAPACK, VML, users need to link with the same layer libraries.&lt;BR /&gt;Check this article for some more information: &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/performance-tools-for-software-developers-for-easily-migrating-from-mkl-9x-to-10x/" target="_blank"&gt;http://software.intel.com/en-us/articles/performance-tools-for-software-developers-for-easily-migrating-from-mkl-9x-to-10x/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The following tools also can help to find the libary you need to link: &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/" target="_blank"&gt;http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please see if the following change works: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;COMP=-L/packages/intel/mkl/10.0.2.018/lib/em64t&lt;BR /&gt;LAPACK=Wl,--start-group /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_intel_lp64.a /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_intel_thread.a /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_core.a Wl,--end-group&lt;BR /&gt;BLAS= Wl,--start-group /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_intel_lp64.a /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_intel_thread.a /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_core.a Wl,--end-group&lt;BR /&gt;VML=Wl,--start-group /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_intel_lp64.a /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_intel_thread.a /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_core.a Wl,--end-group&lt;BR /&gt;BLACS=/packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_blacs_openmpi_lp64.a&lt;BR /&gt;SCALAPACK=/packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_scalapack_lp64.a &lt;BR /&gt;THREAD=/packages/intel/mkl/10.0.2.018/lib/em64t/libiomp5md.so -lpthread &lt;BR /&gt;&lt;BR /&gt;LIBS=$(LAPACK) $(COMP) $(BLAS) $(BLACS) $(THREAD) &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Aug 2009 13:43:40 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2009-08-17T13:43:40Z</dc:date>
    <item>
      <title>Parallel installation of SIESTA</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Parallel-installation-of-SIESTA/m-p/893679#M10617</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I'm trying to install parallel SIESTA in a Intel Xeon with openmpi-1.2.7 and mkl 10.0.2.018, and I'm still have problems with mkl libraries, I get the following errors&lt;BR /&gt;&lt;BR /&gt;/packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_intel_thread.a(zunmqr_omp.o): In function `L_mkl_lapack_zunmqr_314__par_region0':&lt;BR /&gt;&lt;BR /&gt;/packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_scalapack_ilp64.a(pbdvecadd.o): In function `pbdvecadd_':&lt;BR /&gt;&lt;BR /&gt;I wonder if somebody can tell me what's wrong with my arch.make&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SIESTA_ARCH=intel9-mkl8&lt;BR /&gt;#&lt;BR /&gt;FC=mpif90&lt;BR /&gt;#&lt;BR /&gt;FFLAGS= -w -O2 -mp&lt;BR /&gt;FFLAGS_DEBUG= -g&lt;BR /&gt;LDFLAGS=&lt;BR /&gt;COMP_LIBS=&lt;BR /&gt;RANLIB=echo&lt;BR /&gt;#&lt;BR /&gt;NETCDF_LIBS=&lt;BR /&gt;NETCDF_INTERFACE=&lt;BR /&gt;DEFS_CDF=&lt;BR /&gt;#&lt;BR /&gt;MPI_INTERFACE=libmpi_f90.a&lt;BR /&gt;MPI_INCLUDE=/packages/intel-openmpi-1.2.7/include&lt;BR /&gt;DEFS_MPI=-DMPI&lt;BR /&gt;#&lt;BR /&gt;COMP=-L/packages/intel/mkl/10.0.2.018/lib/em64t&lt;BR /&gt;LAPACK=/packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_lapack.a&lt;BR /&gt;BLAS=/packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_em64t.a&lt;BR /&gt;BLACS=/packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_blacs_openmpi_ilp64.a&lt;BR /&gt;SCALAPACK=/packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_scalapack_ilp64.a&lt;BR /&gt;THREAD=/packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_intel_thread.a&lt;BR /&gt;VML=/packages/intel/mkl/10.0.2.018/em64t/libmkl_vml_p4n.so&lt;BR /&gt;LIBS=$(LAPACK) $(COMP) $(BLAS) $(BLACS) $(THREAD) $(VML)&lt;BR /&gt;SYS=nag&lt;BR /&gt;DEFS= $(DEFS_CDF) $(DEFS_MPI)&lt;BR /&gt;#&lt;BR /&gt;.F.o:&lt;BR /&gt; $(FC) -c $(FFLAGS) $(INCFLAGS) $(DEFS) $&amp;lt;&lt;BR /&gt;.f.o:&lt;BR /&gt; $(FC) -c $(FFLAGS) $(INCFLAGS) $&amp;lt;&lt;BR /&gt;.F90.o:&lt;BR /&gt; $(FC) -c $(FFLAGS) $(INCFLAGS) $(DEFS) $&amp;lt;&lt;BR /&gt;.f90.o:&lt;BR /&gt; $(FC) -c $(FFLAGS) $(INCFLAGS) $&amp;lt;&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 17 Aug 2009 05:36:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Parallel-installation-of-SIESTA/m-p/893679#M10617</guid>
      <dc:creator>magdian</dc:creator>
      <dc:date>2009-08-17T05:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel installation of SIESTA</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Parallel-installation-of-SIESTA/m-p/893680#M10618</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;MKL Changed to new layered model since verion 10.x. For BLAS, LAPACK, VML, users need to link with the same layer libraries.&lt;BR /&gt;Check this article for some more information: &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/performance-tools-for-software-developers-for-easily-migrating-from-mkl-9x-to-10x/" target="_blank"&gt;http://software.intel.com/en-us/articles/performance-tools-for-software-developers-for-easily-migrating-from-mkl-9x-to-10x/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The following tools also can help to find the libary you need to link: &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/" target="_blank"&gt;http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please see if the following change works: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;COMP=-L/packages/intel/mkl/10.0.2.018/lib/em64t&lt;BR /&gt;LAPACK=Wl,--start-group /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_intel_lp64.a /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_intel_thread.a /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_core.a Wl,--end-group&lt;BR /&gt;BLAS= Wl,--start-group /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_intel_lp64.a /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_intel_thread.a /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_core.a Wl,--end-group&lt;BR /&gt;VML=Wl,--start-group /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_intel_lp64.a /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_intel_thread.a /packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_core.a Wl,--end-group&lt;BR /&gt;BLACS=/packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_blacs_openmpi_lp64.a&lt;BR /&gt;SCALAPACK=/packages/intel/mkl/10.0.2.018/lib/em64t/libmkl_scalapack_lp64.a &lt;BR /&gt;THREAD=/packages/intel/mkl/10.0.2.018/lib/em64t/libiomp5md.so -lpthread &lt;BR /&gt;&lt;BR /&gt;LIBS=$(LAPACK) $(COMP) $(BLAS) $(BLACS) $(THREAD) &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Aug 2009 13:43:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Parallel-installation-of-SIESTA/m-p/893680#M10618</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2009-08-17T13:43:40Z</dc:date>
    </item>
  </channel>
</rss>

