generated from numpex/deliverable.template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
113 additions
and
8 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
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,3 +1,3 @@ | ||
\input{software/scimba/WP2/WP2.tex} | ||
\input{software/feelpp/WP2/WP2.tex} | ||
\input{software/freefempp/WP2/WP2.tex} | ||
\input{software/scimba/WP2/WP2.tex} |
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,6 +1,6 @@ | ||
\input{software/feelpp/WP3/WP3.tex} | ||
\input{software/freefempp/WP3/WP3.tex} | ||
\input{software/hawen/WP3/WP3.tex} | ||
\input{software/hpddm/WP3/WP3.tex} | ||
\input{software/hawen/WP3/WP3.tex} | ||
\input{software/mahyco/WP3/WP3.tex} | ||
\input{software/maphyspp/WP3/WP3.tex} |
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,3 +1,3 @@ | ||
\input{software/feelpp/WP5/WP5.tex} | ||
\input{software/pbb/WP5/WP5.tex} | ||
\input{software/zellij/WP5/WP5.tex} | ||
\input{software/pbb/WP5/WP5.tex} |
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 |
---|---|---|
|
@@ -45,6 +45,13 @@ | |
"architecture": "CPU", | ||
"repository": "https://gitlab.com/ffaucher/hawen" | ||
}, | ||
{ | ||
"categories": ["WP1"], | ||
"name": "Samourai", | ||
"email": "[email protected]", | ||
"architecture": "CPU", | ||
"repository": "https://github.com/hpc-maths/samurai" | ||
}, | ||
{ | ||
"categories": ["WP3"], | ||
"name": "HPDDM", | ||
|
@@ -156,6 +163,8 @@ | |
software_index.write('\clearpage\n\chapter{Software}\n') | ||
software_index.write('\label{sec:software}\n') | ||
software_index.write('This chapter presents the software developed within Exa-MA. Each software is described in a dedicated section, with a focus on the features and the general mathematics, the main functionalities, the relevant publications and acknowledgments, and the contact persons.\n') | ||
# sort software_list with respect to name in lexical order | ||
software_list = sorted(software_list, key=lambda x: x['name']) | ||
for software in software_list: | ||
desc = template_desc.render(software=software) | ||
name = software['name'] | ||
|
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
%!TEX root = ../exa-ma-d7.1.tex | ||
|
||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
%%% Guidelines | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
|
||
|
||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
\section{Software: Samourai} | ||
\label{sec:WP1:Samourai:software} | ||
|
||
\begin{itemize} | ||
\item \textbf{Contact Email(s):} [email protected] | ||
\item \textbf{Supported Architecture(s):} CPU | ||
\item \textbf{Repository Link:} \href{https://github.com/hpc-maths/samurai}{https://github.com/hpc-maths/samurai} | ||
\end{itemize} | ||
|
||
\subsection{Software Overview} | ||
\label{sec:WP1:Samourai:summary} | ||
|
||
Provide a brief overview of the software with respect to WP1. | ||
|
||
\subsection{Parallel Capabilities} | ||
\label{sec:WP1:Samourai:performances} | ||
|
||
|
||
\begin{itemize} | ||
\item describe the parallel programming environment : MPI, OpenMP, CUDA, OpenACC, etc. | ||
\item describe the parallel computation environment: type of architecture and super computer used. | ||
\item describe the parallel capabilities of the software | ||
\item \textbf{Scalability:} Describe the general scalability properties of the software | ||
\item \textbf{Integration with Other Systems:} Describe how the software integrates with other numerical libraries and middleware in the Exa-MA framework. | ||
\end{itemize} | ||
|
||
\subsection{Initial Performance Metrics} | ||
\label{sec:WP1:Samourai:metrics} | ||
|
||
In this section, provide a summary of the initial performance metrics of the software with respect to WP1. | ||
You can list one or more benchmarks and their associated results, the challenges , bottlenecks and the expectations for future versions of the software. | ||
|
||
|
||
|
||
\subsubsection{Benchmark \#1} | ||
\begin{itemize} | ||
\item describe the benchmark | ||
\item \textbf{Benchmarking Tools Used:} Describe the tools used for parallel benchmarking and the metrics mesured | ||
\item \textbf{Results Summary:} Results summary not available. | ||
\item \textbf{Challenges Identified:} No challenges identified. | ||
\end{itemize} | ||
|
||
\subsection{12 months roadmap} | ||
\label{sec:WP1:Samourai:roadmap} | ||
|
||
Describe the planned improvements for the software in the context of WP1 and Exa-MA for the year to come that will be adressed in the next version of this deliverable. |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
\section{Software: Samourai} | ||
\label{sec:Samourai:software} | ||
|
||
|
||
|
||
\begin{itemize} | ||
\item \textbf{Contact Email(s):} [email protected] | ||
\item \textbf{Supported Architecture(s):} CPU | ||
\item \textbf{Repository Link:} \href{https://github.com/hpc-maths/samurai}{https://github.com/hpc-maths/samurai} | ||
\end{itemize} | ||
|
||
\subsection{Software summary} | ||
\label{sec:Samourai:summary} | ||
Detailed overview not available. | ||
|
||
|
||
|
||
\subsection{Purpose} | ||
\label{sec:Samourai:purpose} | ||
Purpose not available. | ||
|
||
|
||
|
||
\subsection{Mathematics} | ||
\label{sec:Samourai:mathematics} | ||
Mathematics not available. | ||
|
||
|
||
\subsection{Relevant Publications} | ||
\label{sec:Samourai:publications} | ||
|
||
\subsection{Acknowledgements} | ||
\label{sec::Samourai:acknowledgements} | ||
|
||
Acknowledgements not available. | ||
|
||
|