Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
354fe7ae
Commit
354fe7ae
authored
9 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Updated PASC paper with recommendation from Shepherd and author names.
parent
622ad2b6
No related branches found
No related tags found
2 merge requests
!147
Pasc paper
,
!146
Updated PASC paper with recommendation from Shepherd and author names.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
theory/paper_pasc/pasc_paper.tex
+27
-40
27 additions, 40 deletions
theory/paper_pasc/pasc_paper.tex
with
28 additions
and
40 deletions
.gitignore
+
1
−
0
View file @
354fe7ae
...
@@ -49,6 +49,7 @@ theory/latex/swift.pdf
...
@@ -49,6 +49,7 @@ theory/latex/swift.pdf
theory/kernel/kernels.pdf
theory/kernel/kernels.pdf
theory/kernel/kernel_derivatives.pdf
theory/kernel/kernel_derivatives.pdf
theory/kernel/kernel_definitions.pdf
theory/kernel/kernel_definitions.pdf
theory/paper_pasc/pasc_paper.pdf
m4/libtool.m4
m4/libtool.m4
m4/ltoptions.m4
m4/ltoptions.m4
...
...
This diff is collapsed.
Click to expand it.
theory/paper_pasc/pasc_paper.tex
+
27
−
40
View file @
354fe7ae
...
@@ -42,52 +42,36 @@
...
@@ -42,52 +42,36 @@
\title
{{
\ttlit
SWIFT
}
: Using task-based parallelism, fully asynchronous
\title
{{
\ttlit
SWIFT
}
: Using task-based parallelism, fully asynchronous
communication, and graph partition-based domain decomposition for
communication, and graph partition-based domain decomposition for
strong scaling on more than 100
\,
000 cores.
}
strong scaling on more than 100
\,
000 cores.
}
% \title{{\ttlit SWIFT}: A task-based hybrid-parallel strongly scalable code for
% particle-based cosmological simulations}
\numberofauthors
{
6
}
\numberofauthors
{
6
}
\author
{
\author
{
\alignauthor
\alignauthor
Main~Author
\\
Matthieu~Schaller
\\
\affaddr
{
Institute
}
\\
\affaddr
{
Institute for Computational Cosmology (ICC)
}
\\
\affaddr
{
Department
}
\\
\affaddr
{
Department of Physics
}
\\
\affaddr
{
University
}
\\
\affaddr
{
Durham University
}
\\
\affaddr
{
City Postal code, Country
}
\\
\affaddr
{
Durham DH1 3LE, UK
}
\\
\email
{
\footnotesize
\url
{
main.author@university.country
}}
\email
{
\footnotesize
\url
{
matthieu.schaller@durham.ac.uk
}}
% \alignauthor
\alignauthor
% Matthieu~Schaller\\
Pedro~Gonnet
\\
% \affaddr{Institute for Computational Cosmology (ICC)}\\
\affaddr
{
School of Engineering and Computing Sciences
}
\\
% \affaddr{Department of Physics}\\
\affaddr
{
Durham University
}
\\
% \affaddr{Durham University}\\
\affaddr
{
Durham DH1 3LE, UK
}
\\
% \affaddr{Durham DH1 3LE, UK}\\
\and
% \email{\footnotesize \url{matthieu.schaller@durham.ac.uk}}
\alignauthor
% \alignauthor
Aidan~B.~G.~Chalk
\\
% Pedro~Gonnet\\
\affaddr
{
School of Engineering and Computing Sciences
}
\\
% \affaddr{School of Engineering and Computing Sciences}\\
\affaddr
{
Durham University
}
\\
% \affaddr{Durham University}\\
\affaddr
{
Durham DH1 3LE, UK
}
\\
% \affaddr{Durham DH1 3LE, UK}\\
\alignauthor
% \alignauthor
Peter~W.~Draper
\\
% Aidan~B.~G.~Chalk\\
\affaddr
{
Institute for Computational Cosmology (ICC)
}
\\
% \affaddr{School of Engineering and Computing Sciences}\\
\affaddr
{
Department of Physics
}
\\
% \affaddr{Durham University}\\
\affaddr
{
Durham University
}
\\
% \affaddr{Durham DH1 3LE, UK}\\
\affaddr
{
Durham DH1 3LE, UK
}
\\
% \and
% \alignauthor
% Peter~W.~Draper\\
% \affaddr{Institute for Computational Cosmology (ICC)}\\
% \affaddr{Department of Physics}\\
% \affaddr{Durham University}\\
% \affaddr{Durham DH1 3LE, UK}\\
% %% \alignauthor
% %% Tom Theuns\\
% %% \affaddr{Institute for Computational Cosmology}\\
% %% \affaddr{Department of Physics}\\
% %% \affaddr{Durham University}\\
% %% \affaddr{Durham DH1 3LE, UK}
}
}
\date
{
\today
}
\date
{
\today
}
\maketitle
\maketitle
...
@@ -416,7 +400,10 @@ cores of a shared-memory machine \cite{ref:Gonnet2015}.
...
@@ -416,7 +400,10 @@ cores of a shared-memory machine \cite{ref:Gonnet2015}.
and purple. Although the data for the yellow cell resides on
and purple. Although the data for the yellow cell resides on
Node~2, it is required for some tasks on Node~1, and thus needs
Node~2, it is required for some tasks on Node~1, and thus needs
to be copied over during
to be copied over during
the computation using
{
\tt
send
}
/
{
\tt
recv
}
tasks (diamond-shaped).
}
the computation using
{
\tt
send
}
/
{
\tt
recv
}
tasks
(diamond-shaped).
\newline
Figure adapted from
\cite
{
ref:Gonnet2015
}
.
}
\label
{
tasks
}
\label
{
tasks
}
\end{figure}
\end{figure}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment