<?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: I am not able to get any node for computation from ubuntu terminal in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696696#M21</link>
    <description>&lt;P&gt;As per the discussion over email, we are closing this thread. Please raise another thread for new issues.&lt;/P&gt;&lt;P&gt;After case closure, you will receive a survey email. We appreciate it if you can complete this survey regarding the support you received.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2019 15:43:24 GMT</pubDate>
    <dc:creator>Aswathy_C_Intel</dc:creator>
    <dc:date>2019-07-23T15:43:24Z</dc:date>
    <item>
      <title>I am not able to get any node for computation from ubuntu terminal</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696690#M15</link>
      <description>&lt;P&gt;From 2-3 days, I am not getting any node for computation , even after waiting for 1-2 hours. And, I am able to access terminal on  jupyter notebook. Can you please assist me in knowing why I am unable to get node from ubuntu terminal?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2019 18:35:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696690#M15</guid>
      <dc:creator>SSabu</dc:creator>
      <dc:date>2019-07-14T18:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to get any node for computation from ubuntu terminal</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696691#M16</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us. &lt;/P&gt;&lt;P&gt;Are you trying 'qsub -I' to get the compute node. If so, please try it once again and confirm. If the issue still persist, please share the command used and the screenshot of the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 13:47:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696691#M16</guid>
      <dc:creator>Aswathy_C_Intel</dc:creator>
      <dc:date>2019-07-15T13:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to get any node for computation from ubuntu terminal</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696692#M17</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried both variations- "qsub -I" and "qsub -i -l walltime=24:00:00"&lt;/P&gt;&lt;P&gt;it just doesn't respond for 1-2 hours. And after 2 hours, I get the broken pipe message.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2019-07-15.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/4967i870CFF19B41242AC/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="2019-07-15.png" alt="2019-07-15.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanking you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 14:37:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696692#M17</guid>
      <dc:creator>SSabu</dc:creator>
      <dc:date>2019-07-15T14:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to get any node for computation from ubuntu terminal</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696693#M18</link>
      <description>&lt;P&gt;Please try with 'qsub -I' only. &lt;/P&gt;&lt;P&gt;Could you please share the screenshot with 'qsub -I'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to run a job for 24hrs, you can set the wall time inside the job file you want to submit.&lt;/P&gt;&lt;P&gt;Please find a sample python file(&lt;A href="http://test.py"&gt;test.py&lt;/A&gt;) submission.&lt;/P&gt;&lt;P&gt;&lt;A href="http://1.vi"&gt;1.vi&lt;/A&gt; job&lt;/P&gt;&lt;P&gt;2.Add the following in job file and save.&lt;/P&gt;&lt;P&gt;#PBS -l walltime=24:00:00&lt;/P&gt;&lt;P&gt;cd $PBS_O_WORKDIR&lt;/P&gt;&lt;P&gt;source activate YOUR_ENV&lt;/P&gt;&lt;P&gt;python &lt;A href="http://test.py"&gt;test.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3.Run as 'qsub job'&lt;/P&gt;&lt;P&gt;&lt;A href="http://4.To"&gt;4.To&lt;/A&gt; see the status, use 'qstat'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 21:49:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696693#M18</guid>
      <dc:creator>Aswathy_C_Intel</dc:creator>
      <dc:date>2019-07-15T21:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to get any node for computation from ubuntu terminal</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696694#M19</link>
      <description>&lt;P&gt;I already told you, I have tried both cases and I am having the same problem.  Same error is coming. &lt;/P&gt;&lt;P&gt;Please look for solving the problem. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 23:11:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696694#M19</guid>
      <dc:creator>SSabu</dc:creator>
      <dc:date>2019-07-15T23:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to get any node for computation from ubuntu terminal</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696695#M20</link>
      <description>&lt;P&gt;We could not recreate your issue from our side. PFB the screenshot.&lt;span class="lia-inline-image-display-wrapper" image-alt="case0466642.JPG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/4968i640E3B0E2B3A6054/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="case0466642.JPG" alt="case0466642.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Let's continue the discussion over email.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 13:02:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696695#M20</guid>
      <dc:creator>Aswathy_C_Intel</dc:creator>
      <dc:date>2019-07-16T13:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: I am not able to get any node for computation from ubuntu terminal</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696696#M21</link>
      <description>&lt;P&gt;As per the discussion over email, we are closing this thread. Please raise another thread for new issues.&lt;/P&gt;&lt;P&gt;After case closure, you will receive a survey email. We appreciate it if you can complete this survey regarding the support you received.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 15:43:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/I-am-not-able-to-get-any-node-for-computation-from-ubuntu/m-p/696696#M21</guid>
      <dc:creator>Aswathy_C_Intel</dc:creator>
      <dc:date>2019-07-23T15:43:24Z</dc:date>
    </item>
  </channel>
</rss>

