<?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: Problems with ?geev (Lapack,Intel  C++ Compiler 10.1) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873537#M8700</link>
    <description>&lt;P&gt;my code :&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;extern void zgeev();&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;int err;&lt;BR /&gt; double rwork[100];&lt;BR /&gt; mkl_complex16 work[100],w[MM],vl[MM],vr[MM],A[MM][NM];&lt;/P&gt;
&lt;P&gt;zgeev("N","N", MM , A , 1 , w , vl , 1 , vr, 1 , work , 100 , rwork , err);&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;compile log:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;D:Prog3&amp;gt;call "D:Prog2ways.bat"&lt;/P&gt;
&lt;P&gt;Intel C++ Compiler 7.1 build environment for 32-bit applications&lt;BR /&gt;Copyright (C) 1985-2004 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;2well.c&lt;BR /&gt;Microsoft  Incremental Linker Version 9.00.30729.01&lt;BR /&gt;Copyright (C) Microsoft Corporation.  All rights reserved.&lt;/P&gt;
&lt;P&gt;-out:2well.exe &lt;BR /&gt;2well.obj &lt;BR /&gt;mkl_c.lib &lt;BR /&gt;libguide.lib(kmp_csupport.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_csupport.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_csupport.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_ftn_extra.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_ftn_extra.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_ftn_extra.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_sched.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_sched.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_sched.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_runtime.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_runtime.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_runtime.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_global.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_global.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_global.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_debug.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_debug.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_debug.obj' encountered; ignored&lt;BR /&gt;libguide.lib(z_Windows_NT-586_util.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/z_Windows_NT-586_util.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/z_Windows_NT-586_util.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_alloc.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_alloc.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_alloc.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_dispatch.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_dispatch.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_dispatch.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_error.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_error.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_error.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_statgen.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_statgen.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_statgen.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_ssp.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_ssp.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_ssp.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_i8_sched.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_i8_sched.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_i8_sched.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_i8_dispatch.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_i8_dispatch.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_i8_dispatch.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_threadprivate.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_threadprivate.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_threadprivate.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_utility.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_utility.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_utility.obj' encountered; ignored&lt;BR /&gt;LIBCMT.lib(crt0init.obj) : warning LNK4254: section '.CRT' (40000040) merged into '.data' (C0000040) with different attributes&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 05 Oct 2008 07:55:47 GMT</pubDate>
    <dc:creator>uski</dc:creator>
    <dc:date>2008-10-05T07:55:47Z</dc:date>
    <item>
      <title>Eigenvalue Problems : troubles with ?geev (Lapack,Intel  C++ Compiler 10.1)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873535#M8698</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I computes the eigenvalues of a matrix (in complex space)&lt;/P&gt;
&lt;P&gt;in my opinion it can be done 2 ways (??) : 1. &amp;amp;geev and 2. ?gebal + ?hseqr&lt;/P&gt;
&lt;P&gt;I compile with mkl_c.lib :&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;extern int cgeev();&lt;/P&gt;
&lt;P&gt;cgeev("N","N",MM,(double **)HUM,MM,1,1,1,1,1);&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;and in the issue I have many errors.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Maybe someone use this function ??&lt;/P&gt;
&lt;P&gt;Please write me this part of your code.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Oct 2008 19:21:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873535#M8698</guid>
      <dc:creator>uski</dc:creator>
      <dc:date>2008-10-04T19:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ?geev (Lapack,Intel  C++ Compiler 10.1)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873536#M8699</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;Can you get a little more details about the errors yiu have?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;What are the types of the errors: run-time or compile time?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Sun, 05 Oct 2008 04:53:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873536#M8699</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2008-10-05T04:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ?geev (Lapack,Intel  C++ Compiler 10.1)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873537#M8700</link>
      <description>&lt;P&gt;my code :&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;extern void zgeev();&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;int err;&lt;BR /&gt; double rwork[100];&lt;BR /&gt; mkl_complex16 work[100],w[MM],vl[MM],vr[MM],A[MM][NM];&lt;/P&gt;
&lt;P&gt;zgeev("N","N", MM , A , 1 , w , vl , 1 , vr, 1 , work , 100 , rwork , err);&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;compile log:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;D:Prog3&amp;gt;call "D:Prog2ways.bat"&lt;/P&gt;
&lt;P&gt;Intel C++ Compiler 7.1 build environment for 32-bit applications&lt;BR /&gt;Copyright (C) 1985-2004 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;2well.c&lt;BR /&gt;Microsoft  Incremental Linker Version 9.00.30729.01&lt;BR /&gt;Copyright (C) Microsoft Corporation.  All rights reserved.&lt;/P&gt;
&lt;P&gt;-out:2well.exe &lt;BR /&gt;2well.obj &lt;BR /&gt;mkl_c.lib &lt;BR /&gt;libguide.lib(kmp_csupport.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_csupport.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_csupport.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_ftn_extra.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_ftn_extra.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_ftn_extra.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_sched.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_sched.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_sched.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_runtime.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_runtime.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_runtime.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_global.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_global.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_global.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_debug.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_debug.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_debug.obj' encountered; ignored&lt;BR /&gt;libguide.lib(z_Windows_NT-586_util.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/z_Windows_NT-586_util.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/z_Windows_NT-586_util.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_alloc.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_alloc.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_alloc.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_dispatch.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_dispatch.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_dispatch.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_error.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_error.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_error.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_statgen.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_statgen.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_statgen.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_ssp.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_ssp.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_ssp.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_i8_sched.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_i8_sched.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_i8_sched.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_i8_dispatch.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_i8_dispatch.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_i8_dispatch.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_threadprivate.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_threadprivate.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_threadprivate.obj' encountered; ignored&lt;BR /&gt;libguide.lib(kmp_utility.obj) : warning LNK4229: invalid directive '/comment:Intel C++ Compiler for 32-bit applications, Version 7.1   Build 20040309Z  : K:/intel/libomp_8.0/20040625/kmp_utility.c : -Qvc6 -Qlocation,link,D:Program FilesMicrosoft Visual StudioVC98Bin -Zl -nologo -Qsox -W3 -FD -YX -c -FpK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pch -FdK:/intel/libomp_8.0/20040625/obj/ia32_nt/guide.pdb -MT -O2 -Oy- -D_WINDOWS -D_WINNT -DWIN32 -D_WIN32 -DBUILD_I8 -DCACHE_LINE=128 -D_WIN32_WINNT=0x0400 -DKMP_WIN_CDECL -DNDEBUG -DUSE_ASAT -DUSE_SSP -FoK:/intel/libomp_8.0/20040625/obj/ia32_nt/kmp_utility.obj' encountered; ignored&lt;BR /&gt;LIBCMT.lib(crt0init.obj) : warning LNK4254: section '.CRT' (40000040) merged into '.data' (C0000040) with different attributes&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Oct 2008 07:55:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873537#M8700</guid>
      <dc:creator>uski</dc:creator>
      <dc:date>2008-10-05T07:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Eigenvalue Problems : troubles with ?geev (Lapack,Intel  C+</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873538#M8701</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;In the title, you indicated ICL 10.1, but in the diagnostics you show ICL 7.1 from 4 years ago. Mixtures of objects, include files, and libraries from such different compilers appear to be giving you difficulty.&lt;/P&gt;
&lt;P&gt;There is a limited degree of forward compability. For example, you should be able to use ICL 9.1 with current MKL, if you take care to link the MKL OpenMP libraries rather than the ICL libraries.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Oct 2008 12:56:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873538#M8701</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-10-05T12:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Eigenvalue Problems : troubles with ?geev (Lapack,Intel  C+</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873539#M8702</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;thank&lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.intel.com/en-us/profile/367365"&gt;&lt;/A&gt;I compiled with new version of MKL,&lt;/P&gt;
&lt;P&gt;but crop up a new error :&lt;/P&gt;
&lt;P&gt;-out:2well.exe&lt;BR /&gt;2well.obj&lt;BR /&gt;2well.obj : error LNK2019: unresolved external symbol _zgeev referenced in function _main&lt;BR /&gt;2well.exe : fatal error LNK1120: 1 unresolved externals&lt;/P&gt;
&lt;P&gt;Can you help me ?&lt;/P&gt;</description>
      <pubDate>Sun, 05 Oct 2008 15:11:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873539#M8702</guid>
      <dc:creator>uski</dc:creator>
      <dc:date>2008-10-05T15:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Eigenvalue Problems : troubles with ?geev (Lapack,Intel  C+</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873540#M8703</link>
      <description>&lt;DIV style="margin:0px;"&gt;if you are using MKL 10.x versions, please try to link with the following libraires:&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libguide40.lib&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;--Gennady&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2008 13:52:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873540#M8703</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2008-10-06T13:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Eigenvalue Problems : troubles with ?geev (Lapack,Intel  C+</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873541#M8704</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;if you are using MKL 10.x versions, please try to link with the following libraires:&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libguide40.lib&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;--Gennady&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;thanks, but my compiled file doesn't work (closed and doesn't write any error mesage)&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2008 19:02:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873541#M8704</guid>
      <dc:creator>uski</dc:creator>
      <dc:date>2008-10-06T19:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Eigenvalue Problems : troubles with ?geev (Lapack,Intel  C+</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873542#M8705</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial;"&gt;Hi, in this case, I would recommend you submit the issue against MKL to Premier support( &lt;A title="https://premier.intel.com/" href="https://premier.intel.com/"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://premier.intel.com/" target="_blank"&gt;https://premier.intel.com/&lt;/A&gt;&lt;/SPAN&gt; ).&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial;"&gt;We will work with your issue through QuAD support.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial;"&gt;--Gennady&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2008 05:14:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Eigenvalue-Problems-troubles-with-geev-Lapack-Intel-C-Compiler/m-p/873542#M8705</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2008-10-09T05:14:48Z</dc:date>
    </item>
  </channel>
</rss>

