<?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 Hi Keyur, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/R-on-Xeon-Phi-on-Windows/m-p/1158041#M27733</link>
    <description>&lt;P&gt;Hi Keyur,&lt;/P&gt;

&lt;P&gt;I'm sorry to say we deprecated the support for xeon-phi coprocessor for a while.&amp;nbsp;&amp;nbsp;for example, claimed in&amp;nbsp;the release notes of 2018&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/articles/intel-math-kernel-library-release-notes-and-new-features" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-math-kernel-library-release-notes-and-new-features&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;if you have to, what i can suggest&lt;BR /&gt;
	​​1. installation or build R under Windows:&lt;BR /&gt;
	this step is not MKL related, you suppose refer ​R documentations like &lt;A href="https://cran.r-project.org/​=&amp;gt;manual" target="_blank"&gt;https://cran.r-project.org/​=&amp;gt;manual&lt;/A&gt; =&amp;gt; &lt;B&gt;R Installation and Administration =&amp;gt;&lt;/B&gt;&amp;nbsp;3 Installing R under Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13&lt;/P&gt;

&lt;P&gt;&lt;A href="https://cran.r-project.org/bin/windows/base/" target="_blank"&gt;https://cran.r-project.org/bin/windows/base/&lt;/A&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	​2. Once you complete the R&amp;nbsp;for windows installation, please search the&amp;nbsp;libRblas dynamic libraries.&lt;/P&gt;

&lt;P&gt;As &amp;nbsp;MKL is actually as BLAS&amp;nbsp;library integrated to R.&amp;nbsp; So&amp;nbsp;you can just replace the libRblas&amp;nbsp;and libRlapack library with mkl_rt.dll.&amp;nbsp; if quick test, you may rename them directly as &lt;A href="https://software.intel.com/en-us/articles/quick-linking-intel-mkl-blas-lapack-to-r" target="_blank"&gt;https://software.intel.com/en-us/articles/quick-linking-intel-mkl-blas-lapack-to-r&lt;/A&gt;&lt;BR /&gt;
	​if everything is ok, then&amp;nbsp; you&amp;nbsp;are done with MKL and R under window&amp;nbsp;.&amp;nbsp;&lt;BR /&gt;
	​If there is no *blas* library, then you may not need to consider MKL integration longer.&lt;BR /&gt;
	&lt;BR /&gt;
	​3. about coprocessor running.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;set &lt;FONT face="Courier New"&gt;MKL_MIC_ENABLE&lt;/FONT&gt; =1&amp;nbsp; which will enable your&amp;nbsp; BLAS base R script&amp;nbsp;,&amp;nbsp; &amp;nbsp;like do matrix multiply (gemm) . it will automatically offload to xeon phi .&lt;BR /&gt;
	​for more how to run coprocessor under windows, it is&amp;nbsp;not&amp;nbsp;MKL library related. But you can refer to MKL&amp;nbsp;user manual to&amp;nbsp;see several model to run coprocessor under windows.&lt;BR /&gt;
	&lt;BR /&gt;
	​Best Regards,&lt;BR /&gt;
	YIng&lt;/P&gt;

&lt;P&gt;MKL 2017 user guide for your reference&lt;BR /&gt;
	Using Intel® Math Kernel Library on Intel® Xeon Phi™ Coprocessors&lt;/P&gt;

&lt;DIV id="GUID-A07FF34B-AB33-4C53-8CBB-0FA423372684"&gt;
	&lt;P&gt;Intel® Math Kernel Library (Intel® MKL) offers two sets of libraries to support Intel® Many Integrated Core (Intel® MIC) Architecture:&lt;/P&gt;
	&lt;A name="UL_3141590187804AB28E2789A8CDB2E85C"&gt;&lt;!-- --&gt;&lt;/A&gt;

	&lt;UL id="UL_3141590187804AB28E2789A8CDB2E85C"&gt;
		&lt;LI&gt;For the host computer based on Intel® 64 or compatible architecture and running a Windows* operating system&lt;/LI&gt;
		&lt;LI&gt;For Intel® Xeon Phi™ coprocessors&lt;/LI&gt;
	&lt;/UL&gt;

	&lt;P&gt;You can control how Intel MKL offloads computations to Intel® Xeon Phi™ coprocessors. Either you can offload computations automatically or use Compiler Assisted Offload:&lt;/P&gt;

	&lt;UL id="GUID-0D375393-8AEE-4D12-8532-C99E2B9A6811"&gt;
		&lt;LI&gt;
			&lt;P id="GUID-4F268774-B03B-4835-95BC-3D9F39674963"&gt;Automatic Offload.&lt;/P&gt;

			&lt;P&gt;On Windows* OS running on Intel® 64 or compatible architecture systems, Automatic Offload automatically detects the presence of coprocessors based on Intel MIC Architecture and automatically offloads computations that may benefit from additional computational resources available. This usage model enables you to call Intel MKL routines as you would normally do with minimal changes to your program. The only change needed to enable Automatic Offload is either the setting of an environment variable or a single function call. For details see &lt;A&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Automatic Offload&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;
		&lt;/LI&gt;
		&lt;LI&gt;
			&lt;P id="GUID-8A30E810-799A-4839-9C92-7F9B47A63530"&gt;Compiler Assisted Offload.&lt;/P&gt;

			&lt;P&gt;This usage model enables you to use the Intel compiler and its offload pragma support to manage the functions and data offloaded to a coprocessor. Within an offload region, you should specify both the input and output data for the Intel MKL functions to be offloaded. After linking with the Intel MKL libraries for Intel MIC Architecture, the compiler provided run-time libraries transfer the functions along with their data to a coprocessor to carry out the computations. For details see &lt;A&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Compiler Assisted Offload&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;
		&lt;/LI&gt;
	&lt;/UL&gt;

	&lt;P&gt;In addition to offloading computations to coprocessors, you can call Intel MKL functions from an application that runs natively on a coprocessor. Native execution occurs when an application runs entirely on Intel MIC Architecture. Native mode is a fast way to make an existing application run on Intel MIC Architecture with minimal changes to the source code. For more information, see &lt;A&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Running Intel MKL on an Intel Xeon Phi Coprocessor in Native Mode&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;/DIV&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jul 2018 05:50:51 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2018-07-20T05:50:51Z</dc:date>
    <item>
      <title>R on Xeon Phi (on Windows)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/R-on-Xeon-Phi-on-Windows/m-p/1158040#M27732</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;

&lt;P&gt;I was wondering whether you might be able to share detailed instructions on how to compile R to run on the xeon phi co-processor, specifically tailored for Windows 10?&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I have read in detail the following links:&lt;/SPAN&gt;&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;&lt;A href="https://software.intel.com/en-us/articles/running-r-with-support-for-intel-xeon-phi-coprocessors" target="_blank"&gt;https://software.intel.com/en-us/articles/running-r-with-support-for-intel-xeon-phi-coprocessors&lt;/A&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;A href="https://software.intel.com/en-us/articles/build-r-301-with-intel-c-compiler-and-intel-mkl-on-linux" target="_blank"&gt;https://software.intel.com/en-us/articles/build-r-301-with-intel-c-compiler-and-intel-mkl-on-linux&lt;/A&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;A href="http://software.intel.com/en-us/articles/using-intel-mkl-with-r" target="_blank"&gt;http://software.intel.com/en-us/articles/using-intel-mkl-with-r&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;...but as all of these are written assuming the user is running Linux OS, I am struggling to make any progress whatsoever (functions like "./configure" dont work in Windows). I have also searched high and low on the internet but have not been able to find anything.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;My goal is the rebuild R3.4.3 to run on the xeon phi 3120A, in the Windows 10 environment. I have installed the co-processor drivers and the unit is showing up correctly.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Many thanks in advance,&lt;/P&gt;

&lt;P&gt;Keyur&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 07:38:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/R-on-Xeon-Phi-on-Windows/m-p/1158040#M27732</guid>
      <dc:creator>Kelkar__Keyur</dc:creator>
      <dc:date>2018-07-19T07:38:40Z</dc:date>
    </item>
    <item>
      <title>Hi Keyur,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/R-on-Xeon-Phi-on-Windows/m-p/1158041#M27733</link>
      <description>&lt;P&gt;Hi Keyur,&lt;/P&gt;

&lt;P&gt;I'm sorry to say we deprecated the support for xeon-phi coprocessor for a while.&amp;nbsp;&amp;nbsp;for example, claimed in&amp;nbsp;the release notes of 2018&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/articles/intel-math-kernel-library-release-notes-and-new-features" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-math-kernel-library-release-notes-and-new-features&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;if you have to, what i can suggest&lt;BR /&gt;
	​​1. installation or build R under Windows:&lt;BR /&gt;
	this step is not MKL related, you suppose refer ​R documentations like &lt;A href="https://cran.r-project.org/​=&amp;gt;manual" target="_blank"&gt;https://cran.r-project.org/​=&amp;gt;manual&lt;/A&gt; =&amp;gt; &lt;B&gt;R Installation and Administration =&amp;gt;&lt;/B&gt;&amp;nbsp;3 Installing R under Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13&lt;/P&gt;

&lt;P&gt;&lt;A href="https://cran.r-project.org/bin/windows/base/" target="_blank"&gt;https://cran.r-project.org/bin/windows/base/&lt;/A&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	​2. Once you complete the R&amp;nbsp;for windows installation, please search the&amp;nbsp;libRblas dynamic libraries.&lt;/P&gt;

&lt;P&gt;As &amp;nbsp;MKL is actually as BLAS&amp;nbsp;library integrated to R.&amp;nbsp; So&amp;nbsp;you can just replace the libRblas&amp;nbsp;and libRlapack library with mkl_rt.dll.&amp;nbsp; if quick test, you may rename them directly as &lt;A href="https://software.intel.com/en-us/articles/quick-linking-intel-mkl-blas-lapack-to-r" target="_blank"&gt;https://software.intel.com/en-us/articles/quick-linking-intel-mkl-blas-lapack-to-r&lt;/A&gt;&lt;BR /&gt;
	​if everything is ok, then&amp;nbsp; you&amp;nbsp;are done with MKL and R under window&amp;nbsp;.&amp;nbsp;&lt;BR /&gt;
	​If there is no *blas* library, then you may not need to consider MKL integration longer.&lt;BR /&gt;
	&lt;BR /&gt;
	​3. about coprocessor running.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;set &lt;FONT face="Courier New"&gt;MKL_MIC_ENABLE&lt;/FONT&gt; =1&amp;nbsp; which will enable your&amp;nbsp; BLAS base R script&amp;nbsp;,&amp;nbsp; &amp;nbsp;like do matrix multiply (gemm) . it will automatically offload to xeon phi .&lt;BR /&gt;
	​for more how to run coprocessor under windows, it is&amp;nbsp;not&amp;nbsp;MKL library related. But you can refer to MKL&amp;nbsp;user manual to&amp;nbsp;see several model to run coprocessor under windows.&lt;BR /&gt;
	&lt;BR /&gt;
	​Best Regards,&lt;BR /&gt;
	YIng&lt;/P&gt;

&lt;P&gt;MKL 2017 user guide for your reference&lt;BR /&gt;
	Using Intel® Math Kernel Library on Intel® Xeon Phi™ Coprocessors&lt;/P&gt;

&lt;DIV id="GUID-A07FF34B-AB33-4C53-8CBB-0FA423372684"&gt;
	&lt;P&gt;Intel® Math Kernel Library (Intel® MKL) offers two sets of libraries to support Intel® Many Integrated Core (Intel® MIC) Architecture:&lt;/P&gt;
	&lt;A name="UL_3141590187804AB28E2789A8CDB2E85C"&gt;&lt;!-- --&gt;&lt;/A&gt;

	&lt;UL id="UL_3141590187804AB28E2789A8CDB2E85C"&gt;
		&lt;LI&gt;For the host computer based on Intel® 64 or compatible architecture and running a Windows* operating system&lt;/LI&gt;
		&lt;LI&gt;For Intel® Xeon Phi™ coprocessors&lt;/LI&gt;
	&lt;/UL&gt;

	&lt;P&gt;You can control how Intel MKL offloads computations to Intel® Xeon Phi™ coprocessors. Either you can offload computations automatically or use Compiler Assisted Offload:&lt;/P&gt;

	&lt;UL id="GUID-0D375393-8AEE-4D12-8532-C99E2B9A6811"&gt;
		&lt;LI&gt;
			&lt;P id="GUID-4F268774-B03B-4835-95BC-3D9F39674963"&gt;Automatic Offload.&lt;/P&gt;

			&lt;P&gt;On Windows* OS running on Intel® 64 or compatible architecture systems, Automatic Offload automatically detects the presence of coprocessors based on Intel MIC Architecture and automatically offloads computations that may benefit from additional computational resources available. This usage model enables you to call Intel MKL routines as you would normally do with minimal changes to your program. The only change needed to enable Automatic Offload is either the setting of an environment variable or a single function call. For details see &lt;A&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Automatic Offload&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;
		&lt;/LI&gt;
		&lt;LI&gt;
			&lt;P id="GUID-8A30E810-799A-4839-9C92-7F9B47A63530"&gt;Compiler Assisted Offload.&lt;/P&gt;

			&lt;P&gt;This usage model enables you to use the Intel compiler and its offload pragma support to manage the functions and data offloaded to a coprocessor. Within an offload region, you should specify both the input and output data for the Intel MKL functions to be offloaded. After linking with the Intel MKL libraries for Intel MIC Architecture, the compiler provided run-time libraries transfer the functions along with their data to a coprocessor to carry out the computations. For details see &lt;A&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Compiler Assisted Offload&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;
		&lt;/LI&gt;
	&lt;/UL&gt;

	&lt;P&gt;In addition to offloading computations to coprocessors, you can call Intel MKL functions from an application that runs natively on a coprocessor. Native execution occurs when an application runs entirely on Intel MIC Architecture. Native mode is a fast way to make an existing application run on Intel MIC Architecture with minimal changes to the source code. For more information, see &lt;A&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Running Intel MKL on an Intel Xeon Phi Coprocessor in Native Mode&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;/DIV&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 05:50:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/R-on-Xeon-Phi-on-Windows/m-p/1158041#M27733</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2018-07-20T05:50:51Z</dc:date>
    </item>
    <item>
      <title>Many thanks Ying, but to get</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/R-on-Xeon-Phi-on-Windows/m-p/1158042#M27734</link>
      <description>&lt;P&gt;Many thanks Ying, but to get I am unable to get auto-offloading to work.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;"&gt;I have set up my Xeon phi 3120A in Windows 10 Pro, with MPSS 3.8.4 and Parallel XE 2017 (Initial Release). I have chosen this Parallel XE as this was the last supported XE for the x100 series. I have installed the MKL version that is packaged with the Parallel XE 2017 (Initial Release).&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;B style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;"&gt;What have I done / setup:&lt;/B&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;SPAN style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;"&gt;After setting up MPSS 3.8.4, and following the steps such as flashing and pinging, I have checked that micctrl -s shows “mic0 ready” (with linux image containing the appropriate KNC name), miccheck produces all "passes" and micinfo gives me a reading for all the key stats that the co-processor is providing.&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;SPAN style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;"&gt;Hence to me it looks like the co-processor is certainly installed and being recognised by my computer. I can also see that mic0 is up and running in the micsmc gui.&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;SPAN style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;"&gt;I have then set up my environment variables to enable automatic offload, namely, MKL_MIC_ENABLE=1, OFFLOAD_DEVICES= 0, MKL_MIC_MAX_MEMORY= 2GB, MIC_ENV_PREFIX= MIC, MIC_OMP_NUM_THREADS= 228, MIC_KMP_AFFINITY= balanced.&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;B style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;"&gt;The Problem - Auto Offload is not working&lt;/B&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;SPAN style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;"&gt;When I go to run some simple code in R-3.4.3 (copied below, designed specifically for automatic offload), it keeps running the code through my host computer rather than running anything through the Xeon phi.&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;SPAN style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;"&gt;To support this, I cannot see any activity on the Xeon Phis when I look at the micsmc gui.&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;BR style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;" /&gt;
	&lt;SPAN style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;"&gt;Hence, auto offload is not working.&lt;/SPAN&gt;&lt;/P&gt;

&lt;DIV style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;"&gt;The R code is per as per:&amp;nbsp;&lt;SPAN class="TSRSpan" id="TSRSpan_34" style="cursor: pointer; display: inline-block; width: 16px; height: 16px; padding: 0px 2px 0px 0px; vertical-align: top;"&gt;&lt;IMG class="TSRWebRatingIcon" src="chrome-extension://ohhcpmplhhiiaoiddkfboafbhiknefdf/TMToolbar/image/tooltip/webicon_green.png" style="margin: 0px; padding: 0px; width: 16px; height: 16px;" /&gt;&lt;/SPAN&gt;&lt;A data-saferedirecturl="https://www.google.com/url?hl=en&amp;amp;q=https://software.intel.com/en-us/forums/intel-many-integrated-core/topic/538102&amp;amp;source=gmail&amp;amp;ust=1534330531196000&amp;amp;usg=AFQjCNEfpZysD_DZoYAuRaqSvet_2yalBg" href="https://software.intel.com/en-us/forums/intel-many-integrated-core/topic/538102" rate="1" style="color: rgb(17, 85, 204); background-color: rgb(184, 234, 184);" target="_blank"&gt;&lt;/A&gt;&lt;A href="https://software.intel" target="_blank"&gt;https://software.intel&lt;/A&gt;.&lt;WBR /&gt;com/en-us/forums/intel-many-&lt;WBR /&gt;integrated-core/topic/538102&lt;/DIV&gt;

&lt;DIV style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;BR /&gt;
	&lt;B&gt;Other steps I have tried:&lt;/B&gt;&lt;BR /&gt;
	&lt;BR /&gt;
	I then proceeded to set up the MKL_MIC_DISABLE_HOST_FALLBACK=&lt;WBR /&gt;1 environmental variable, and as expected, when I ran the above code, R terminated.&lt;BR /&gt;
	&lt;BR /&gt;
	In this intel link:&amp;nbsp;&lt;SPAN class="TSRSpan" id="TSRSpan_35" style="cursor: pointer; display: inline-block; width: 16px; height: 16px; padding: 0px 2px 0px 0px; vertical-align: top;"&gt;&lt;IMG class="TSRWebRatingIcon" src="chrome-extension://ohhcpmplhhiiaoiddkfboafbhiknefdf/TMToolbar/image/tooltip/webicon_green.png" style="margin: 0px; padding: 0px; width: 16px; height: 16px;" /&gt;&lt;/SPAN&gt;&lt;A data-saferedirecturl="https://www.google.com/url?hl=en&amp;amp;q=https://software.intel.com/sites/default/files/11MIC42_How_to_Use_MKL_Automatic_Offload_0.pdf&amp;amp;source=gmail&amp;amp;ust=1534330531196000&amp;amp;usg=AFQjCNEQlFhlNsshYeZ0rMwgRaeBXaQ0IQ" href="https://software.intel.com/sites/default/files/11MIC42_How_to_Use_MKL_Automatic_Offload_0.pdf" rate="1" style="color: rgb(17, 85, 204); background-color: rgb(184, 234, 184);" target="_blank"&gt;&lt;/A&gt;&lt;A href="https://software.intel.com/" target="_blank"&gt;https://software.intel.com/&lt;/A&gt;&lt;WBR /&gt;sites/default/files/11MIC42_&lt;WBR /&gt;How_to_Use_MKL_Automatic_&lt;WBR /&gt;Offload_0.pdf&amp;nbsp;it says that if the HOST_FALLBACK flag is active and offload is attempted but fails (due to “offload runtime cannot find a coprocessor or cannot initialize it properly”), it will terminate the program – this is happening in that R is terminating completely. For completeness, this problem is happening on R-3.5.1, Microsoft R Open 3.5.0 and R-3.2.1 as well.&lt;/DIV&gt;

&lt;DIV style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(0, 0, 0); font-family: arial, sans-serif; font-size: 12.8px;"&gt;
	&lt;P style="margin-bottom: 1em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 15px; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(36, 39, 41);"&gt;&lt;STRONG style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; box-sizing: inherit;"&gt;So my questions are:&lt;/STRONG&gt;&lt;/P&gt;

	&lt;OL style="margin-bottom: 1em; margin-left: 30px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 15px; vertical-align: baseline; list-style-position: initial; list-style-image: initial; box-sizing: inherit; color: rgb(36, 39, 41);"&gt;
		&lt;LI style="margin-bottom: 0.5em; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; box-sizing: inherit; word-wrap: break-word;"&gt;What am I missing to make the R code run on the Xeon phi in Windows 10? Can you please advise me on what I need to do to make this work?&lt;/LI&gt;
		&lt;LI style="border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; box-sizing: inherit; word-wrap: break-word;"&gt;(linked to 1) is there a way to check if the MKL offload runtime can see the Xeon phi? Or that it is correctly set up, or what (if any) problem that MKL is having initialising the Xeon phi?&lt;/LI&gt;
	&lt;/OL&gt;

	&lt;P style="margin-bottom: 1em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 15px; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(36, 39, 41);"&gt;Will sincerely appreciate if you can help me – I believe that I am missing a fundamental/simple step, and have been tearing my hair out trying to make this work.&lt;/P&gt;

	&lt;P style="margin-bottom: 1em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 15px; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(36, 39, 41);"&gt;Cheers,&lt;/P&gt;

	&lt;P style="margin-bottom: 1em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 15px; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(36, 39, 41);"&gt;Keyur&lt;/P&gt;
&lt;/DIV&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 10:58:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/R-on-Xeon-Phi-on-Windows/m-p/1158042#M27734</guid>
      <dc:creator>kelkar__Keyur1</dc:creator>
      <dc:date>2018-08-14T10:58:46Z</dc:date>
    </item>
    <item>
      <title>Hi Keyur,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/R-on-Xeon-Phi-on-Windows/m-p/1158043#M27735</link>
      <description>&lt;P&gt;Hi Keyur,&lt;BR /&gt;
	&lt;BR /&gt;
	​I noticed you submit another issues. so reminder me the problem.&amp;nbsp;&amp;nbsp;Before to do R relative thing,&amp;nbsp; could you try the c/fortran sample code provided by MKL by default and follow the doc steps and see if the AO is work or not, then consider the R?&lt;BR /&gt;
	&lt;BR /&gt;
	​If you have install MKL.&lt;/P&gt;

&lt;P&gt;1. please go to&amp;nbsp; MKL example folder&lt;/P&gt;

&lt;P&gt;C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016\windows\mkl\examples\&lt;BR /&gt;
	&lt;BR /&gt;
	there is&amp;nbsp; example_mic.zip.&amp;nbsp;&amp;nbsp; you can copy it to your desktop&lt;BR /&gt;
	&lt;BR /&gt;
	​and unzip it. go into&amp;nbsp; \mic_ao\blasc​&amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	​2. open one MSVC X64 command windows&lt;BR /&gt;
	&lt;BR /&gt;
	​then use &amp;gt; nmake&amp;nbsp; libintel64&amp;nbsp;&amp;nbsp; to obverse if you have mIC used or not.&lt;BR /&gt;
	&lt;BR /&gt;
	​Please let us know how the sample work or not.&lt;BR /&gt;
	&lt;BR /&gt;
	​Best Regards,&lt;BR /&gt;
	Ying&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;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 01:59:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/R-on-Xeon-Phi-on-Windows/m-p/1158043#M27735</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2018-08-17T01:59:05Z</dc:date>
    </item>
  </channel>
</rss>

