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.
Merge pull request #18 from numpex/17-update-benchmark-methodology
update benchmark methodology
- Loading branch information
Showing
59 changed files
with
3,525 additions
and
780 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,13 +1,73 @@ | ||
cff-version: 1.2.0 | ||
message: If you use this software, please cite it as below. | ||
authors: | ||
- family-names: Alliez | ||
given-names: Pierre | ||
affiliation: "INRIA" | ||
email: [email protected] | ||
- family-names: Chabannes | ||
given-names: Vincent | ||
affiliation: "University of Strasbourg" | ||
email: [email protected] | ||
- family-names: Faucher | ||
given-names: Florian | ||
affiliation: "INRIA" | ||
email: [email protected] | ||
- family-names: Franck | ||
given-names: Emmanuel | ||
affiliation: "INRIA" | ||
email: [email protected] | ||
- family-names: Georgiadis | ||
given-names: Christos | ||
affiliation: "INRIA" | ||
email: [email protected] | ||
- family-names: Gouarin | ||
given-names: Loic | ||
affiliation: "École Polytechnique" | ||
email: [email protected] | ||
- family-names: Hecht | ||
given-names: Frederic | ||
affiliation: "Sorbonne Université" | ||
email: [email protected] | ||
- family-names: Jamond | ||
given-names: Olivier | ||
affiliation: "CEA" | ||
email: [email protected] | ||
- family-names: Jolivet | ||
given-names: Pierre | ||
affiliation: "Sorbonne Université" | ||
email: [email protected] | ||
- family-names: Jolivet | ||
given-names: Pierre | ||
affiliation: "CNRS" | ||
email: [email protected] | ||
- family-names: Marait | ||
given-names: Gilles | ||
affiliation: "INRIA" | ||
email: [email protected] | ||
- family-names: Melab | ||
given-names: Nouredine | ||
affiliation: "University of Lille" | ||
email: [email protected] | ||
- family-names: Perlat | ||
given-names: Jean-Philippe | ||
affiliation: "CEA" | ||
email: [email protected] | ||
- family-names: Prud'homme | ||
given-names: Christophe | ||
orcid: 'https://orcid.org/0000-0003-2287-2961' | ||
affiliation: "University of Strasbourg" | ||
email: [email protected] | ||
- family-names: Talbi | ||
given-names: El-Ghazali | ||
affiliation: "University of Lille" | ||
email: [email protected] | ||
- family-names: Tournier | ||
given-names: Pierre-Henri | ||
affiliation: "Sorbonne Université" | ||
email: [email protected] | ||
title: "numpex/exa-ma-d7.1 - Benchmarking Analysis Report" | ||
version: 0.0.1 | ||
version: 0.0.6 | ||
abstract: > | ||
This repository contains the deliverable D7.1 for the Benchmarking Analysis Report | ||
of the Exa-MA project. | ||
|
@@ -16,7 +76,7 @@ keywords: | |
- Exascale | ||
- Benchmarking | ||
license: CC-BY-4.0 | ||
date-released: 2024-08-19 | ||
date-released: 2024-09-27 | ||
url: "https://github.com/numpex/exa-ma-d7.1" | ||
references: | ||
- type: grant | ||
|
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,4 +1,8 @@ | ||
\def\todo#1{{\color{numpexred}\textbf{TODO:} ``#1''}} | ||
\def\hyperride{Exa-MA} | ||
\def\exama{Exa-MA} | ||
\def\numpex{NumPEx} | ||
\def\exama{\ac{exama}\xspace} | ||
\def\exasoft{\textsc{Exa-Soft}\xspace} | ||
\def\exadost{\textsc{Exa-Dost}\xspace} | ||
\def\exaatow{\textsc{Exa-Atow}\xspace} | ||
\def\exadi{\textsc{Exa-DI}\xspace} | ||
\def\numpex{NumPEx} |
Oops, something went wrong.