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: isc25/EESSI/description.tex
+11-21Lines changed: 11 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
\subsection*{Overview and Goals}
10
10
11
11
Application developers, HPC sites, and end users %around the world
12
-
spend significant amounts of time on optimised software installations.
12
+
spend significant amounts of time on optimising software installations.
13
13
Much of this effort is repeatedly duplicated, not just \emph{between}
14
14
individuals but also by the individuals themselves as they reinstall
15
15
the software they need for all of the computational platforms they have access to.
@@ -26,27 +26,17 @@ \subsection*{Overview and Goals}
26
26
% Hence, an EESSI tutorial is very relevant to ISC'25 attendees as this tool helps relieve these burdens and fosters
27
27
% collaboration.
28
28
29
-
The \textbf{European Environment for Scientific Software Installations
30
-
(EESSI)}\footnote{\href{https://eessi.io}{https://eessi.io}} project is a collaborative project
31
-
between different partners in the HPC community supported by the MultiXscale EuroHPC Centre of Excellence to build a
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}}
31
+
project is a collaborative project
32
+
between different partners in the HPC community (and supported by the MultiXscale EuroHPC Centre of Excellence) to build a
32
33
common stack of optimised scientific software installations for everything from laptops to big HPC systems and cloud
33
-
infrastructures. The project uses EasyBuild to install software on top of a compatibility layer, and uses CernVM-FS to
34
+
infrastructures. The project uses EasyBuild to install software on top of a compatibility layer, and leverages CernVM-FS to
34
35
distribute the software installations to client systems.
35
36
36
-
EasyBuild is used by well over 100 HPC sites worldwide (incl. JSC, CSCS, the Digital Research Alliance of Canada, LUMI,
37
-
\ldots),
38
-
has over 125 unique contributors on a yearly basis,
39
-
and an active Slack channel with over 950 members.
40
-
It has reached a critical mass with a welcoming and active community guaranteeing continued development and support, and
41
-
a growing user community.
42
-
%It has reached critical mass, a point where a large user base means more features and software being added regularly, with an accelerated adoption rate, and a welcoming and engaging community.
43
-
%Attendance at the yearly EasyBuild User Meetings has been growing steadily, with close to 100 attendees at the 7th (virtual) edition in Jan'22.
44
-
%As such, we strongly believe that EasyBuild, and the community behind it, will have a positive impact on the attendees' work.
45
-
% The tutorial content is designed to help with getting started quickly and benefit from EasyBuild right after the conference.
46
-
%The tutorial content will be designed to help the attendees getting started with the tool, so they can immediately benefit from it after the conference.
47
-
48
-
EESSI is an initiative built on the foundations of the EasyBuild community, and goes one step further by providing a
49
-
truly uniform software stack. It already has a wide spectrum of collaborators despite being a relatively young project. EESSI won the HPCwire Readers’ Choice Awards 2024 as Best HPC Programming Tool or Technology. \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/}}
37
+
EESSI is an initiative built on the foundations of the EasyBuild community, which is used by well over 100 HPC sites worldwide
38
+
(incl. JSC, CSCS, the Digital Research Alliance of Canada, LUMI, \ldots), and goes one step further by providing a
39
+
truly uniform software stack. It already has a wide spectrum of collaborators despite being a relatively young project.
50
40
51
41
EESSI is motivated by the observation that the landscape of computational science is changing in various ways.
52
42
Additional families of general-purpose microprocessors including Arm 64-bit (aarch64) and RISC-V on top of th
@@ -76,8 +66,8 @@ \subsection*{Overview and Goals}
76
66
% 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.
77
67
\begin{itemize}
78
68
\item The filesystem layer uses CernVM-FS to distribute the EESSI software stack to client systems
79
-
\item The compatibility layer levels the ground across different (versions of) the Linux operating system (OS)
80
-
of client systems that use the software installations provided by EESSI. It consists of a limited set of libraries
69
+
\item The compatibility layer levels the ground across the various versions of the Linux operating system
70
+
of the clients so that they can use the software installations provided by EESSI. It consists of a limited set of libraries
81
71
and tools that are installed in a non-standard filesystem location (a "prefix"), which were built from source for
82
72
the supported CPU families using Gentoo Prefix.
83
73
\item The user-facing layer of EESSI is called the software layer, which contains the actual scientific software applications
0 commit comments