forked from sphexa-org/sphexa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
65 lines (65 loc) · 2.91 KB
/
Copy pathCITATION.cff
File metadata and controls
65 lines (65 loc) · 2.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
cff-version: 1.2.0
title: "SPH-EXA"
license: "MIT"
type: software
abstract: "SPH-EXA is a C++20 simulation code for hydrodynamics simulations (with gravity and other physics), parallelized with MPI, OpenMP, CUDA, and HIP. SPH-EXA is built with high performance, scalability, portability, and resilience in mind. Its SPH implementation is based on SPHYNX, ChaNGa, and SPH-flow, three SPH codes selected in the PASC SPH-EXA project to act as parent and reference codes to SPH-EXA. The performance of standard codes is negatively impacted by factors such as imbalanced multi-scale physics, individual time-stepping, halos exchange, and long-range forces. Therefore, the goal is to extrapolate common basic SPH features, and consolidate them in a fully optimized, Exascale-ready, MPI+X, SPH code: SPH-EXA."
message: "If you use this software, please cite it as below."
authors:
- given-names: "Ruben"
family-names: "Cabezon"
affiliation: "University of Basel"
orcid: "https://orcid.org/0000-0003-3546-3964"
- given-names: "Aurelien"
family-names: "Cavelan"
orcid: "https://orcid.org/0000-0002-1784-0730"
- given-names: "Florina M."
family-names: "Ciorba"
affiliation: "University of Basel"
orcid: "https://orcid.org/0000-0002-2773-4499"
- given-names: "Jonathan"
family-names: "Coles"
affiliation: "CSCS - Swiss National Supercomputing Centre"
orcid: "https://orcid.org/0000-0003-4526-5021"
- given-names: "Jose"
family-names: "Escartin"
- given-names: "Jean M."
family-names: "Favre"
affiliation: "CSCS - Swiss National Supercomputing Centre"
orcid: "https://orcid.org/0000-0001-8038-593X"
- given-names: "Sebastian"
family-names: "Keller"
affiliation: "CSCS - Swiss National Supercomputing Centre"
orcid: "https://orcid.org/0000-0003-3540-1405"
- given-names: "Noah"
family-names: "Kubli"
affiliation: "University of Zürich"
orcid: "https://orcid.org/0009-0004-4569-6782"
- given-names: "Lucio"
family-names: "Mayer"
affiliation: "University of Zürich"
orcid: "https://orcid.org/0000-0002-7078-2074"
- given-names: "Jean-Guillaume"
family-names: "Piccinali"
affiliation: "CSCS - Swiss National Supercomputing Centre"
orcid: "https://orcid.org/0000-0002-2549-9587"
- given-names: "Tom"
family-names: "Quinn"
- given-names: "Darren"
family-names: "Reed"
- given-names: "Lukas"
family-names: "Schmidt"
affiliation: "University of Basel"
orcid: "https://orcid.org/0009-0006-4516-350X"
- given-names: "Osman Seckin"
family-names: "Simsek"
affiliation: "University of Basel"
orcid: "https://orcid.org/0000-0002-2719-9174"
- given-names: "Felix"
family-names: "Thaler"
affiliation: "CSCS - Swiss National Supercomputing Centre"
orcid: "https://orcid.org/0000-0001-6675-4268"
- given-names: "Yiqing"
family-names: "Zhu"
keywords:
- smoothed particle hydrodynamics
- high-performance computing