Improved texts, added MatrNr, switched acronym packages

This commit is contained in:
2021-11-16 14:55:00 +01:00
parent 9ec5fe6d83
commit ba1fd27cd5
9 changed files with 190 additions and 71 deletions

View File

@@ -1,11 +1,20 @@
\makenoidxglossaries
\newacronym{hpc}{HPC}{High Performance Cluster}
\newacronym{ram}{RAM}{Random Access Memory}
\newacronym{cpu}{CPU}{Central processing unit}
\newacronym{rhel}{RHEL}{RedHat Enterprise Linux}
\newacronym{io}{I/O}{Input/Output}
\newacronym{ai}{AI}{Artificial Intelligence}
\newacronym{ml}{ML}{Machine Learning}
\newacronym{dl}{DL}{Deep Learning}
\newacronym{pc}{PC}{Personal Computer}
\newacronym{ipmi}{IPMI}{Intelligent Platform Management Interface}
\chapter*{Abkürzungsverzeichnis}
\begin{acronym}[NUMA]
\acro{HPC}{High Performance Cluster}
\acro{RAM}{Random Access Memory}
\acro{CPU}{Central processing unit}
\acro{GPU}{Graphics processing unit}
\acro{RHEL}{RedHat Enterprise Linux}
\acro{I/O}{Input/Output}
\acro{AI}{Artificial Intelligence}
\acro{ML}{Machine Learning}
\acro{DL}{Deep Learning}
\acro{PC}{Personal Computer}
\acro{IPMI}{Intelligent Platform Management Interface}
\acro{UMA}{Uniform Memory Access}
\acro{NUMA}{Non-Uniform Memory Access}
\acro{DM}{Distributed Memory}
\acro{DSM}{Distributed Shared Memory}
\acro{SM}{Shared Memory}
\end{acronym}