You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: presentation/linux_bash_metacentrum_course.tex
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2412,7 +2412,7 @@ \subsection{Network}
2412
2412
\item It is Linux server running Debian
2413
2413
\item Connect with SSH/SFTP/SCP to \texttt{web.natur.cuni.cz}
2414
2414
\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}
2416
2416
\item Personal web can be placed in \texttt{public\_html} within home folder
2417
2417
\item Users can \href{https://helpdesk.natur.cuni.cz/servlet/HelpdeskDynamic?eid=Rozcestnik}{apply} for MySQL database or special settings
2418
2418
\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}
4497
4497
\begin{itemize}
4498
4498
\item The documentation is being moved into \url{https://docs.metacentrum.cz/}
4499
4499
\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})
4501
4501
\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})
4502
4502
\item Current state and usage of resources is available at \url{https://metavo.metacentrum.cz/en/} (\href{https://metavo.metacentrum.cz/cs/}{česky})
4503
4503
\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}
4639
4639
4640
4640
\begin{frame}[fragile]{Launching of tasks}
4641
4641
\begin{itemize}
4642
-
\item See \url{https://docs.metacentrum.cz/}
4642
+
\item See \url{https://docs.metacentrum.cz/computing/run-basic-job/}
4643
4643
\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
\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
4666
4666
\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})
4668
4668
\end{itemize}
4669
4669
\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})
4670
4670
\end{itemize}
@@ -4703,7 +4703,7 @@ \subsection{Tasks}
4703
4703
\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)
4704
4704
\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
4705
4705
\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/}
4707
4707
\begin{itemize}
4708
4708
\item Request special CPU (AMD, graphical,~\ldots), e.g. CPU with AVX2 \texttt{-l~select=cpu\_flag=avx2}
4709
4709
\item SSD local storage (e.g. \texttt{-l~scratch\_ssd=1gb})
@@ -4721,7 +4721,7 @@ \subsection{Tasks}
4721
4721
\end{itemize}
4722
4722
\item Not all required applications are correctly loaded
4723
4723
\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
4725
4725
\item Names of binaries are sometimes little bit different --- contain names of versions, etc.
4726
4726
\end{itemize}
4727
4727
\item Estimation of time needed to run the task
@@ -4888,7 +4888,7 @@ \subsection{More services}
4888
4888
\begin{frame}{OnDemand}{Applications in web browser}
4889
4889
\begin{itemize}
4890
4890
\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/}
4892
4892
\item Applications start in \texttt{/storage/brno3-cerit/home/\$USER/} --- ensure to have everything needed there
\item Web service allowing to record code as well as its output for languages like BASH, R, Python,~\ldots
4903
4903
\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
4905
4905
\begin{itemize}
4906
-
\item Data are in \texttt{/storage/brno2/home/USER/}
4906
+
\item Data are typically in \texttt{/storage/brno2/home/USER/}
4907
4907
\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})
0 commit comments