presentation to illustrate Marc/Mentat interface for restarting capability (thx to Denny!)
This commit is contained in:
parent
405d5529e7
commit
e561358a90
Binary file not shown.
|
@ -0,0 +1,70 @@
|
||||||
|
\documentclass{beamer}
|
||||||
|
|
||||||
|
\usepackage{amssymb,amsfonts}
|
||||||
|
\usepackage{bm}
|
||||||
|
\usepackage{array}
|
||||||
|
\usepackage{colortbl}
|
||||||
|
|
||||||
|
|
||||||
|
\usetheme{mpie}
|
||||||
|
\setbeamercovered{transparent}
|
||||||
|
\setbeamertemplate{blocks}[rounded][shadow=true]
|
||||||
|
|
||||||
|
|
||||||
|
\title[How To Restart Unfinished Job in Marc/Mentat]{How To Restart Unfinished Job in Marc/Mentat}
|
||||||
|
|
||||||
|
\author{MPIE/CPFEM Programming Team}
|
||||||
|
\date{D\"{u}sseldorf, November 4\textsuperscript{th}, 2010}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\frame{\titlepage}
|
||||||
|
|
||||||
|
%______________________________________________________________________________
|
||||||
|
\section{Creating (original/parent) job file}
|
||||||
|
\frame {
|
||||||
|
\frametitle{Job Properties}
|
||||||
|
\includegraphics [scale=0.19]{./figures/OriginalJob_Properties}
|
||||||
|
}
|
||||||
|
|
||||||
|
\frame {
|
||||||
|
\frametitle{Job Properties \textgreater\ Job Results}
|
||||||
|
\includegraphics [scale=0.19]{./figures/OriginalJob_JobResults}
|
||||||
|
}
|
||||||
|
|
||||||
|
\frame {
|
||||||
|
\frametitle{Job Properties \textgreater\ Job Parameters}
|
||||||
|
\includegraphics [scale=0.19]{./figures/OriginalJob_JobParams}
|
||||||
|
}
|
||||||
|
|
||||||
|
\frame {
|
||||||
|
\frametitle{Job Properties \textgreater\ Job Parameters \textgreater\ Restart}
|
||||||
|
\includegraphics [scale=0.19]{./figures/OriginalJob_Restart}
|
||||||
|
}
|
||||||
|
%______________________________________________________________________________
|
||||||
|
\section{Creating restart job file}
|
||||||
|
\frame {
|
||||||
|
\frametitle{Job Properties}
|
||||||
|
\includegraphics [scale=0.19]{./figures/RestartJob_Properties}
|
||||||
|
}
|
||||||
|
|
||||||
|
\frame {
|
||||||
|
\frametitle{Job Properties \textgreater\ Job Results}
|
||||||
|
\includegraphics [scale=0.19]{./figures/RestartJob_JobResults}
|
||||||
|
}
|
||||||
|
|
||||||
|
\frame {
|
||||||
|
\frametitle{Job Properties \textgreater\ Job Parameters}
|
||||||
|
\includegraphics [scale=0.19]{./figures/RestartJob_JobParams}
|
||||||
|
}
|
||||||
|
|
||||||
|
\frame {
|
||||||
|
\frametitle{Job Properties \textgreater\ Job Parameters \textgreater\ Restart}
|
||||||
|
\includegraphics [scale=0.19]{./figures/RestartJob_Restart}
|
||||||
|
}
|
||||||
|
\frame {
|
||||||
|
\frametitle{Job Properties \textgreater\ Job Parameters \textgreater\ Restart}
|
||||||
|
\includegraphics [scale=0.19]{./figures/RestartJob_RestartModified}
|
||||||
|
}
|
||||||
|
%______________________________________________________________________________
|
||||||
|
\end{document}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue