<?xml version="1.0" encoding="UTF-8"?>
<mycoreobject xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="datamodel-thesis.xsd" ID="dbhsnb_thesis_0000000660" version="2021.06">
  <structure>
    <derobjects class="MCRMetaEnrichedLinkID">
      <derobject inherited="0" xlink:type="locator" xlink:href="dbhsnb_derivate_0000001008">
        <order>1</order>
        <maindoc>Masterarbeit-Rohde-2011.pdf</maindoc>
        <classification classid="derivate_types" categid="fulltext" />
        <maindoc_size>40553883</maindoc_size>
        <maindoc_md5>99d6e4939be0687d98b6fef84dc3aec2</maindoc_md5>
      </derobject>
    </derobjects>
  </structure>
  <metadata>
    <def.modsContainer class="MCRMetaXML" heritable="false" notinherit="true">
      <modsContainer type="created" inherited="0">
        <mods:mods xmlns:mods="http://www.loc.gov/mods/v3" version="3.6">
          <mods:recordInfo>
            <mods:recordIdentifier source="DE-519">dbhsnb/thesis2011-0064</mods:recordIdentifier>
            <mods:recordInfoNote type="k10plus_ppn" xlink:type="simple">668294442</mods:recordInfoNote>
            <mods:recordOrigin>MODS updated during DBHSNB migration in Mai 2022</mods:recordOrigin>
          </mods:recordInfo>
          <mods:genre usage="primary" type="intern" displayLabel="doctype" authorityURI="http://digibib.hs-nb.de/classifications/doctype" valueURI="http://digibib.hs-nb.de/classifications/doctype#epub.masterthesis" />
          <mods:genre type="nature_of_content" displayLabel="natureOfContent" authorityURI="http://www.mycore.org/classifications/natureOfContent" valueURI="http://www.mycore.org/classifications/natureOfContent#ppn_105825778">Hochschulschrift</mods:genre>
          <mods:name type="personal" xlink:type="simple">
            <mods:namePart type="given">Daniel</mods:namePart>
            <mods:namePart type="family">Rohde</mods:namePart>
            <mods:role>
              <mods:roleTerm type="code" authority="marcrelator">aut</mods:roleTerm>
              <mods:roleTerm type="text" authority="GBV">VerfasserIn</mods:roleTerm>
            </mods:role>
          </mods:name>
          <mods:titleInfo lang="ger" usage="primary" xlink:type="simple">
            <mods:title>Untersuchungen zur Parallelisierung praktischer Problemstellungen für Mehrkern-Prozessoren</mods:title>
          </mods:titleInfo>
          <mods:language>
            <mods:languageTerm authority="rfc5646">de</mods:languageTerm>
          </mods:language>
          <mods:name type="personal" xlink:type="simple">
            <mods:namePart type="given">Andreas</mods:namePart>
            <mods:namePart type="family">Wehrenpfenning</mods:namePart>
            <mods:namePart type="termsOfAddress">Prof. Dr.</mods:namePart>
            <mods:role>
              <mods:roleTerm type="code" authority="marcrelator">dgs</mods:roleTerm>
              <mods:roleTerm type="text" authority="GBV">AkademischeR BetreuerIn</mods:roleTerm>
            </mods:role>
          </mods:name>
          <mods:name type="personal" xlink:type="simple">
            <mods:namePart type="given">Welf</mods:namePart>
            <mods:namePart type="family">Löwe</mods:namePart>
            <mods:namePart type="termsOfAddress">Prof. Dr.</mods:namePart>
            <mods:role>
              <mods:roleTerm type="code" authority="marcrelator">dgs</mods:roleTerm>
              <mods:roleTerm type="text" authority="GBV">AkademischeR BetreuerIn</mods:roleTerm>
            </mods:role>
          </mods:name>
          <mods:originInfo eventType="publication">
            <mods:publisher>Hochschule Neubrandenburg</mods:publisher>
            <mods:place>
              <mods:placeTerm type="text">Neubrandenburg</mods:placeTerm>
            </mods:place>
            <mods:dateIssued encoding="w3cdtf" keyDate="yes">2011</mods:dateIssued>
            <mods:issuance>monographic</mods:issuance>
            <mods:dateOther type="defence" encoding="w3cdtf">2011</mods:dateOther>
            <mods:dateIssued>2011</mods:dateIssued>
          </mods:originInfo>
          <mods:originInfo eventType="upload">
            <mods:publisher>Hochschulbibliothek Neubrandenburg</mods:publisher>
            <mods:place>
              <mods:placeTerm type="text">Neubrandenburg</mods:placeTerm>
            </mods:place>
            <mods:dateCaptured encoding="w3cdtf">2011</mods:dateCaptured>
            <mods:dateCaptured>2011</mods:dateCaptured>
          </mods:originInfo>
          <mods:location>
            <mods:physicalLocation type="online" authorityURI="http://d-nb.info/gnd/" valueURI="http://d-nb.info/gnd/1162078316" xlink:type="simple">Hochschulbibliothek Neubrandenburg</mods:physicalLocation>
            <mods:url usage="primary" access="object in context">https://digibib.hs-nb.de/resolve/id/dbhsnb_thesis_0000000660</mods:url>
          </mods:location>
          <mods:abstract type="summary" xml:lang="de" lang="ger" xlink:type="simple">Die hier vorliegende Masterthesis, des Fachbereichs LGGB der Hochschule Neubrandenburg, befasst sich mit der Parallelisierung von Algorithmen auf Computersystemen mit Mehrkern-Prozessoren. Die Arbeit gibt einen Überblick, über die Grundlagen der Parallelisierung. Dabei werden verschiedenen Möglichkeiten der Parallelisierung mittels Hardware, theoretischen Entwurfsmustern und softwaretechnischen Spracherweiterungen und Bibliotheken für die Programmiersprache C++ aufgezeigt. Während der Thesis wurden zwei Algorithmen aus der praktischen Photogrammetrie auf verschiedene Weisen sequenziell und parallel implementiert. Bei der Parallelisierung der Algorithmen wurden unterschiedliche Parallelisierungsbibliotheken und Entwurfsmuster eingesetzt, wie zum Beispiel POSIX-Threads, MFC, TBB und das Muster der Pipeline. Nach den Implementierungen durchgeführte Laufzeitmessungen geben Aufschluss über die Effizienz der vorgenommenen Parallelisierungen.</mods:abstract>
          <mods:abstract type="summary" xml:lang="en" lang="eng" xlink:type="simple">This master thesis was written for the University of Neubrandenburg at the department of LGGB. The topic is the parallelizing of algorithms for computer systems with multicore processor architecture. The master thesis is giving an overview about the basics of parallelizing software. Thereby are different possibilities explained like hardware parallelizing, design pattern and software parallelizing under C++. During the master thesis two algorithms from the scope of photogrammetry were implemented in a sequential and multiple parallel ways. During the parallelization different paralleling libraries and design patterns were used, like POSIX-Threads, MFC, TBB and the pattern of the pipeline. The performed runtime measurements gave information about the efficiency of the parallelization.</mods:abstract>
          <mods:subject lang="ger" xlink:type="simple">
            <mods:topic>Paralllisierung</mods:topic>
          </mods:subject>
          <mods:subject lang="ger" xlink:type="simple">
            <mods:topic>C++</mods:topic>
          </mods:subject>
          <mods:subject lang="ger" xlink:type="simple">
            <mods:topic>Windows-Threads</mods:topic>
          </mods:subject>
          <mods:subject lang="ger" xlink:type="simple">
            <mods:topic>Entwurfsmuster</mods:topic>
          </mods:subject>
          <mods:classification displayLabel="sdnb" authorityURI="http://digibib.hs-nb.de/classifications/SDNB" valueURI="http://digibib.hs-nb.de/classifications/SDNB#000">000 Allgemeines, Wissenschaft</mods:classification>
          <mods:classification displayLabel="ghb" authorityURI="http://digibib.hs-nb.de/classifications/ghb" valueURI="http://digibib.hs-nb.de/classifications/ghb#GHB64" />
          <mods:classification displayLabel="institution" authorityURI="http://digibib.hs-nb.de/classifications/institution" valueURI="http://digibib.hs-nb.de/classifications/institution#HSNB.LG">Fachbereich Landschaftswissenschaften und Geomatik</mods:classification>
          <mods:name type="corporate" xlink:type="simple">
            <mods:nameIdentifier type="gnd">10115485-9</mods:nameIdentifier>
            <mods:namePart>Hochschule Neubrandenburg</mods:namePart>
            <mods:namePart type="date">01.09.2005 -</mods:namePart>
            <mods:role>
              <mods:roleTerm type="code" authority="marcrelator">dgg</mods:roleTerm>
              <mods:roleTerm type="text" authority="GBV">Grad-verleihende Institution</mods:roleTerm>
            </mods:role>
          </mods:name>
          <mods:name type="corporate" xlink:type="simple">
            <mods:nameIdentifier type="gnd">117513421X</mods:nameIdentifier>
            <mods:namePart>Hochschule Neubrandenburg</mods:namePart>
            <mods:namePart>Fachbereich Landschaftswissenschaften und Geomatik</mods:namePart>
            <mods:role>
              <mods:roleTerm type="code" authority="marcrelator">dgg</mods:roleTerm>
              <mods:roleTerm type="text" authority="GBV">Grad-verleihende Institution</mods:roleTerm>
            </mods:role>
          </mods:name>
          <mods:identifier type="urn">urn:nbn:de:gbv:519-thesis2011-0064-1</mods:identifier>
          <mods:classification displayLabel="accesscondition" authorityURI="http://digibib.hs-nb.de/classifications/accesscondition" valueURI="http://digibib.hs-nb.de/classifications/accesscondition#openaccess">frei zugänglich (Open Access)</mods:classification>
          <mods:classification displayLabel="licenseinfo" authorityURI="http://digibib.hs-nb.de/classifications/licenseinfo" valueURI="http://digibib.hs-nb.de/classifications/licenseinfo#metadata.cc0">Lizenz Metadaten: CC0</mods:classification>
          <mods:classification displayLabel="licenseinfo" authorityURI="http://digibib.hs-nb.de/classifications/licenseinfo" valueURI="http://digibib.hs-nb.de/classifications/licenseinfo#deposit.rightsgranted">Nutzungsrechte erteilt</mods:classification>
          <mods:classification displayLabel="licenseinfo" authorityURI="http://digibib.hs-nb.de/classifications/licenseinfo" valueURI="http://digibib.hs-nb.de/classifications/licenseinfo#work.rightsreserved">alle Rechte vorbehalten</mods:classification>
        </mods:mods>
      </modsContainer>
    </def.modsContainer>
  </metadata>
  <service>
    <servdates class="MCRMetaISO8601Date">
      <servdate type="createdate" inherited="0">2011-09-02T09:21:01.738Z</servdate>
      <servdate type="modifydate" inherited="0">2022-05-05T12:42:08.924Z</servdate>
    </servdates>
    <servflags class="MCRMetaLangText">
      <servflag type="createdby" inherited="0" form="plain">editorT</servflag>
      <servflag type="modifiedby" inherited="0" form="plain">administrator</servflag>
    </servflags>
    <servstates class="MCRMetaClassification">
      <servstate inherited="0" classid="state" categid="published" />
    </servstates>
  </service>
</mycoreobject>
