Skip to content

Commit

Permalink
pdf and html successfully generated
Browse files Browse the repository at this point in the history
  • Loading branch information
salhanyf committed Dec 20, 2024
1 parent 03c4b4d commit af95fb9
Show file tree
Hide file tree
Showing 7 changed files with 1,604 additions and 1,606 deletions.
2 changes: 1 addition & 1 deletion doc/generate-software-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cat > "$OUTFILE.tex" << LATEX_HEADER
% -----------------------------------------------------------------------------
% $0
\section{Software Installed On Speed}
\label{sect:software-details}
\label{sect:software-list}
This is a generated section by a script; last updated on \textit{$GENERATED_ON}.
We have two major software trees: Scientific Linux 7 (EL7), which is
Expand Down
39 changes: 23 additions & 16 deletions doc/appendix/software-list.tex → doc/software-list.tex
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
% -----------------------------------------------------------------------------
% D Software List
% -----------------------------------------------------------------------------
% ./generate-software-list.sh
\section{Software Installed On Speed}
\label{sect:software-list}

This is a generated section by a script; last updated on \textit{Tue Jul 23 10:48:52 PM EDT 2024}.
We have two major software trees: Scientific Linux 7 (EL7), which is outgoing,
and AlmaLinux 9 (EL9). After major synchronization of software packages is complete,
we will stop maintaining the EL7 tree and will migrate the remaining nodes to EL9.
This is a generated section by a script; last updated on \textit{Fri Dec 20 04:37:31 PM EST 2024}.
We have two major software trees: Scientific Linux 7 (EL7), which is
outgoing, and AlmaLinux 9 (EL9). After major synchronization of software
packages is complete, we will stop maintaining the EL7 tree and
will migrate the remaining nodes to EL9.

Use \option{--constraint=el7} to select EL7-only installed nodes for their software packages.
Conversely, use \option{--constraint=el9} for the EL9-only software.
These options would be used as a part of your job parameters in either \api{\#SBATCH} or on the command line.
Use \option{--constraint=el7} to select EL7-only installed nodes for their
software packages. Conversely, use \option{--constraint=el9} for the EL9-only
software. These options would be used as a part of your job parameters
in either \api{\#SBATCH} or on the command line.

\noindent\textbf{NOTE:} this list does not include packages installed directly on the OS (yet).
\noindent
\textbf{NOTE:} this list does not include packages installed directly on the OS (yet).

% D.1 EL7
% -------------------------------------------------------------
% -----------------------------------------------------------------------------
\subsection{EL7}
\label{sect:software-el7}

Not all packages are intended for HPC, but the common tree is available on Speed as well as teaching labs' desktops.
Not all packages are intended for HPC, but the common tree is available
on Speed as well as teaching labs' desktops.

\scriptsize
\begin{multicols}{3}
Expand Down Expand Up @@ -659,6 +660,7 @@ \subsection{EL7}
\item \verb|OpenFOAM-11.0|
\item \verb|OpenFOAM-1.7.1|
\item \verb|OpenFOAM-2.3.1|
\item \verb|OpenFOAM-2.4.0|
\item \verb|OpenFOAM-3.0.1|
\item \verb|OpenFOAM-5.0|
\item \verb|OpenFOAM-6.0|
Expand Down Expand Up @@ -985,8 +987,7 @@ \subsection{EL7}
\end{multicols}
\normalsize

% D.2 EL9
% -------------------------------------------------------------
% -----------------------------------------------------------------------------
\subsection{EL9}
\label{sect:software-el9}

Expand Down Expand Up @@ -1027,6 +1028,7 @@ \subsection{EL9}
\item \verb|cups-2.3.3|
\item \verb|curl-7.86.0|
\item \verb|DbVisualizer-24.1.5|
\item \verb|EasyBuild|
\item \verb|emacs-27.2|
\item \verb|expect-5.45.4|
\item \verb|ffmpeg-4.1.3|
Expand Down Expand Up @@ -1058,6 +1060,7 @@ \subsection{EL9}
\item \verb|firefox_french-91.8.0|
\item \verb|firefox_french-91.9.0|
\item \verb|firefox_french-91.9.1|
\item \verb|gcc-11.3.0|
\item \verb|gcc-12.2.0|
\item \verb|gcc-4.9.2|
\item \verb|gcc-5.4.0|
Expand Down Expand Up @@ -1095,6 +1098,8 @@ \subsection{EL9}
\item \verb|matlab-R2022b|
\item \verb|matlab-R2023a|
\item \verb|matlab-R2023b|
\item \verb|matlab-R2024a|
\item \verb|matlab-R2024b|
\item \verb|mesa-19.0.3|
\item \verb|modules-3.2.10|
\item \verb|modules-5.3.1|
Expand Down Expand Up @@ -1122,6 +1127,8 @@ \subsection{EL9}
\item \verb|nvtop-3.0.1|
\item \verb|ocaml-4.01.0|
\item \verb|OpenFOAM-11.0|
\item \verb|OpenFOAM-12.0|
\item \verb|OpenFOAM-2.4.0|
\item \verb|OpenFOAM-8.0|
\item \verb|OpenFOAM-v2012|
\item \verb|OpenFOAM-v2306|
Expand Down Expand Up @@ -1184,4 +1191,4 @@ \subsection{EL9}
\end{multicols}
\normalsize

% EOF
% EOF
Binary file modified doc/speed-manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/speed-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@

% D Software List
% -------------------------------------------------------------
\input{appendix/software-list.tex}
\input{software-list.tex}

% Includes:
% D.1 EL7
Expand Down
Loading

0 comments on commit af95fb9

Please sign in to comment.