Skip to content

Commit

Permalink
updates for eb user talks
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Jan 30, 2019
1 parent 790ecbf commit 0925066
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion my_docs/19/eb_users/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TALKS := talk.pdf
TEX_SUFS := .aux .log .nav .out .snm .toc .vrb .fdb_latexmk .fls

%.pdf:%.tex
latexmk --lualatex -pdf $<
latexmk -pdflua $<

all: $(TALKS)

Expand Down
14 changes: 9 additions & 5 deletions my_docs/19/eb_users/talk.tex
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ \section{Introduction}

\begin{frame}{Dynamic Cache files for Large Module Trees}
\begin{itemize}
\item An upcoming feature!
\item Groups that have a large number of specialize modules.
\item Want Opt-in for these modules
\end{itemize}
Expand All @@ -108,7 +107,9 @@ \section{Introduction}
{\tiny
\begin{semiverbatim}
prepend\_PATH("LMOD\_RC", "/path/to/cache\_descript/descript.lua")
expand\_modulepath("/path/to/bioPkgs")
if ( mode() ~= "spider") then
prepend\_path("MODULEPATH","/path/to/bioPkgs")
end
\end{semiverbatim}
}
\item descript.lua
Expand All @@ -127,15 +128,18 @@ \section{Introduction}

\begin{frame}{Future Work(?)}
\begin{itemize}
\item Optionly combine TCL and Lua together to speed up performance
\item
\item Lmod currently starts a separate process to interpret each TCL file.
\item Want to look at ways to improve this.
\item One possibility: Optionally combine TCL and Lua interpreters
together to speed up performance.
\item This will be used to parse .version, .modulerc and TCL modulefiles.
\end{itemize}
\end{frame}


\begin{frame}{Conclusions: Lmod 7+}
\begin{itemize}
\item Latest version: https://github.com:TACC/Lmod.git
\item Latest version: https://github.com:TACC/lmod.git
\item Stable version: http://lmod.sf.net
\item Documentation: http://lmod.readthedocs.org
\end{itemize}
Expand Down

0 comments on commit 0925066

Please sign in to comment.