<node id="634306">
  <nid>634306</nid>
  <type>event</type>
  <uid>
    <user id="27707"><![CDATA[27707]]></user>
  </uid>
  <created>1586793343</created>
  <changed>1586793343</changed>
  <title><![CDATA[PhD Proposal by Seonmyeong Bak]]></title>
  <body><![CDATA[<p><strong>Title:</strong>&nbsp;Runtime Approaches for Irregular Parallel Applications on Supercomputers</p>

<p>&nbsp;</p>

<p>Seonmyeong Bak</p>

<p>Ph.D. Student</p>

<p>School of Computer Science</p>

<p>Georgia Institute of Technology</p>

<p>Email: <a href="mailto:sbak5@gatech.edu">sbak5@gatech.edu</a></p>

<p>Homepage: <a href="https://sbak5.github.io/">https://sbak5.github.io</a></p>

<p>&nbsp;</p>

<p><strong>Date:</strong> Thursday, April 16<sup>th</sup>, 2020<br />
<strong>Time:</strong> 2:00 pm to 4:00 pm (EST)<br />
<strong>Location:</strong> *<strong>No Physical Location</strong>*</p>

<p><strong>BlueJeans:</strong>&nbsp; <a href="https://bluejeans.com/sbak3">https://bluejeans.com/sbak3</a></p>

<p>&nbsp;</p>

<p><strong>Committee:</strong><br />
Dr. Vivek Sarkar (advisor), School of Computer Science, Georgia Institute of Technology</p>

<p>Dr. &Uuml;mit V. &Ccedil;ataly&uuml;rek, School of Computational Science and Engineering, Georgia Institute of Technology<br />
Dr. Ada Gavrilovska, School of Computer Science, Georgia Institute of Technology</p>

<p><strong>Abstract:</strong></p>

<p>On-node parallelism has been increased significantly on high-performance computing systems. This huge amount of parallelism can give speed-up to regular parallel applications relatively easily because their computation pattern and data layout have inherent parallelism. However, irregular parallel applications require considerable efforts to run on the modern microprocessors with a massive amount of intra-node parallelism. Parallel programming models and runtime approaches have been proposed to help programmers to write those applications quickly, but it&rsquo;s still not easy to write efficient irregular parallel applications. The common challenges of the irregular applications are load balancing and overlapping of computation and communication.</p>

<p>In this thesis proposal, we resolve the load balancing and overlapping issues in irregular applications through runtime approaches and APIs, where users provide a runtime system with minimal information for application-aware scheduling.</p>

<p>&nbsp;</p>

<p>First, we propose an efficient integrated runtime system to handle load balancing of the irregular applications written in hybrid parallel programming models. Our runtime integrates distributed and shared memory programming models into a unified runtime system. In this runtime system, all the cores can be used across different levels of programming models, which enables more efficient load balancing at the intra-node level and reduces waiting time for global synchronization in the inter-node level.</p>

<p>&nbsp;</p>

<p>Besides, we also provide users with a set of APIs where user can specify functions used to decompose a target loop into subspaces and create chunks within each subspace. Our runtime uses user functions to create chunks in a user-defined way and store balanced groups of chunks in a shared data structure indexed by unique information of each loop. The loop reuses the stored information in the next invocation for a better initial load balance.</p>

<p>&nbsp;</p>

<p>Lastly, we suggest scheduling algorithms to improve irregular task graphs having a mixed sequence of communication and computation tasks with data-parallelism and blocking operations.</p>

<p>We combine gang-scheduling with work-stealing for data-parallel tasks with frequent inter/intra-node communication in the task graphs for minimized interference and unnecessary context switching.</p>

<p>Also, we propose improved victim selection for work-stealing to improve the overlapping of ready tasks that have child tasks for load balancing.</p>
]]></body>
  <field_summary_sentence>
    <item>
      <value><![CDATA[Runtime Approaches for Irregular Parallel Applications on Supercomputers]]></value>
    </item>
  </field_summary_sentence>
  <field_summary>
    <item>
      <value><![CDATA[]]></value>
    </item>
  </field_summary>
  <field_time>
    <item>
      <value><![CDATA[2020-04-16T15:00:00-04:00]]></value>
      <value2><![CDATA[2020-04-16T17:00:00-04:00]]></value2>
      <rrule><![CDATA[]]></rrule>
      <timezone><![CDATA[America/New_York]]></timezone>
    </item>
  </field_time>
  <field_fee>
    <item>
      <value><![CDATA[]]></value>
    </item>
  </field_fee>
  <field_extras>
      </field_extras>
  <field_audience>
          <item>
        <value><![CDATA[Public]]></value>
      </item>
          <item>
        <value><![CDATA[Graduate students]]></value>
      </item>
      </field_audience>
  <field_media>
      </field_media>
  <field_contact>
    <item>
      <value><![CDATA[]]></value>
    </item>
  </field_contact>
  <field_location>
    <item>
      <value><![CDATA[]]></value>
    </item>
  </field_location>
  <field_sidebar>
    <item>
      <value><![CDATA[]]></value>
    </item>
  </field_sidebar>
  <field_phone>
    <item>
      <value><![CDATA[]]></value>
    </item>
  </field_phone>
  <field_url>
    <item>
      <url><![CDATA[https://bluejeans.com/sbak3]]></url>
      <title><![CDATA[BlueJeans]]></title>
            <attributes><![CDATA[]]></attributes>
    </item>
  </field_url>
  <field_email>
    <item>
      <email><![CDATA[]]></email>
    </item>
  </field_email>
  <field_boilerplate>
    <item>
      <nid><![CDATA[]]></nid>
    </item>
  </field_boilerplate>
  <links_related>
      </links_related>
  <files>
      </files>
  <og_groups>
          <item>221981</item>
      </og_groups>
  <og_groups_both>
          <item><![CDATA[Graduate Studies]]></item>
      </og_groups_both>
  <field_categories>
          <item>
        <tid>1788</tid>
        <value><![CDATA[Other/Miscellaneous]]></value>
      </item>
      </field_categories>
  <field_keywords>
          <item>
        <tid>102851</tid>
        <value><![CDATA[Phd proposal]]></value>
      </item>
      </field_keywords>
  <field_userdata><![CDATA[]]></field_userdata>
</node>
