Skip to content

Commit e36a831

Browse files
committed
Updated URLs (mainly MetaCentrum documentation).
1 parent b05cab5 commit e36a831

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

presentation/linux_bash_metacentrum_course.tex

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2412,7 +2412,7 @@ \subsection{Network}
24122412
\item It is Linux server running Debian
24132413
\item Connect with SSH/SFTP/SCP to \texttt{web.natur.cuni.cz}
24142414
\item Mainly used for webhosting, user's address will have form \texttt{https://web.natur.cuni.cz/$\sim$loginname/}, user can \href{https://helpdesk.natur.cuni.cz/servlet/HelpdeskDynamic?eid=Rozcestnik}{apply} for another URL, for space for some projects,~\ldots
2415-
\item Every department also has dedicated space there, it can be used for various web projects, address can be discussed with \href{https://www.natur.cuni.cz/fakulta/cit/lide}{IT department}
2415+
\item Every department also has dedicated space there, it can be used for various web projects, address can be discussed with \href{https://www.natur.cuni.cz/eng/centre-of-information-technologies/contacts}{IT department}
24162416
\item Personal web can be placed in \texttt{public\_html} within home folder
24172417
\item Users can \href{https://helpdesk.natur.cuni.cz/servlet/HelpdeskDynamic?eid=Rozcestnik}{apply} for MySQL database or special settings
24182418
\item \href{https://www.natur.cuni.cz/biology/botany/working-information/servers-webs-computers/}{Department of Botany} (and some other departments) have their own web and file servers
@@ -4497,7 +4497,7 @@ \subsection{Information}
44974497
\begin{itemize}
44984498
\item The documentation is being moved into \url{https://docs.metacentrum.cz/}
44994499
\end{itemize}
4500-
\item Information about MetaCloud \url{https://wiki.metacentrum.cz/wiki/Kategorie:Clouds}
4500+
\item Information about MetaCloud \url{https://docs.cloud.muni.cz/} (\href{https://wiki.metacentrum.cz/wiki/Kategorie:Clouds}{old wiki page})
45014501
\item Also available is Galaxy \url{https://usegalaxy.cz/} (same login as to MetaCentrum) --- web based bioinformatics framework (more information at \href{https://docs.metacentrum.cz/related/galaxy/}{documentation})
45024502
\item Current state and usage of resources is available at \url{https://metavo.metacentrum.cz/en/} (\href{https://metavo.metacentrum.cz/cs/}{česky})
45034503
\item Manage your user account at \url{http://metavo.metacentrum.cz/en/myaccount/} (\href{https://metavo.metacentrum.cz/cs/myaccount/}{česky})
@@ -4639,7 +4639,7 @@ \subsection{Tasks}
46394639
46404640
\begin{frame}[fragile]{Launching of tasks}
46414641
\begin{itemize}
4642-
\item See \url{https://docs.metacentrum.cz/}
4642+
\item See \url{https://docs.metacentrum.cz/computing/run-basic-job/}
46434643
\item Personal view \url{https://metavo.metacentrum.cz/pbsmon2/person} has nice overview of available resources and tasks and allows comfortable construction of submission command
46444644
\end{itemize}
46454645
\vfill
@@ -4664,7 +4664,7 @@ \subsection{Tasks}
46644664
\item Command \texttt{module} loads/unloads selected \href{https://docs.metacentrum.cz/software/}{application}
46654665
\item Tasks (BASH scripts) are submitted for computing by \texttt{qsub} --- the script must copy the data into \texttt{\$SCRATCHDIR} and do all calculations there
46664666
\begin{itemize}
4667-
\item It has plenty of options how to specify requirements (see next slide and \href{https://wiki.metacentrum.cz/wiki/About_scheduling_system}{help})
4667+
\item It has plenty of options how to specify requirements (see next slide and \href{https://docs.metacentrum.cz/computing/pbs-resources/}{help})
46684668
\end{itemize}
46694669
\item Queued and running jobs can be seen by \texttt{qstat -u \$USER} (\texttt{qstat} has much more options) and any job can be terminated by \texttt{qdel 123456789} (number from \texttt{qstat})
46704670
\end{itemize}
@@ -4703,7 +4703,7 @@ \subsection{Tasks}
47034703
\item Every user has certain \href{https://metavo.metacentrum.cz/pbsmon2/users/}{priority} increased by \href{https://docs.metacentrum.cz/access/terms/\#acknowledgements-and-publications}{acknowledgments} (\textbf{it's mandatory to acknowledge MetaCentrum when using it}) in publications to MetaCentrum, and lowered by intensive usage of the service (the usage is calculated from past month)
47044704
\item After submission of the task, check in \href{https://metavo.metacentrum.cz/pbsmon2/queues/jobsQueued}{the queue} in which state it is --- sometimes it can't start because of impossible combination of requested resources or so
47054705
\item User can \href{https://metavo.metacentrum.cz/pbsmon2/nodes/physical}{check load of machines}
4706-
\item For more options read \url{https://wiki.metacentrum.cz/wiki/About_scheduling_system}
4706+
\item For more options read \url{https://docs.metacentrum.cz/computing/pbs-resources/}
47074707
\begin{itemize}
47084708
\item Request special CPU (AMD, graphical,~\ldots), e.g. CPU with AVX2 \texttt{-l~select=cpu\_flag=avx2}
47094709
\item SSD local storage (e.g. \texttt{-l~scratch\_ssd=1gb})
@@ -4721,7 +4721,7 @@ \subsection{Tasks}
47214721
\end{itemize}
47224722
\item Not all required applications are correctly loaded
47234723
\begin{itemize}
4724-
\item Check \href{https://docs.metacentrum.cz/software/}{wiki} and load all needed applications
4724+
\item Check \href{https://docs.metacentrum.cz/}{documentation} and load all needed applications
47254725
\item Names of binaries are sometimes little bit different --- contain names of versions, etc.
47264726
\end{itemize}
47274727
\item Estimation of time needed to run the task
@@ -4888,7 +4888,7 @@ \subsection{More services}
48884888
\begin{frame}{OnDemand}{Applications in web browser}
48894889
\begin{itemize}
48904890
\item It allows to run selected interactive applications in web browser
4891-
\item See \url{https://docs.metacentrum.cz/software/ondemand/} and \url{https://ondemand.cerit-sc.cz/}
4891+
\item See \url{https://docs.metacentrum.cz/software/ondemand/} and \url{https://ondemand.grid.cesnet.cz/}
48924892
\item Applications start in \texttt{/storage/brno3-cerit/home/\$USER/} --- ensure to have everything needed there
48934893
\end{itemize}
48944894
\begin{center}
@@ -4901,11 +4901,11 @@ \subsection{More services}
49014901
\begin{itemize}
49024902
\item Web service allowing to record code as well as its output for languages like BASH, R, Python,~\ldots
49034903
\item Convenient for recording and sharing code, interactive work,~\ldots
4904-
\item Use \href{https://wiki.metacentrum.cz/wiki/Jupyter_for_MetaCentrum_users}{Jupyter Hub} for MetaCentrum users
4904+
\item Use \href{https://docs.metacentrum.cz/related/jupyter/}{Jupyter Hub} for MetaCentrum users
49054905
\begin{itemize}
4906-
\item Data are in \texttt{/storage/brno2/home/USER/}
4906+
\item Data are typically in \texttt{/storage/brno2/home/USER/}
49074907
\end{itemize}
4908-
\item \href{https://docs.metacentrum.cz/related/jupyter/}{Available} also as part of OnDemand (previous slide), or bit experimental \href{https://hub.cerit-sc.cz/}{CERIT hub}, which allows to select custom storage and also custom docker image (see \href{https://docs.cerit.io/docs/jupyterhub.html}{documentation})
4908+
\item Available also as part of OnDemand (previous slide), or bit experimental \href{https://hub.cloud.e-infra.cz/}{CERIT hub}, which allows to select custom storage and also custom docker image (see \href{https://docs.cerit.io/docs/jupyterhub.html}{documentation})
49094909
\end{itemize}
49104910
\begin{center}
49114911
\includegraphics[height=6.5cm]{jupyter.png}
@@ -5016,7 +5016,7 @@ \subsection{Git principle}
50165016
\end{center}
50175017
\begin{flushright}
50185018
\begin{footnotesize}
5019-
\href{https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control}{https://git-scm.com/}, \href{https://nvie.com/posts/a-successful-git-branching-model/}{https://nvie.com/}
5019+
\href{https://git-scm.com/book/en/v2/Getting-Started-What-is-Git\%3F}{https://git-scm.com/}, \href{https://nvie.com/posts/a-successful-git-branching-model/}{https://nvie.com/}
50205020
\end{footnotesize}
50215021
\end{flushright}
50225022
\end{multicols}

0 commit comments

Comments
 (0)