Skip to content

Commit

Permalink
add samourai to the ToC #7
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Sep 4, 2024
1 parent 807675c commit fcbd496
Show file tree
Hide file tree
Showing 9 changed files with 113 additions and 8 deletions.
1 change: 1 addition & 0 deletions chapters/WP1/00-index.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
\input{software/freefempp/WP1/WP1.tex}
\input{software/hawen/WP1/WP1.tex}
\input{software/mmg-parmmg/WP1/WP1.tex}
\input{software/samourai/WP1/WP1.tex}
2 changes: 1 addition & 1 deletion chapters/WP2/00-index.tex
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}
2 changes: 1 addition & 1 deletion chapters/WP3/00-index.tex
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}
2 changes: 1 addition & 1 deletion chapters/WP5/00-index.tex
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}
11 changes: 6 additions & 5 deletions chapters/software.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ \chapter{Software}
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.
\input{software/arcane-framework/arcane-framework.tex}
\input{software/cgal/cgal.tex}
\input{software/scimba/scimba.tex}
\input{software/feelpp/feelpp.tex}
\input{software/freefempp/freefempp.tex}
\input{software/hawen/hawen.tex}
\input{software/hpddm/hpddm.tex}
\input{software/mahyco/mahyco.tex}
\input{software/hawen/hawen.tex}
\input{software/manta/manta.tex}
\input{software/maphyspp/maphyspp.tex}
\input{software/mmg-parmmg/mmg-parmmg.tex}
\input{software/pbb/pbb.tex}
\input{software/mahyco/mahyco.tex}
\input{software/maphyspp/maphyspp.tex}
\input{software/samourai/samourai.tex}
\input{software/scimba/scimba.tex}
\input{software/trust-platform/trust-platform.tex}
\input{software/uranie/uranie.tex}
\input{software/zellij/zellij.tex}
\input{software/pbb/pbb.tex}
9 changes: 9 additions & 0 deletions gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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']
Expand Down
11 changes: 11 additions & 0 deletions sections/benchmarking.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
%!TEX root = ../exa-ma-d7.1.tex

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Guidelines
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%






46 changes: 46 additions & 0 deletions software/samourai/WP1/WP1.tex
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.
37 changes: 37 additions & 0 deletions software/samourai/samourai.tex
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.


0 comments on commit fcbd496

Please sign in to comment.