<?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: 10 jobs in the same time in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/474454#M13486</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You are saying that if I have 6 cpus/cores I can have only 1 job/cpu ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 29 Jun 2018 14:37:05 GMT</pubDate>
    <dc:creator>danielmitu</dc:creator>
    <dc:date>2018-06-29T14:37:05Z</dc:date>
    <item>
      <title>10 jobs in the same time</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/474445#M13484</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me with one issue?&lt;/P&gt;&lt;P&gt;In this moment, on our system, in flow manager, there are 6 jobs that can run in the same time.&lt;/P&gt;&lt;P&gt;How can I increase those up to 10 simultaneous jobs ?&lt;/P&gt;&lt;P&gt;SAS 9.4 M2, Windows Server 2012 R2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:18:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/474445#M13484</guid>
      <dc:creator>danielmitu</dc:creator>
      <dc:date>2018-06-29T14:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: 10 jobs in the same time</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/474447#M13485</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/134976"&gt;@danielmitu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you would need to check the number of cpus/threads your system can handle, and modify the size of your queues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just one reference, if you look into SAS or LSF documentation, or even just google, you will find several more:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ibm.com/support/knowledgecenter/en/SSWRJV_10.1.0/lsf_admin/queue_restrict_job_size.html" target="_blank"&gt;https://www.ibm.com/support/knowledgecenter/en/SSWRJV_10.1.0/lsf_admin/queue_restrict_job_size.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:26:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/474447#M13485</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-06-29T14:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: 10 jobs in the same time</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/474454#M13486</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You are saying that if I have 6 cpus/cores I can have only 1 job/cpu ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 29 Jun 2018 14:37:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/474454#M13486</guid>
      <dc:creator>danielmitu</dc:creator>
      <dc:date>2018-06-29T14:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: 10 jobs in the same time</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/474459#M13487</link>
      <description>&lt;P&gt;Well, let me explain: first of all, 1 core is not necessarily the same as 1 cpu. 1 core can handle 2 (real time) threads, hence it can count as 2 logical cpus. This is named as Hyper-threading.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second, in real time, yes, a computer can handle only as many real time threads as cpus. In total, not only SAS. This means that also operating system and other services will be launching threads.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In user/logical time, the computer can (and does) handle thousands of threads,&amp;nbsp;as better as it can, giving processor time (cpu) to the threads that need it. That is why user time for processes is longer than real time. Because processes have to wait.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;And as such, the operating system has its own queues to distribute the threads along the cpus. LSF a Resource Manager that is just another layer of thread distribution that can provide better handling of&amp;nbsp; jobs as execution units, and it has its own queues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you see, the queue is even another (logical) layer, that helps the resources manager to better grant resources to jobs. And jobs that come afterwards, they need to wait.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can modify the queue lengths (logical limits) in LSF, just beware of the physical limitations.&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, 29 Jun 2018 14:48:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/474459#M13487</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-06-29T14:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: 10 jobs in the same time</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/474837#M13497</link>
      <description>&lt;P&gt;And where I need to modify this limit ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 08:51:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/474837#M13497</guid>
      <dc:creator>danielmitu</dc:creator>
      <dc:date>2018-07-02T08:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: 10 jobs in the same time</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/475089#M13502</link>
      <description>&lt;P&gt;In this folder:&amp;nbsp;SAS\Thirdparty\LSF\conf\lsbatch\sas_cluster\configdir you should find a file called lsb.hosts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the file you should find a section that looks like this. The MXJ column specifies the maximum number of jobs per host. Note in this example a maximum of 8 jobs per host is specified.&lt;/P&gt;
&lt;LI-SPOILER&gt;&lt;FONT face="courier new,courier"&gt;Begin Host&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;HOST_NAME MXJ r1m pg ls tmp DISPATCH_WINDOW # Keywords&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;#hostA () 3.5/4.5 15/ 12/15 0 () # Example&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;#hostB ! 3.5 15/18 12/ 0/ (5:19:00-1:8:30 20:00-8:30)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;#hostC 1 3.5/5 18 15 () () # Example&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;#hostD ! () () () () () # Example&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;#hostE 4 () () () () () # Example&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;#SPARCIPC () 4.0/5.0 18 16 () () # Example&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;default 8 () () () () () # Example&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;End Host&lt;/FONT&gt;&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 04:13:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/475089#M13502</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-07-03T04:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: 10 jobs in the same time</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/475097#M13503</link>
      <description>Hello SASKiwi,&lt;BR /&gt;&lt;BR /&gt;in my lsb.hosts file I have this:&lt;BR /&gt;&lt;BR /&gt;Begin Host&lt;BR /&gt;HOST_NAME MXJ r1m pg ls tmp DISPATCH_WINDOW # Keywords&lt;BR /&gt;#hostA () 3.5/4.5 15/ 12/15 0 () # Example&lt;BR /&gt;#hostB ! 3.5 15/18 12/ 0/ (5:19:00-1:8:30 20:00-8:30)&lt;BR /&gt;#hostC 1 3.5/5 18 15 () () # Example&lt;BR /&gt;#hostD ! () () () () () # Example&lt;BR /&gt;#hostE 4 () () () () () # Example&lt;BR /&gt;#SPARCIPC () 4.0/5.0 18 16 () () # Example&lt;BR /&gt;default ! () () () () () # Example&lt;BR /&gt;End Host&lt;BR /&gt;&lt;BR /&gt;What does "!" means ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 03 Jul 2018 06:19:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/475097#M13503</guid>
      <dc:creator>danielmitu</dc:creator>
      <dc:date>2018-07-03T06:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: 10 jobs in the same time</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/475537#M13518</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/134976"&gt;@danielmitu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ibm.com/support/knowledgecenter/en/SSETD4_9.1.2/lsf_config_ref/lsb.hosts.5.html" target="_blank"&gt;https://www.ibm.com/support/knowledgecenter/en/SSETD4_9.1.2/lsf_config_ref/lsb.hosts.5.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Use&amp;nbsp;&lt;/SPAN&gt;&lt;KBD class="ph userinput"&gt;!&lt;/KBD&gt;&lt;SPAN&gt;&amp;nbsp;to make the number of job slots equal to the number of CPUs on a host.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 07:39:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/10-jobs-in-the-same-time/m-p/475537#M13518</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-07-05T07:39:12Z</dc:date>
    </item>
  </channel>
</rss>

