-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from EESSI/aoc
AOC updates for EESSI user tutorial
- Loading branch information
Showing
5 changed files
with
110 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,22 @@ | ||
\comment{sell it first, wouldn't life be easy if...} | ||
|
||
What if there was a way to avoid having to install a broad range of scientific software from scratch on every HPC cluster or cloud instance you use or maintain, without compromising on performance? | ||
What if there was a way to avoid having to install a broad range of scientific software from scratch on every HPC | ||
cluster or cloud instance you use or maintain, without compromising on performance? | ||
|
||
Installing scientific software for supercomputers is known to be a tedious and time-consuming task. Especially as the HPC user community becomes more diverse, computational science expands rapidly, the diversity of system architectures increases the application software stack continues to deepen. On the other hand, a growing interest in cloud computing for scientific computing can be observed. Delivering optimised software installations and providing access to these installations in a reliable, user-friendly way is a highly non-trivial task that affects application developers, HPC user support teams, and the users themselves. | ||
Installing scientific software for supercomputers is known to be a tedious and time-consuming task. Especially as the | ||
HPC user community becomes more diverse, computational science expands rapidly, the diversity of system architectures | ||
increases the application software stack continues to deepen. Simultaneaously, we see a surge in interest in cloud | ||
computing for scientific computing. Delivering optimised software installations and providing access to these | ||
installations in a reliable, user-friendly, and reproducible way is a highly non-trivial task that affects application | ||
developers, HPC user support teams, and the users themselves. | ||
|
||
This tutorial aims to address these challenges by providing the attendees with the knowledge to stream optimised scientific software. For this, the tutorial introduces European Environment for Scientific Software Instalations (\emph{EESSI}), a collaboration between various European HPC sites \& industry partners, with the common goal of creating a shared repository of scientific software installations that can be used on a variety of systems, regardless of which flavor/version of Linux distribution or processor architecture is used, or whether it’s a full size HPC cluster, a cloud environment or a personal workstation. | ||
This tutorial aims to address these challenges by providing the attendees with the knowledge to stream optimised | ||
scientific software. For this, the tutorial introduces European Environment for Scientific Software Instalations | ||
(\emph{EESSI}), a collaboration between various European HPC sites \& industry partners, with the common goal of | ||
creating a shared repository of scientific software installations that can be used on a variety of systems, regardless | ||
of which flavor/version of Linux distribution or processor architecture is used, or whether it’s a full size HPC | ||
cluster, a cloud environment or a personal workstation. | ||
|
||
We cover the usage of EESSI, different ways to accessing EESSI how to add software to EESSI, troubleshooting, performance evaluation and highlight some more advanced features. We will also show how to engage with the community and contribute to the project. | ||
We cover the usage of EESSI, different ways to accessing EESSI how to add software to EESSI, troubleshooting, | ||
performance evaluation and highlight some more advanced features. We will also show how to engage with the community | ||
and contribute to the project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
This tutorial is intended for | ||
\begin{itemize} | ||
\item system managers and administrators, responsible for the operational aspects of HPC systems and concerned about hardware optimised scientific software installations; | ||
\item user support teams who need to provide a consistent central software stack for end users, and want to do so in a reproducible way; | ||
\item end users who want to empower themselves to use a software stack they require without compromising on performance, on top of what is provided centrally by the HPC support team; | ||
\item end users who want to empower themselves to use a software stack they require without compromising on | ||
performance, on top of what is provided centrally by the HPC support team; | ||
\item system managers and administrators, responsible for the operational aspects of HPC systems and concerned about | ||
hardware optimised scientific software installations; | ||
\item user support teams who need to provide a consistent central software stack for end users, and want to do so in | ||
a reproducible way; | ||
\item cloud and CI users, that want to use a common stack of optimised scientific software installations; | ||
\item system manufacturers and integrators interested in state-of-the-art software installation tools, who want to leverage the collective expertise incorporated in EasyBuild. | ||
\item system manufacturers and integrators interested in state-of-the-art software installation tools, who want to | ||
leverage the collective expertise incorporated in EasyBuild. | ||
\end{itemize} |
Oops, something went wrong.