62 lines
1.6 KiB
TeX
62 lines
1.6 KiB
TeX
\documentclass[11pt,a4paper]{scrartcl}
|
|
\usepackage[table]{xcolor}
|
|
\usepackage[a4paper,left=1.5cm,right=1.5cm,top=2.0cm,bottom=2.0cm]{geometry}
|
|
\usepackage[ngerman]{babel}
|
|
\usepackage{amssymb}
|
|
\usepackage{mathrsfs}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{amsmath}
|
|
\usepackage{enumitem}
|
|
\usepackage{tikz-qtree}
|
|
\usepackage{mathtools}
|
|
\usepackage{latexsym}
|
|
\usepackage{algorithmicx}
|
|
\usepackage{csquotes}
|
|
\usepackage{pdfpages}
|
|
\usepackage{pgfplots}
|
|
\usepackage{hyperref}
|
|
\usepackage{listings}
|
|
\usepackage{pdflscape}
|
|
\usepackage{tikz}
|
|
\usetikzlibrary{positioning}
|
|
\usetikzlibrary{arrows}
|
|
\usetikzlibrary{automata}
|
|
\usetikzlibrary{shapes}
|
|
\usetikzlibrary{calc}
|
|
\usetikzlibrary{decorations.markings}
|
|
\usetikzlibrary{matrix}
|
|
\usepackage{commath}
|
|
|
|
\pdfminorversion=7 % Import-Unterstützung für PDFs bis Version 1.7
|
|
\pgfplotsset{compat=1.16} % verhindern, dass pgfplots im Rückwärtskompatibilitätsmodus arbeitet
|
|
|
|
\definecolor{fau_blau}{RGB}{26, 71, 115}
|
|
|
|
\newcommand{\begriff}[1]{\textcolor{fau_blau}{\emph{#1}}}
|
|
\newcommand{\wichtig}[1]{\emph{#1}}
|
|
|
|
\tikzset{rectangle state/.style={draw,rectangle}}
|
|
|
|
\title{Zusammenfassung \enquote{Programmierung \& Architekturen von Cluster-Rechnern}}
|
|
\author{Marco Ammon}
|
|
\date{\today}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\section{Programmierung (Lehrstuhl i2)}
|
|
\input{2-1-einfuehrung}
|
|
\input{2-2-msg}
|
|
\input{2-3-mpi}
|
|
\input{2-6-pgas}
|
|
\input{2-7-dsm}
|
|
\section{Architektur (Lehrstuhl i3)}
|
|
\input{3-1-einfuehrung}
|
|
\input{3-2-topologien}
|
|
\input{3-3-anwendungen}
|
|
\input{3-4-leistungsanalyse}
|
|
\input{3-5-lastausgleich}
|
|
\input{3-6-kommunikation}
|
|
\input{3-7-heterogene-architekturen}
|
|
\end{document}
|