<?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 Jose Antonio, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solved-I-can-t-install-Intel-MKL-2017-only-library-without/m-p/1100642#M23871</link>
    <description>&lt;P&gt;Jose Antonio,&lt;/P&gt;

&lt;P&gt;1.&amp;nbsp;Try starting the&amp;nbsp;installer&amp;nbsp;from the&amp;nbsp;path&amp;nbsp;that doesn't contain&amp;nbsp;spaces (currently "Intel MKL 2017" contains spaces).&lt;/P&gt;

&lt;P&gt;2. In the installer, specify license file with path that doesn't contain spaces.&lt;/P&gt;

&lt;P&gt;3. If the above doesn't help, then execute the following command and upload ./chklic_log here:&lt;/P&gt;

&lt;P&gt;export INTEL_LMD_DEBUG=./chklic_log; export LD_LIBRARY_PATH="/media/Transmision/Intel MKL 2017/l_mkl_2017.0.098/pset/32e/../tools/32e"; "/media/Transmision/Intel MKL 2017/l_mkl_2017.0.098/pset/32e/../tools/32e/chklic" -a -f"MKernL" -f"MKern" -c"/media/Transmision/Intel MKL 2017/NCOM_L___3X4J-T6RG6H9N_1.lic" -p"i86_r" -p"i86_re" -p"it64_lr" -p"it64_re" -p"amd64_re"&lt;/P&gt;</description>
    <pubDate>Mon, 10 Oct 2016 13:41:14 GMT</pubDate>
    <dc:creator>Victor_C_Intel</dc:creator>
    <dc:date>2016-10-10T13:41:14Z</dc:date>
    <item>
      <title>[Solved] I can't install Intel MKL 2017 (only library without Composer) because it doesn't work the active license.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solved-I-can-t-install-Intel-MKL-2017-only-library-without/m-p/1100639#M23868</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; yesterday I try it to install the package l_mkl_2017.0.098.tar.gz in my system Linux Ubuntu 16.04.1 LTS. I belong to the research community and I have two valid licenses: 1) Academic Research Performance Libraries from Intel (Linux*) &lt;SPAN class="color-success"&gt;[Active until: 03 Oct 2017] and 2) &lt;/SPAN&gt;Community Licensing for Intel® Performance Libraries [Active until: &lt;SPAN class="color-success"&gt;Active: 03 Oct 2017&lt;/SPAN&gt;]. Both of them are active with my eth0 and wlan0 Host ID, but neither of them working in the graphical interface screen of activate license ($sudo ./install_GUI.sh). I have problems with the SN activator and with the file license activator.&lt;/P&gt;

&lt;P&gt;The install guide is writting for the Intel MKL integrated in the Composer package, but I think that the situation is similar in the only library package.&lt;/P&gt;

&lt;P&gt;I try it to install also the package with the terminal ($sudo ./install.sh --silent ./silent.cfg). I configure the file cfg with the correct values and the result is similar.&lt;/P&gt;

&lt;P&gt;The graphical interface say the next when fail the license file activation: "The license file(s) you provided is not valid for this product."&lt;/P&gt;

&lt;P&gt;The Log file in the graphical interface say the next when fail the license activation: "&lt;/P&gt;

&lt;P&gt;1475567320:287 : env_set_string_internal: key "operation_progress" with value "100" (length 3)&lt;BR /&gt;
	1475567320:287 : activation_check_license_file: invalid license file /home/josan/NCOM_L___3X4J-T6RG6H9N_1.lic&lt;BR /&gt;
	1475567320:287 : activation_check_license_file: finish&lt;BR /&gt;
	1475567320:287 : env_set_string_internal: key "operation_progress" with value "0" (length 1)&lt;BR /&gt;
	1475567320:287 : LIActionGeneric::run: action: activation_check_license_file_action&lt;BR /&gt;
	1475567320:287 : cond_is_true: condition is ${ACTIVATION_PASSED} != yes AND ${ACTIVATION_TYPE} = license_file, result is 1&lt;BR /&gt;
	1475567320:287 : env_set_string_internal: key "activation_error_text" with value "The license file(s) you provided is not valid for this product." (length 63)&lt;BR /&gt;
	1475567320:287 : cond_is_true: condition is ${ACTIVATION_PASSED} != yes AND ${ACTIVATION_TYPE} = license_server, result is 0&lt;BR /&gt;
	1475567320:287 : cond_is_true: condition is ${ACTIVATION_LF_ERR_TYPE} = ISSA_ERR_CANNOT_COPY_LICENSE, result is 0&lt;BR /&gt;
	1475567320:287 : cond_is_true: condition is ${ACTIVATION_LF_ERR_TYPE} = ISSA_ERR_CANNOT_CREATE_LICENSE_FOLDER, result is 0&lt;BR /&gt;
	1475567320:287 : cond_is_true: condition is ${ACTIVATION_LF_ERR_TYPE} = WRONG_FILE_EXTENSION, result is 0&lt;BR /&gt;
	1475567320:287 : cond_is_true: condition is ${ACTIVATION_PASSED} = yes, result is 0&lt;BR /&gt;
	1475567320:287 : LIActionGeneric::run: transition 1(activation_advanced_error_action), status 0&lt;BR /&gt;
	1475567320:287 : LIAction::setNextTransition: -1 (activation_check_license_file_action)&lt;BR /&gt;
	1475567320:287 : env_set_string_internal: key "PSET_THREAD_RUNNING" with value "" (length 0)&lt;BR /&gt;
	1475567320:287 : LIStep::proceed: started with activation_advanced_error_action&lt;BR /&gt;
	1475567320:287 : dump_debug_info: gui_inst, activation, upfront_prerequisites_module, activation_advanced_error_action&lt;/P&gt;

&lt;P&gt;1475567320:287 : LIStep::runAction: started with activation_advanced_error_action:message:-1&amp;nbsp;&amp;nbsp; "&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I try it all I can to think. What can it be the issue?&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2016 08:07:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solved-I-can-t-install-Intel-MKL-2017-only-library-without/m-p/1100639#M23868</guid>
      <dc:creator>Jose_Antonio_E_</dc:creator>
      <dc:date>2016-10-04T08:07:26Z</dc:date>
    </item>
    <item>
      <title>Hi Jose Antonio,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solved-I-can-t-install-Intel-MKL-2017-only-library-without/m-p/1100640#M23869</link>
      <description>&lt;P&gt;Hi Jose Antonio,&lt;/P&gt;

&lt;P&gt;I see you located intel.pset log. I'll also need corresponding intel.issa log. Please archive and upload them. Or, if it's easier, just archive and upload /tmp/intel*&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 16:29:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solved-I-can-t-install-Intel-MKL-2017-only-library-without/m-p/1100640#M23869</guid>
      <dc:creator>Victor_C_Intel</dc:creator>
      <dc:date>2016-10-05T16:29:07Z</dc:date>
    </item>
    <item>
      <title>Hi Victor,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solved-I-can-t-install-Intel-MKL-2017-only-library-without/m-p/1100641#M23870</link>
      <description>&lt;P&gt;Hi Victor,&lt;/P&gt;

&lt;P&gt;Thanks for your help. I had install some products of Intel, I &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN&gt;uninstall&lt;/SPAN&gt;&lt;/SPAN&gt; all and remove all licenses for discard another source of problems (I deleted all /opt/intel folder and the files in /tmp)&lt;/P&gt;

&lt;P&gt;I activate my license with my eth0 HwAddr and I execute the install_GUI with the eth0 interface.&lt;/P&gt;

&lt;P&gt;I attached the result of the command chklic in the l_mkl package with my license.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Oct 2016 09:02:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solved-I-can-t-install-Intel-MKL-2017-only-library-without/m-p/1100641#M23870</guid>
      <dc:creator>Jose_Antonio_E_</dc:creator>
      <dc:date>2016-10-08T09:02:42Z</dc:date>
    </item>
    <item>
      <title>Jose Antonio,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solved-I-can-t-install-Intel-MKL-2017-only-library-without/m-p/1100642#M23871</link>
      <description>&lt;P&gt;Jose Antonio,&lt;/P&gt;

&lt;P&gt;1.&amp;nbsp;Try starting the&amp;nbsp;installer&amp;nbsp;from the&amp;nbsp;path&amp;nbsp;that doesn't contain&amp;nbsp;spaces (currently "Intel MKL 2017" contains spaces).&lt;/P&gt;

&lt;P&gt;2. In the installer, specify license file with path that doesn't contain spaces.&lt;/P&gt;

&lt;P&gt;3. If the above doesn't help, then execute the following command and upload ./chklic_log here:&lt;/P&gt;

&lt;P&gt;export INTEL_LMD_DEBUG=./chklic_log; export LD_LIBRARY_PATH="/media/Transmision/Intel MKL 2017/l_mkl_2017.0.098/pset/32e/../tools/32e"; "/media/Transmision/Intel MKL 2017/l_mkl_2017.0.098/pset/32e/../tools/32e/chklic" -a -f"MKernL" -f"MKern" -c"/media/Transmision/Intel MKL 2017/NCOM_L___3X4J-T6RG6H9N_1.lic" -p"i86_r" -p"i86_re" -p"it64_lr" -p"it64_re" -p"amd64_re"&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 13:41:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solved-I-can-t-install-Intel-MKL-2017-only-library-without/m-p/1100642#M23871</guid>
      <dc:creator>Victor_C_Intel</dc:creator>
      <dc:date>2016-10-10T13:41:14Z</dc:date>
    </item>
    <item>
      <title>Hi Victor,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solved-I-can-t-install-Intel-MKL-2017-only-library-without/m-p/1100643#M23872</link>
      <description>&lt;P&gt;Hi Victor,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is unbelievable! I don't thought in this thing.&amp;nbsp; I eliminate the spaces and the program is working :S&lt;/P&gt;

&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 13:51:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Solved-I-can-t-install-Intel-MKL-2017-only-library-without/m-p/1100643#M23872</guid>
      <dc:creator>Jose_Antonio_E_</dc:creator>
      <dc:date>2016-10-10T13:51:07Z</dc:date>
    </item>
  </channel>
</rss>

