<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/oai-pmh.xsl"?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2026-09-19T02:40:23Z</responseDate>
  <request identifier="oai:www.ideals.illinois.edu:2142/88981" metadataPrefix="etdms" verb="GetRecord">https://www.ideals.illinois.edu/oai-pmh</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:www.ideals.illinois.edu:2142/88981</identifier>
        <datestamp>2023-07-11</datestamp>
        <setSpec>col_2142_5131</setSpec>
        <setSpec>col_2142_10761</setSpec>
        <setSpec>com_2142_5130</setSpec>
        <setSpec>com_2142_10755</setSpec>
        <setSpec>com_2142_234</setSpec>
      </header>
      <metadata>
        <thesis xmlns="http://www.ndltd.org/standards/metadata/etdms/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.ndltd.org/standards/metadata/etdms/1.1/ http://www.ndltd.org/standards/metadata/etdms/1.1/etdms11.xsd http://purl.org/dc/elements/1.1/ http://www.ndltd.org/standards/metadata/etdms/1.1/etdmsdc.xsd">
          <dc:contributor>Padua, David</dc:contributor>
          <dc:contributor>Padua, David</dc:contributor>
          <dc:contributor>Garzaran, Maria J.</dc:contributor>
          <dc:contributor>Kale, Laxmikant</dc:contributor>
          <dc:contributor>Pingali, Keshav</dc:contributor>
          <dc:contributor>Musuvathi, Madanlal</dc:contributor>
          <dc:creator>Maleki, Saeed</dc:creator>
          <dc:date>2016-03-02T19:33:34Z</dc:date>
          <dc:date>2016-03-02T19:33:34Z</dc:date>
          <dc:date>2015-11-10</dc:date>
          <dc:date>2015-12</dc:date>
          <dc:description>Parallelizing large sized problem in parallel systems has always been a challenge for programmer. This difficulty is caused by the complexity of the existing systems as well as the
target problems. This is becoming a greater issue as the data sizes are constantly growing and as a result, larger parallel systems are required.
Graph algorithms, machine learning problems and bio-informatics methods are among the many ever-growing problems. These group of problems are amorphous, meaning that
memory accesses are unpredictable and the application usually has a poor locality. Therefore, synchronizations in these problems are specially costly since all-to-all communications are
required and delivering an efficient parallel algorithm becomes more challenging. Another difficulty with these problems is that the amount of parallelism in them is limited which
naturally makes them hard to parallelize. This is due to complicated data-dependences among the data elements in the algorithm.
Writing parallel algorithms for these problems, on the other hand, are specially difficult since an amorphous problem can be expressed in several dramatically different ways. This
is because of complex data dependences which are statically unknown and therefore, many
unique parallel approaches exist for a single problem. Consequently, programming each single approach requires starting from scratch which is time consuming.
This thesis introduces several ways to avoid costly communications in amorphous problems by compromising from the computation. This means that we can increase the total amount of work done by the processors to avoid synchronizations in an algorithm. This
is specially effective in large clusters since there is a massive computing power with very costly communications. These approaches, clearly, have a trade off between computation and communication and in this thesis, we study these trade offs as well. Also, we propose a new language to express the proposed algorithms to overcome the programming difficulty of
the problems by providing tunable parameters for performance.</dc:description>
          <dc:description>Submission original under an indefinite embargo labeled 'Open Access'. The submission was exported from vireo on 2016-03-02 without embargo terms</dc:description>
          <dc:description>The student, Saeed Maleki, accepted the attached license on 2015-11-05 at 14:32.</dc:description>
          <dc:description>The student, Saeed Maleki, submitted this Dissertation for approval on 2015-11-05 at 14:42.</dc:description>
          <dc:description>This Dissertation was approved for publication on 2015-11-10 at 14:47.</dc:description>
          <dc:description>DSpace SAF Submission Ingestion Package generated from Vireo submission #8761 on 2016-03-02 at 12:49:56</dc:description>
          <dc:description>Made available in DSpace on 2016-03-02T19:33:34Z (GMT). No. of bitstreams: 2
MALEKI-DISSERTATION-2015.pdf: 4576470 bytes, checksum: 209faeb55f524bc86520bf05b01b176c (MD5)
LICENSE.txt: 4209 bytes, checksum: bc997039c51b62c08c83b9b68d014d08 (MD5)
  Previous issue date: 2015-11-10</dc:description>
          <dc:format>application/pdf</dc:format>
          <dc:identifier>http://hdl.handle.net/2142/88981</dc:identifier>
          <dc:language>en</dc:language>
          <dc:rights>Copyright 2015 Saeed Maleki</dc:rights>
          <dc:subject>Amorphous</dc:subject>
          <dc:subject>Symbolic</dc:subject>
          <dc:subject>Parallel</dc:subject>
          <dc:subject>Communication Avoiding</dc:subject>
          <dc:subject>Linear Algebra</dc:subject>
          <dc:subject>Tropical Semi-Ring</dc:subject>
          <dc:subject>Single-Source Shortest Path</dc:subject>
          <dc:subject>Dynamic Programming</dc:subject>
          <dc:subject>Longest Common Subsequence</dc:subject>
          <dc:subject>Smith-Waterman</dc:subject>
          <dc:subject>Needleman-Wunsch</dc:subject>
          <dc:subject>Viterbi Decoder</dc:subject>
          <dc:subject>Parallel Notations</dc:subject>
          <dc:title>Communication avoiding parallel algorithms for amorphous problems</dc:title>
          <dc:type>text</dc:type>
          <dc:type>text</dc:type>
          <degree>
            <department>Computer Science</department>
            <discipline>Computer Science</discipline>
            <grantor>University of Illinois at Urbana-Champaign</grantor>
            <level>Dissertation</level>
            <name>Ph.D.</name>
          </degree>
        </thesis>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
