Skip to content

Commit 409775b

Browse files
committed
Make tutorial links explicit
1 parent 360a27b commit 409775b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

isc25/EESSI/description.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ \subsection*{Overview and Goals}
2626
% Hence, an EESSI tutorial is very relevant to ISC'25 attendees as this tool helps relieve these burdens and fosters
2727
% collaboration.
2828

29-
Winner of the HPCwire Readers’ Choice Awards in 2024 in the "Best HPC Programming Tool or Technology" category,\footnote{\href{https://www.hpcwire.com/2024-readers-editors-choice-best-hpc-programming-tool-or-technology/}{https://www.hpcwire.com/2024-readers-editors-choice-best-hpc-programming-tool-or-technology/}}
30-
the \textbf{European Environment for Scientific Software Installations (EESSI)}\footnote{\href{https://eessi.io}{https://eessi.io}}
29+
The \textbf{European Environment for Scientific Software Installations (EESSI)}\footnote{\href{https://eessi.io}{https://eessi.io}}
3130
project is a collaborative project
3231
between different partners in the HPC community (and supported by the MultiXscale EuroHPC Centre of Excellence) to build a
3332
common stack of optimised scientific software installations for everything from laptops to big HPC systems and cloud
3433
infrastructures. The project uses EasyBuild to install software on top of a compatibility layer, and leverages CernVM-FS to
35-
distribute the software installations to client systems.
34+
distribute the software installations to client systems. In 2024, it was selected as winner of the HPCwire Readers’ Choice Awards
35+
in the "Best HPC Programming Tool or Technology" category.\footnote{\href{https://www.hpcwire.com/2024-readers-editors-choice-best-hpc-programming-tool-or-technology/}{https://www.hpcwire.com/2024-readers-editors-choice-best-hpc-programming-tool-or-technology/}}
3636

3737
EESSI is an initiative built on the foundations of the EasyBuild community, which is used by well over 100 HPC sites worldwide
3838
(incl. JSC, CSCS, the Digital Research Alliance of Canada, LUMI, \ldots), and goes one step further by providing a
@@ -65,7 +65,7 @@ \subsection*{Overview and Goals}
6565
project consists of 3 layers, which are constructed by leveraging various open source software projects:
6666
% the filesystem layer to distribute the software stack; the compatibility layer to level the ground across different client operating systems; the software layer to run optimized applications and provided their dependencies.
6767
\begin{itemize}
68-
\item The filesystem layer uses CernVM-FS to distribute the EESSI software stack to client systems
68+
\item The filesystem layer uses CernVM-FS to distribute the EESSI software stack to client systems.
6969
\item The compatibility layer levels the ground across the various versions of the Linux operating system
7070
of the clients so that they can use the software installations provided by EESSI. It consists of a limited set of libraries
7171
and tools that are installed in a non-standard filesystem location (a "prefix"), which were built from source for

isc25/EESSI/handson.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
The guided examples will happen mostly in the proximity of a coffee break allowing the attendees to continue
1313
a bit during the coffee break should they want to and ensuring the maximum benefit from the tutorial.
1414

15-
The tutorial is based on previous tutorials archived at
16-
\url{https://github.com/EESSI/docs/tree/main/talks/20231205-Introduction-to-EESSI-CASTIEL2} ($\sim130$ live attendees) and
17-
\url{https://github.com/EESSI/docs/tree/main/talks/20231204-Best-Practices-for-CernVM-FS-in-HPC} ($\sim60$ live attendees).
15+
The tutorial is based on previous tutorials
16+
\href{https://raw.githubusercontent.com/eessi/docs/main/talks/20231205-Introduction-to-EESSI-CASTIEL2/20231205-Introduction-to-EESSI-CASTIEL2.pdf}{An introduction to EESSI} ($\sim60$ live attendees, see \href{https://www.youtube.com/watch?v=KAYI9oKFLxA}{YouTube for recording}) and
17+
\href{https://raw.githubusercontent.com/multixscale/cvmfs-tutorial-hpc-best-practices/main/files/Best-Practices-for-CernVM-FS-in-HPC-20231204.pdf}{Best Practices for CernVM-FS in HPC} ($\sim130$ live attendees, see \href{https://www.youtube.com/watch?v=L0Mmy7NBXDU}{YouTube for recording}),
1818
but will be updated with new developments in EESSI and the CernVM-FS infrastructure.
1919
This tutorial will also be made available on that site, and a tutorial website will be created and referring to the EESSI documentation on
2020
\url{https://www.eessi.io/docs} (similar to \url{https://tutorial.easybuild.io/}).

0 commit comments

Comments
 (0)