<?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: SOS! How to avoid to use mkl_vml_def.dll? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867695#M8128</link>
    <description>&lt;FONT face="Arial"&gt;When I link MKL 10.0staticaly.I linkmkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libguide.lib., but there are many warnings as 9.1 version &amp;amp; the implementationcan not run, but when I link with libguide40.lib,&lt;/FONT&gt;&lt;FONT face="Arial"&gt;mkl_intel_c_dll.lib,mkl_intel_thread_dll.lib &amp;amp; mkl_core_dll.lib and put the corresponding dll files to the same folder the implementation runs well, why?&lt;/FONT&gt;</description>
    <pubDate>Tue, 15 Jan 2008 07:08:26 GMT</pubDate>
    <dc:creator>ghlthc</dc:creator>
    <dc:date>2008-01-15T07:08:26Z</dc:date>
    <item>
      <title>SOS! How to avoid to use mkl_vml_def.dll?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867689#M8122</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The implementation in my COM dll calls Vml functions, IIS call my dll, when Iput mkl_vml_def.dll to the samefolder of IIS, the implementationruns well, but when Idelete themkl_vml_def.dll, the implementation will crash. On some PCs I have no right to add a file to the IIS folder System32, I have the right to put the dll to another disk except system disk.how can I solve this problem?Ilink withmkl_ia32.lib to replace mkl_vml_def.dllbut no use.&lt;/P&gt;
&lt;P&gt;Best Reguards.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2008 10:32:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867689#M8122</guid>
      <dc:creator>ghlthc</dc:creator>
      <dc:date>2008-01-14T10:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: SOS! How to avoid to use mkl_vml_def.dll?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867690#M8123</link>
      <description>&lt;P&gt;You are using functionality from mkl_vml_def.dll. OS should load this DLL into memory. OS should to know where this DLL located. One of ways to tell OS where to find needed DLL is set PATH environment variable.&lt;/P&gt;
&lt;P&gt;Andrey&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2008 11:18:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867690#M8123</guid>
      <dc:creator>Andrey_G_Intel2</dc:creator>
      <dc:date>2008-01-14T11:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: SOS! How to avoid to use mkl_vml_def.dll?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867691#M8124</link>
      <description>&lt;P&gt;&lt;FONT face="Arial"&gt;Many manythanks,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;but how to set PATH environment variable for this dll? which is the default variable for this dll? I use MKL_VML_X87dll but no use.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Can any way to staticlink with MKL library successfully? Sometimes it's very trouble to release my software with MKL dlls.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2008 02:19:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867691#M8124</guid>
      <dc:creator>ghlthc</dc:creator>
      <dc:date>2008-01-15T02:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: SOS! How to avoid to use mkl_vml_def.dll?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867692#M8125</link>
      <description>&lt;P&gt;PATH variable is common variable that tells OS where to find executables (.exe, .dll and etc). You can set it manualy: right click on "my computer" -&amp;gt; properties -&amp;gt; advanced -&amp;gt; environment variables.&lt;/P&gt;
&lt;P&gt;Yes, you can link MKL staticaly. For doing this you should use libraries without "_dll" suffix. For example: mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libguide.lib.&lt;/P&gt;
&lt;P&gt;Andrey&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2008 05:19:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867692#M8125</guid>
      <dc:creator>Andrey_G_Intel2</dc:creator>
      <dc:date>2008-01-15T05:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: SOS! How to avoid to use mkl_vml_def.dll?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867693#M8126</link>
      <description>&lt;P&gt;&lt;FONT face="Arial"&gt;right click on "my computer" -&amp;gt; properties -&amp;gt; advanced -&amp;gt; environment variables.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" color="#ff0000"&gt;Yes, I use this way, but failed, I don't know why? I set Variable name:MKL_VML_X87dll, Variable value:E:C0702TCom2out	estmkl_vml_def.dll,which isthe real path of the mkl_vml_def.dll file. maybe the OS does not reconsize the Variable name:MKL_VML_X87dll? &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;For doing this you should use libraries without "_dll" suffix. For example: mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libguide.lib.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" color="#ff0000"&gt;Yes, I do this, when building there aremany warnings as below, and when running the implementation willthrow exception, I use MKL 9.1 version soI static link mkl_c.lib, libguide.lib &amp;amp; mkl_ia32.lib, my compiler is intel 9.1 version. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" color="#ff0000"&gt;But when I link libguide40.lib, mkl_c_dll.lib and put libguide40.dll &amp;amp; mkl_vml_def.dll to the same folder of the executables file, the implemenattion runs well.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" color="#ff0000"&gt;These are the warnings when link staticaly:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Make build directory&lt;BR /&gt;Creating library...&lt;BR /&gt;xilib: executing 'C:PROGRA~1MICROS~1VC98Binlib.exe'&lt;BR /&gt;mkl_ia32.lib(vsl_t7_wh_tables.obj) : warning LNK4006: __vsl_WH_A already defined in mkl_ia32.lib(vsl_v8_wh_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_t7_wh_tables.obj) : warning LNK4006: __vsl_WH_M already defined in mkl_ia32.lib(vsl_v8_wh_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_t7_wh_tables.obj) : warning LNK4006: __vsldWH_IM_Tab already defined in mkl_ia32.lib(vsl_v8_wh_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_t7_sobol_tables.obj) : warning LNK4006: _uSobolMInit already defined in mkl_ia32.lib(vsl_v8_sobol_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_t7_sobol_tables.obj) : warning LNK4006: _uSobolIrredPoly already defined in mkl_ia32.lib(vsl_v8_sobol_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_t7_sobol_tables.obj) : warning LNK4006: _iSobolIrredPolyDeg already defined in mkl_ia32.lib(vsl_v8_sobol_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_t7_niederr_tables.obj) : warning LNK4006: _uNiederrIrredPoly already defined in mkl_ia32.lib(vsl_v8_niederr_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_t7_niederr_tables.obj) : warning LNK4006: _iNiederrIrredPolyDeg already defined in mkl_ia32.lib(vsl_v8_niederr_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_t7_mt2203_table.obj) : warning LNK4006: __vsl_mt2203_table already defined in mkl_ia32.lib(vsl_v8_mt2203_table.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vml_t7_strings.obj) : warning LNK4006: _mkl_vml_service_strlen1 already defined in mkl_ia32.lib(vml_v8_strings.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vml_t7_strings.obj) : warning LNK4006: _mkl_vml_service_strcat1 already defined in mkl_ia32.lib(vml_v8_strings.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_w7_wh_tables.obj) : warning LNK4006: __vsl_WH_A already defined in mkl_ia32.lib(vsl_v8_wh_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_w7_wh_tables.obj) : warning LNK4006: __vsl_WH_M already defined in mkl_ia32.lib(vsl_v8_wh_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_w7_wh_tables.obj) : warning LNK4006: __vsldWH_IM_Tab already defined in mkl_ia32.lib(v
sl_v8_wh_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_w7_sobol_tables.obj) : warning LNK4006: _uSobolMInit already defined in mkl_ia32.lib(vsl_v8_sobol_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_w7_sobol_tables.obj) : warning LNK4006: _uSobolIrredPoly already defined in mkl_ia32.lib(vsl_v8_sobol_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_w7_sobol_tables.obj) : warning LNK4006: _iSobolIrredPolyDeg already defined in mkl_ia32.lib(vsl_v8_sobol_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_w7_niederr_tables.obj) : warning LNK4006: _uNiederrIrredPoly already defined in mkl_ia32.lib(vsl_v8_niederr_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_w7_niederr_tables.obj) : warning LNK4006: _iNiederrIrredPolyDeg already defined in mkl_ia32.lib(vsl_v8_niederr_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_w7_mt2203_table.obj) : warning LNK4006: __vsl_mt2203_table already defined in mkl_ia32.lib(vsl_v8_mt2203_table.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vml_w7_strings.obj) : warning LNK4006: _mkl_vml_service_strlen1 already defined in mkl_ia32.lib(vml_v8_strings.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vml_w7_strings.obj) : warning LNK4006: _mkl_vml_service_strcat1 already defined in mkl_ia32.lib(vml_v8_strings.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_a6_wh_tables.obj) : warning LNK4006: __vsl_WH_A already defined in mkl_ia32.lib(vsl_v8_wh_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_a6_wh_tables.obj) : warning LNK4006: __vsl_WH_M already defined in mkl_ia32.lib(vsl_v8_wh_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_a6_wh_tables.obj) : warning LNK4006: __vsldWH_IM_Tab already defined in mkl_ia32.lib(vsl_v8_wh_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_a6_sobol_tables.obj) : warning LNK4006: _uSobolMInit already defined in mkl_ia32.lib(vsl_v8_sobol_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_a6_sobol_tables.obj) : warning LNK4006: _uSobolIrredPoly already defined in mkl_ia32.lib(vsl_v8_sobol_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_a6_sobol_tables.obj) : warning LNK4006: _iSobolIrredPolyDeg already defined in mkl_ia32.lib(vsl_v8_sobol_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_a6_niederr_tables.obj) : warning LNK4006: _uNiederrIrredPoly already defined in mkl_ia32.lib(vsl_v8_niederr_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_a6_niederr_tables.obj) : warning LNK4006: _iNiederrIrredPolyDeg already defined in mkl_ia32.lib(vsl_v8_niederr_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_a6_mt2203_table.obj) : warning LNK4006: __vsl_mt2203_table already defined in mkl_ia32.lib(vsl_v8_mt2203_table.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vml_a6_strings.obj) : warning LNK4006: _mkl_vml_service_strlen1 already defined in mkl_ia32.lib(vml_v8_strings.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vml_a6_strings.obj) : warning LNK4006: _mkl_vml_service_strcat1 already defined in mkl_ia32.lib(vml_v8_strings.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_px_wh_tables.obj) : warning LNK4006: __vsl_WH_A already defined in mkl_ia32.lib(vsl_v8_wh_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_px_wh_tables.obj) : warning LNK4006: __vsl_WH_M already defined in mkl_ia32.lib(vsl_v8_wh_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_px_wh_tables.obj) : warning LNK4006: __vsldWH_IM_Tab already defined in mkl_ia32.l
ib(vsl_v8_wh_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_px_sobol_tables.obj) : warning LNK4006: _uSobolMInit already defined in mkl_ia32.lib(vsl_v8_sobol_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_px_sobol_tables.obj) : warning LNK4006: _uSobolIrredPoly already defined in mkl_ia32.lib(vsl_v8_sobol_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_px_sobol_tables.obj) : warning LNK4006: _iSobolIrredPolyDeg already defined in mkl_ia32.lib(vsl_v8_sobol_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_px_niederr_tables.obj) : warning LNK4006: _uNiederrIrredPoly already defined in mkl_ia32.lib(vsl_v8_niederr_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_px_niederr_tables.obj) : warning LNK4006: _iNiederrIrredPolyDeg already defined in mkl_ia32.lib(vsl_v8_niederr_tables.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vsl_px_mt2203_table.obj) : warning LNK4006: __vsl_mt2203_table already defined in mkl_ia32.lib(vsl_v8_mt2203_table.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vml_px_strings.obj) : warning LNK4006: _mkl_vml_service_strlen1 already defined in mkl_ia32.lib(vml_v8_strings.obj); second definition ignored&lt;BR /&gt;mkl_ia32.lib(vml_px_strings.obj) : warning LNK4006: _mkl_vml_service_strcat1 already defined in mkl_ia32.lib(vml_v8_strings.obj); second definition ignored&lt;/FONT&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" color="#ff0000"&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2008 06:50:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867693#M8126</guid>
      <dc:creator>ghlthc</dc:creator>
      <dc:date>2008-01-15T06:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: SOS! How to avoid to use mkl_vml_def.dll?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867694#M8127</link>
      <description>&lt;P&gt;PATH - it`s the name of environment variable. For your case set value of it to: "&lt;FONT color="#000000"&gt;E:C0702TCom2;%PATH%" (without quotes) in "users variables" section.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;My apologizes for my second proposal about statical usage of MKL. It`s prohibited to use statical MKL in your own DLLs.&lt;/P&gt;
&lt;P&gt;Andrey&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2008 07:03:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867694#M8127</guid>
      <dc:creator>Andrey_G_Intel2</dc:creator>
      <dc:date>2008-01-15T07:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: SOS! How to avoid to use mkl_vml_def.dll?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867695#M8128</link>
      <description>&lt;FONT face="Arial"&gt;When I link MKL 10.0staticaly.I linkmkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libguide.lib., but there are many warnings as 9.1 version &amp;amp; the implementationcan not run, but when I link with libguide40.lib,&lt;/FONT&gt;&lt;FONT face="Arial"&gt;mkl_intel_c_dll.lib,mkl_intel_thread_dll.lib &amp;amp; mkl_core_dll.lib and put the corresponding dll files to the same folder the implementation runs well, why?&lt;/FONT&gt;</description>
      <pubDate>Tue, 15 Jan 2008 07:08:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867695#M8128</guid>
      <dc:creator>ghlthc</dc:creator>
      <dc:date>2008-01-15T07:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: SOS! How to avoid to use mkl_vml_def.dll?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867696#M8129</link>
      <description>&lt;P&gt;As I wrote above, it`s prohibited to use statical MKL in your own DLL. It happen because we use TLS (thread local storage sections) for support of ThreadSafe feature in our library. These sections should be initialized in begining of application. Mechanish of inicialization is different for statical and dynamical libraries and then you link statical MKL to your own DLL your receive crash because TSL sections aren`t initialized.&lt;/P&gt;
&lt;P&gt;Are your experements with PATH variable successful?&lt;/P&gt;
&lt;P&gt;Andrey&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2008 07:26:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867696#M8129</guid>
      <dc:creator>Andrey_G_Intel2</dc:creator>
      <dc:date>2008-01-15T07:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: SOS! How to avoid to use mkl_vml_def.dll?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867697#M8130</link>
      <description>&lt;P&gt;&lt;FONT face="Arial"&gt;Many many thanks,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;But how I initialize the TSL sections?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;PATH variable has been successful when other client call the dll, but for IIS it's still fail.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2008 08:35:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867697#M8130</guid>
      <dc:creator>ghlthc</dc:creator>
      <dc:date>2008-01-15T08:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: SOS! How to avoid to use mkl_vml_def.dll?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867698#M8131</link>
      <description>&lt;P&gt;In current versions of MKL you can`t initialize TLS sections for MKL by yourself.&lt;/P&gt;
&lt;P&gt;After you cahnge any environment variable you should restart applications if you want to these applications are affected by your changes. Did you restart IIS after PATH variable was modified?&lt;/P&gt;
&lt;P&gt;Andrey&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2008 09:34:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867698#M8131</guid>
      <dc:creator>Andrey_G_Intel2</dc:creator>
      <dc:date>2008-01-15T09:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: SOS! How to avoid to use mkl_vml_def.dll?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867699#M8132</link>
      <description>&lt;P&gt;&lt;FONT face="Arial"&gt;Yes, I restart IIS when I change the PATH variable every time.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Thank you!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2008 09:44:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867699#M8132</guid>
      <dc:creator>ghlthc</dc:creator>
      <dc:date>2008-01-15T09:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: SOS! How to avoid to use mkl_vml_def.dll?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867700#M8133</link>
      <description>&lt;P&gt;Hmm. It`s strange situation.&lt;/P&gt;
&lt;P&gt;Try to set PATH variable in the "system variables" section instead "user variables" section. Just add "E:C0702TCom2;" (without quotes) to the begining of the line.&lt;/P&gt;
&lt;P&gt;How you restrt IIS? Maybe you need to reboot OS?&lt;/P&gt;
&lt;P&gt;Andrey&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2008 10:16:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867700#M8133</guid>
      <dc:creator>Andrey_G_Intel2</dc:creator>
      <dc:date>2008-01-15T10:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: SOS! How to avoid to use mkl_vml_def.dll?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867701#M8134</link>
      <description>&lt;P&gt;&lt;FONT face="Arial"&gt;I use the same settings but yesterday other client succeeded, IIS failed, today all succeed. so it's very strange. yesterday &amp;amp; today I all use IISreset to restart IIS.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Many many thanks again!!!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2008 02:44:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/SOS-How-to-avoid-to-use-mkl-vml-def-dll/m-p/867701#M8134</guid>
      <dc:creator>ghlthc</dc:creator>
      <dc:date>2008-01-16T02:44:51Z</dc:date>
    </item>
  </channel>
</rss>

