<?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 Install issues in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Install-issues/m-p/1159341#M27810</link>
    <description>&lt;P&gt;I've followed the MKL 2018 Update 3.&amp;nbsp; No problem figuring out the configuration for download (Ubuntu 16.04 LTS with gcc, etc).&amp;nbsp; In the getting started guide it 1st says to check your installation and be sure that "mklvars.sh" and "mklvars.csh" are in (install directory)/bin.&amp;nbsp; In my case that's /opt/intel/bin, the default from the install script.&amp;nbsp; In that directory are two files, "compilervars.csh" and "compilervars.sh".&amp;nbsp; Ok, no big deal.&amp;nbsp; Intel changed the script names and didn't update the guide.&amp;nbsp; But when I go to the next step in the guide, "setting the environment variables", and execute the script I get,&lt;/P&gt;

&lt;P&gt;$ /opt/intel/bin/compilervars.sh intel64&lt;/P&gt;

&lt;P&gt;ERROR: architecture is not defined. Accepted values: ia32, intel64&lt;/P&gt;

&lt;P&gt;Syntax:&lt;BR /&gt;
	&amp;nbsp; source mklvars.sh &amp;lt;arch&amp;gt; [MKL_interface] [mod]&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;lt;arch&amp;gt; must be one of the following&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ia32&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: Setup for IA-32 architecture&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;intel64&amp;nbsp; &amp;nbsp; &amp;nbsp; : Setup for Intel(R) 64 architecture&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp;mod (optional) - set path to Intel(R) MKL F95 modules&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp;MKL_interface (optional) - Intel(R) MKL programming interface for intel64&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Not applicable without mod&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lp64&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: 4 bytes integer (default)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ilp64&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 8 bytes integer&lt;/P&gt;

&lt;P&gt;If the arguments to the sourced script are ignored (consult docs for&lt;BR /&gt;
	your shell) the alternative way to specify target is environment&lt;BR /&gt;
	variables COMPILERVARS_ARCHITECTURE or MKLVARS_ARCHITECTURE to pass&lt;BR /&gt;
	&amp;lt;arch&amp;gt; to the script, MKLVARS_INTERFACE to pass &amp;lt;MKL_interface&amp;gt; and&lt;BR /&gt;
	MKLVARS_MOD to pass &amp;lt;mod&amp;gt;&lt;/P&gt;

&lt;P&gt;/opt/intel/bin/compilervars.sh: 42: [: =: unexpected operator&lt;BR /&gt;
	/opt/intel/bin/compilervars.sh: 50: [: =: unexpected operator&lt;BR /&gt;
	/opt/intel/bin/compilervars.sh: 159: [: =: unexpected operator&lt;BR /&gt;
	/opt/intel/bin/compilervars.sh: 171: [: =: unexpected operator&lt;/P&gt;

&lt;P&gt;This seems simple enough and I can't believe it is broken.&amp;nbsp; What am I doing wrong!?!&lt;/P&gt;</description>
    <pubDate>Sat, 21 Jul 2018 16:12:06 GMT</pubDate>
    <dc:creator>Golden__Bruce</dc:creator>
    <dc:date>2018-07-21T16:12:06Z</dc:date>
    <item>
      <title>Install issues</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Install-issues/m-p/1159341#M27810</link>
      <description>&lt;P&gt;I've followed the MKL 2018 Update 3.&amp;nbsp; No problem figuring out the configuration for download (Ubuntu 16.04 LTS with gcc, etc).&amp;nbsp; In the getting started guide it 1st says to check your installation and be sure that "mklvars.sh" and "mklvars.csh" are in (install directory)/bin.&amp;nbsp; In my case that's /opt/intel/bin, the default from the install script.&amp;nbsp; In that directory are two files, "compilervars.csh" and "compilervars.sh".&amp;nbsp; Ok, no big deal.&amp;nbsp; Intel changed the script names and didn't update the guide.&amp;nbsp; But when I go to the next step in the guide, "setting the environment variables", and execute the script I get,&lt;/P&gt;

&lt;P&gt;$ /opt/intel/bin/compilervars.sh intel64&lt;/P&gt;

&lt;P&gt;ERROR: architecture is not defined. Accepted values: ia32, intel64&lt;/P&gt;

&lt;P&gt;Syntax:&lt;BR /&gt;
	&amp;nbsp; source mklvars.sh &amp;lt;arch&amp;gt; [MKL_interface] [mod]&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;lt;arch&amp;gt; must be one of the following&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ia32&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: Setup for IA-32 architecture&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;intel64&amp;nbsp; &amp;nbsp; &amp;nbsp; : Setup for Intel(R) 64 architecture&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp;mod (optional) - set path to Intel(R) MKL F95 modules&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp;MKL_interface (optional) - Intel(R) MKL programming interface for intel64&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Not applicable without mod&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lp64&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: 4 bytes integer (default)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ilp64&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 8 bytes integer&lt;/P&gt;

&lt;P&gt;If the arguments to the sourced script are ignored (consult docs for&lt;BR /&gt;
	your shell) the alternative way to specify target is environment&lt;BR /&gt;
	variables COMPILERVARS_ARCHITECTURE or MKLVARS_ARCHITECTURE to pass&lt;BR /&gt;
	&amp;lt;arch&amp;gt; to the script, MKLVARS_INTERFACE to pass &amp;lt;MKL_interface&amp;gt; and&lt;BR /&gt;
	MKLVARS_MOD to pass &amp;lt;mod&amp;gt;&lt;/P&gt;

&lt;P&gt;/opt/intel/bin/compilervars.sh: 42: [: =: unexpected operator&lt;BR /&gt;
	/opt/intel/bin/compilervars.sh: 50: [: =: unexpected operator&lt;BR /&gt;
	/opt/intel/bin/compilervars.sh: 159: [: =: unexpected operator&lt;BR /&gt;
	/opt/intel/bin/compilervars.sh: 171: [: =: unexpected operator&lt;/P&gt;

&lt;P&gt;This seems simple enough and I can't believe it is broken.&amp;nbsp; What am I doing wrong!?!&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jul 2018 16:12:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Install-issues/m-p/1159341#M27810</guid>
      <dc:creator>Golden__Bruce</dc:creator>
      <dc:date>2018-07-21T16:12:06Z</dc:date>
    </item>
    <item>
      <title>Hi Bruce, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Install-issues/m-p/1159342#M27811</link>
      <description>&lt;P&gt;Hi Bruce,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Sorry for&amp;nbsp; the problem.&amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;It seems the&amp;nbsp;&lt;SPAN style="font-size: 12px;"&gt;compilervars.sh dees not work as expected.&amp;nbsp; Could you please try&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;/opt/intel/mkl/bin/mklvars.sh intel64&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;We usually use the script under MKLROOT directory.&amp;nbsp; for example MKLROOT\bin\mklvars.sh.&amp;nbsp; Could you please let me know the link of&amp;nbsp;getting started guide&amp;nbsp;you are seeing, we may fix the problem there.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Ying&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 02:10:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Install-issues/m-p/1159342#M27811</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2018-07-24T02:10:27Z</dc:date>
    </item>
  </channel>
</rss>

