<?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 Kostiantyn H. in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-1073741701-while-running-on-remote-cluster/m-p/1032813#M20232</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://software.intel.com/en-us/user/1095234" style="font-size: 11px; line-height: 16.5px; background-color: rgb(238, 238, 238);"&gt;Kostiantyn H.&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Do you try one &amp;nbsp;small test case, like&lt;/P&gt;

&lt;P&gt;#include &amp;lt;stdio.h&amp;gt;&lt;BR /&gt;
	#include &amp;lt;stdlib.h&amp;gt;&lt;BR /&gt;
	#include "mkl.h"&lt;BR /&gt;
	int main(void)&lt;BR /&gt;
	{&lt;BR /&gt;
	MKLVersion Version;&lt;BR /&gt;
	mkl_get_version(&amp;amp;Version);&lt;BR /&gt;
	printf("Major version: %d\n",Version.MajorVersion);&lt;BR /&gt;
	printf("Minor version: %d\n",Version.MinorVersion);&lt;BR /&gt;
	printf("Update version: %d\n",Version.UpdateVersion);&lt;BR /&gt;
	printf("Product status: %s\n",Version.ProductStatus);&lt;BR /&gt;
	printf("Build: %s\n",Version.Build);&lt;BR /&gt;
	printf("Platform: %s\n",Version.Platform);&lt;BR /&gt;
	printf("Processor optimization: %s\n",Version.Processor);&lt;BR /&gt;
	printf("================================================================\n");&lt;BR /&gt;
	printf("\n");&lt;BR /&gt;
	return 0;&lt;BR /&gt;
	}&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;and see if it can work?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;And if no, could you please&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;provide us some details,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;1. what MKL functions are you call, how do you link MKL library , static or dynamic, thread or not threaded? &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Generally, i may suggest to use static and sequential library, &amp;nbsp;like mkl_intel_lp64.lib mkl_seqential.lib, mkl_core.lib , thus less dependency the environment.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;for details, please use the&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(8, 109, 182); font-family: intel-clear, Arial, Tahoma, Helvetica, sans-serif; font-size: 16px; font-weight: bold; line-height: 16px; background-color: rgb(251, 251, 251);"&gt;Using the Link-line Advisor&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;2. how do you run it in remote cluster, which&amp;nbsp;&lt;/SPAN&gt;communication&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;way, &amp;nbsp;does the exe require external files?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;3. other like OS , CPU type etc. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Best Regards,&lt;BR /&gt;
	Ying&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Oct 2014 03:46:00 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2014-10-23T03:46:00Z</dc:date>
    <item>
      <title>Error -1073741701 while running on remote cluster</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-1073741701-while-running-on-remote-cluster/m-p/1032812#M20231</link>
      <description>&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Tahoma; line-height: normal;"&gt;I am using remote cluster (supercomputer) to start the .exe file, which was built with Visual Studio 2008 (with C language) using the Intel MKL Library. And it gives me "Task failed during execution with exit code -1073741701". When I run this file on my computer, all is ok. But the cluster opens this file as some another user and&amp;nbsp;I suppose it cannot find Intel MKL files.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#000000" face="Tahoma"&gt;&lt;SPAN style="line-height: normal;"&gt;This file is runned from command promt, maybe there are some keys which I can add in command promt to locate this files? Or maybe reason is different?&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2014 18:11:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-1073741701-while-running-on-remote-cluster/m-p/1032812#M20231</guid>
      <dc:creator>Kostiantyn_H_</dc:creator>
      <dc:date>2014-10-22T18:11:57Z</dc:date>
    </item>
    <item>
      <title>Hi Kostiantyn H.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-1073741701-while-running-on-remote-cluster/m-p/1032813#M20232</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://software.intel.com/en-us/user/1095234" style="font-size: 11px; line-height: 16.5px; background-color: rgb(238, 238, 238);"&gt;Kostiantyn H.&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Do you try one &amp;nbsp;small test case, like&lt;/P&gt;

&lt;P&gt;#include &amp;lt;stdio.h&amp;gt;&lt;BR /&gt;
	#include &amp;lt;stdlib.h&amp;gt;&lt;BR /&gt;
	#include "mkl.h"&lt;BR /&gt;
	int main(void)&lt;BR /&gt;
	{&lt;BR /&gt;
	MKLVersion Version;&lt;BR /&gt;
	mkl_get_version(&amp;amp;Version);&lt;BR /&gt;
	printf("Major version: %d\n",Version.MajorVersion);&lt;BR /&gt;
	printf("Minor version: %d\n",Version.MinorVersion);&lt;BR /&gt;
	printf("Update version: %d\n",Version.UpdateVersion);&lt;BR /&gt;
	printf("Product status: %s\n",Version.ProductStatus);&lt;BR /&gt;
	printf("Build: %s\n",Version.Build);&lt;BR /&gt;
	printf("Platform: %s\n",Version.Platform);&lt;BR /&gt;
	printf("Processor optimization: %s\n",Version.Processor);&lt;BR /&gt;
	printf("================================================================\n");&lt;BR /&gt;
	printf("\n");&lt;BR /&gt;
	return 0;&lt;BR /&gt;
	}&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;and see if it can work?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;And if no, could you please&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;provide us some details,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;1. what MKL functions are you call, how do you link MKL library , static or dynamic, thread or not threaded? &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Generally, i may suggest to use static and sequential library, &amp;nbsp;like mkl_intel_lp64.lib mkl_seqential.lib, mkl_core.lib , thus less dependency the environment.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;for details, please use the&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(8, 109, 182); font-family: intel-clear, Arial, Tahoma, Helvetica, sans-serif; font-size: 16px; font-weight: bold; line-height: 16px; background-color: rgb(251, 251, 251);"&gt;Using the Link-line Advisor&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;2. how do you run it in remote cluster, which&amp;nbsp;&lt;/SPAN&gt;communication&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;way, &amp;nbsp;does the exe require external files?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;3. other like OS , CPU type etc. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Best Regards,&lt;BR /&gt;
	Ying&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2014 03:46:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-1073741701-while-running-on-remote-cluster/m-p/1032813#M20232</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2014-10-23T03:46:00Z</dc:date>
    </item>
  </channel>
</rss>

