<?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: example file 'pardiso_sym_f.f' can't be built in command li in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/example-file-pardiso-sym-f-f-can-t-be-built-in-command-line/m-p/848728#M6412</link>
    <description>&lt;P&gt;Hi Hermann,&lt;/P&gt;
&lt;P&gt;Thank you very much for your kindly reply! Do you test it in 32 bit windows XP or 64 bit windows XP? It is no problem to build it in 64 bit OS, but for 32 bit OS (still in EM64T fortran environment), it is failed. My commmand line is as follows:&lt;/P&gt;
&lt;P&gt;set LIB=%LIB%;C:Program FilesIntelCompilerFortran10.0.025em64tlib;C:Program FilesIntelMKL9.1em64tlib&lt;/P&gt;
&lt;P&gt;ifort /O3 pardiso_sym_f.f mkl_solver.lib mkl_em64t.lib libguide.lib&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Then the error shown above appears.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Zhanghong Tang&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jul 2007 01:53:38 GMT</pubDate>
    <dc:creator>Zhanghong_T_</dc:creator>
    <dc:date>2007-07-03T01:53:38Z</dc:date>
    <item>
      <title>example file 'pardiso_sym_f.f' can't be built in command line</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/example-file-pardiso-sym-f-f-can-t-be-built-in-command-line/m-p/848726#M6410</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I am trying to build a EM64T version program for the above example file in a 32 bit machine. It displayed the following error message when I built the fileby the following command&lt;/P&gt;
&lt;P&gt;ifort pardiso_sym_f.f mkl_solver.lib mkl_em64t.lib libguide40.lib &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-out:pardiso_sym_f.exe &lt;BR /&gt;-subsystem:console &lt;BR /&gt;pardiso_sym_f.obj &lt;BR /&gt;mkl_solver.lib &lt;BR /&gt;mkl_em64t.lib &lt;BR /&gt;libguide40.lib &lt;BR /&gt;pardiso_sym_f.obj : error LNK2019: unresolved external symbol PARDISO referenced in function MAIN__&lt;BR /&gt;pardiso_sym_f.exe : fatal error LNK1120: 1 unresolved externals&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;However, If I create a sulution in VS.net2005 and build an x64 version project, the program can be built successfully.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So, could anyone help me to solve the problem, if I need to build such a program in command line?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Zhanghong Tang&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2007 07:58:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/example-file-pardiso-sym-f-f-can-t-be-built-in-command-line/m-p/848726#M6410</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2007-07-02T07:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: example file 'pardiso_sym_f.f' can't be built in command li</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/example-file-pardiso-sym-f-f-can-t-be-built-in-command-line/m-p/848727#M6411</link>
      <description>&lt;P&gt;Hi Zhanghong,&lt;/P&gt;
&lt;P&gt;I used the following command in an em64t fortran environment (mkl environment not registered):&lt;/P&gt;
&lt;P&gt;ifort -Ic:programmeintelmkl9.1include pardiso_sym_f.f /link /libpath:c:programmeintelmkl9.1em64tlib&lt;BR /&gt;mkl_solver.lib mkl_em64t.lib libguide.lib&lt;/P&gt;
&lt;P&gt;and that worked fine.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hermann&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2007 20:25:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/example-file-pardiso-sym-f-f-can-t-be-built-in-command-line/m-p/848727#M6411</guid>
      <dc:creator>hermannl</dc:creator>
      <dc:date>2007-07-02T20:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: example file 'pardiso_sym_f.f' can't be built in command li</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/example-file-pardiso-sym-f-f-can-t-be-built-in-command-line/m-p/848728#M6412</link>
      <description>&lt;P&gt;Hi Hermann,&lt;/P&gt;
&lt;P&gt;Thank you very much for your kindly reply! Do you test it in 32 bit windows XP or 64 bit windows XP? It is no problem to build it in 64 bit OS, but for 32 bit OS (still in EM64T fortran environment), it is failed. My commmand line is as follows:&lt;/P&gt;
&lt;P&gt;set LIB=%LIB%;C:Program FilesIntelCompilerFortran10.0.025em64tlib;C:Program FilesIntelMKL9.1em64tlib&lt;/P&gt;
&lt;P&gt;ifort /O3 pardiso_sym_f.f mkl_solver.lib mkl_em64t.lib libguide.lib&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Then the error shown above appears.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Zhanghong Tang&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2007 01:53:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/example-file-pardiso-sym-f-f-can-t-be-built-in-command-line/m-p/848728#M6412</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2007-07-03T01:53:38Z</dc:date>
    </item>
  </channel>
</rss>

