Skip to content

Commit

Permalink
fix the code running off guide page
Browse files Browse the repository at this point in the history
Signed-off-by: tkucherera <[email protected]>
  • Loading branch information
tkucherera-lenovo committed Sep 18, 2024
1 parent 64c8ca5 commit b48b5a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
% ohpc_comment_header Setup nodes repositories and Install OHPC components \ref{sec:add_components}
\begin{lstlisting}[language=bash,literate={-}{-}1,keywords={},upquote=true]
# Add OpenHPC repo
[sms](*\#*) (*\chrootinstall*) \
http://repos.openhpc.community/OpenHPC/3/EL_9/x86_64/ohpc-release-3-1.el9.x86_64.rpm
[sms](*\#*) (*\chrootinstall*) http://repos.openhpc.community/OpenHPC/3/EL_9/x86_64/ohpc-release-3-1.el9.x86_64.rpm
\end{lstlisting}
% end_ohpc_run

Expand Down
4 changes: 2 additions & 2 deletions docs/recipes/install/common/confluent_setup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
% ohpc_validation_newline
% ohpc_validation_comment Define local domainname, deployment protocol and dns
\begin{lstlisting}[language=bash,keywords={},upquote=true,basicstyle=\footnotesize\ttfamily,literate={BOSVER}{\baseos{}}1]
[sms](*\#*) nodegroupattrib everything deployment.useinsecureprotocols=${deployment_protocols} dns.domain=${dns_domain} \
dns.servers=${dns_servers} net.ipv4_gateway=${sms_ip}
[sms](*\#*) nodegroupattrib everything deployment.useinsecureprotocols=${deployment_protocols} dns.domain=${dns_domain}
[sms](*\#*) nodegroupattrib everything dns.servers=${dns_servers} net.ipv4_gateway=${sms_ip}
\end{lstlisting}

\noindent We will also define
2 changes: 1 addition & 1 deletion docs/recipes/install/common/memlimits.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
generally necessary to increase the locked memory settings for system
users. This can be accomplished by updating
the \texttt{/etc/security/limits.conf} file and this should be performed within
the {{\em compute} image and on all job submission hosts. In this recipe, jobs
the {\em compute} image and on all job submission hosts. In this recipe, jobs
are submitted from the {\em master} host, and the following commands can be
used to update the maximum locked memory settings on both the master host and
the compute image:
Expand Down

0 comments on commit b48b5a8

Please sign in to comment.