-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmarcc_examples.tex
executable file
·105 lines (86 loc) · 3.09 KB
/
marcc_examples.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
%%%
%%% Jesse Leigh Patsolic
%%% S.D.G
\documentclass[xcolor=dvipsnames, aspectratio=169]{beamer}
\usepackage{beamerthemesplit, listings, verbatim}
\usepackage{setspace}
\usepackage[english]{babel}
\usepackage{blindtext, lipsum}
\usepackage{verbatim}
\setbeamertemplate{navigation symbols}{} % turns nav syms off
\definecolor{ndbg}{RGB}{27, 28, 22}
\definecolor{jhugold}{RGB}{207, 181, 59}
\definecolor{rpurple}{RGB}{75,24,112}
\definecolor{wfugold}{rgb}{0.60,0.48,0.19}
\definecolor{jhublue}{RGB}{0,51,127}
%\usecolortheme[named=jhublue]{structure}
\usetheme{Berlin}%Darmstadt}%Warsaw}
%\logo{\includegraphics[width=1.0cm]{wlshb.pdf}}
\setbeamercolor{normal text}{fg=white,bg=ndbg}
\setbeamercolor{structure}{fg=white}
\setbeamercolor{alerted text}{fg=red!85!black}
\setbeamercolor{item projected}{use=item,fg=black,bg=item.fg!35}
\setbeamercolor*{palette primary}{use=structure,fg=structure.fg}
\setbeamercolor*{palette secondary}{use=structure,fg=structure.fg!95!black}
\setbeamercolor*{palette tertiary}{use=structure,fg=structure.fg!90!black}
\setbeamercolor*{palette quaternary}{use=structure,fg=structure.fg!95!black,bg=black!80}
\setbeamercolor*{framesubtitle}{fg=white}
%\title[Short title]{Title}
%\subtitle[]{}
%\author[]{Author}
%\institute[Author's initials]{Institution}%\includegraphics[width=0.3\textwidth]{wlshb.pdf}
%\date[]{\today}
\begin{document}
%\begin{frame}
%\titlepage
%\end{frame}
%\begin{frame}{Contents}
%\tableofcontents
%\end{frame}
\begin{frame}{Useful links}
\begin{minipage}[t]{0.3\textwidth}
\begin{itemize}
\item \href{https://www.marcc.jhu.edu}{MARCC Homepage}
\item \href{https://www.marcc.jhu.edu/getting-started/running-jobs/}{The Queuing System}
\item \href{https://www.marcc.jhu.edu/troubleshoot/storage-guidelines/}{Storage Guidelines}
\end{itemize}
\end{minipage}
\begin{minipage}[t]{0.3\textwidth}
\begin{itemize}
\item \href{https://slurm.schedmd.com/job_array.html}{Slurm Array jobs}
\end{itemize}
%\rule{\textwidth}{0.2\textwidth}
\end{minipage}
\end{frame}
\begin{frame}[fragile]{The setup}
\begin{enumerate}
\item \verb;git clone https://github.com/neurodata/marcc_examples.git;
\item \verb;ml python/3.8;
\item \verb;python -m venv ~/env_examples;
\item \verb;pip install -r marcc_examples/requirements.txt;
\end{enumerate}
\end{frame}
\section{The Scripts}
\begin{frame}
\begin{tabular}{l p{.75\textwidth}}
\textit{skrf.py} & The main python script that takes parameters such as
dataset ID, run ID,n\_jobs, output directory\dots.\\
%
\textit{workerScript.scr} & The slurm script used for each individual job.\\
%
\textit{cleanUp.scr} & The script that runs the cleanup job/s.\\
%
\textit{MASTER.scr} & The master script that sets up the job array and
sets cleanUp as a dependant job to be run after all exit cleanly.\\
\end{tabular}
\end{frame}
\end{document}
%`git clone https://github.com/neurodata/marcc_examples.git`
%`ml python/3.8`
%`python -m venv ~/env_examples`
%`pip install -r marcc_examples/requirements.txt`
%%%
%%% TIME:
%%% WORKING STATUS:
%%% COMMENTS:
%%% Soli Deo Gloria