Skip to content
Snippets Groups Projects
Commit 5492158f authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Merge branch 'master' of gitlab.cosma.dur.ac.uk:swift/SWIFTweb

parents e0dbc2e4 3fcacf13
Branches
No related tags found
No related merge requests found
...@@ -3,23 +3,28 @@ cards: ...@@ -3,23 +3,28 @@ cards:
date: "15 Sep 2013" date: "15 Sep 2013"
img: "matth.png" img: "matth.png"
link: "https://arxiv.org/abs/1309.3783" link: "https://arxiv.org/abs/1309.3783"
journal: "Proceedinds of the 8th SPHERIC workshop"
- title: "Efficient and Scalable Algorithms for Smoothed Particle Hydrodynamics on Hybrid Shared/Distributed-Memory Architectures" - title: "Efficient and Scalable Algorithms for Smoothed Particle Hydrodynamics on Hybrid Shared/Distributed-Memory Architectures"
date: "8 Apr 2014" date: "8 Apr 2014"
img: "pedro.png" img: "pedro.png"
link: "https://arxiv.org/abs/1404.2303" link: "https://arxiv.org/abs/1404.2303"
journal: "SIAM Journal on Scientific Computing"
- title: "SWIFT: task-based hydrodynamics and gravity for cosmological simulations" - title: "SWIFT: task-based hydrodynamics and gravity for cosmological simulations"
date: "1 Aug 2015" date: "1 Aug 2015"
img: "tom_paper.jpg" img: "tom_paper.jpg"
link: "https://arxiv.org/abs/1508.00115" link: "https://arxiv.org/abs/1508.00115"
journal: "Proceedings of the EASC15 conference"
- title: "QuickSched: Task-based parallelism with dependencies and conflicts" - title: "QuickSched: Task-based parallelism with dependencies and conflicts"
date: "20 Jan 2016" date: "20 Jan 2016"
img: "TaskConflicts.jpg" img: "TaskConflicts.jpg"
link: "https://arxiv.org/abs/1601.05384" link: "https://arxiv.org/abs/1601.05384"
journal: "Submitted to PeerJ Computer Science"
- title: "SWIFT: Using task-based parallelism, fully asynchronous communication, and graph partition-based domain decomposition for strong scaling on more than 100,000 cores" - title: "SWIFT: Using task-based parallelism, fully asynchronous communication, and graph partition-based domain decomposition for strong scaling on more than 100,000 cores"
date: "8 Jun 2016" date: "8 Jun 2016"
img: "domains.png" img: "domains.png"
link: "https://arxiv.org/abs/1606.02738" link: "https://arxiv.org/abs/1606.02738"
\ No newline at end of file journal: "Proceedings of the PASC16 conference"
...@@ -18,8 +18,9 @@ ...@@ -18,8 +18,9 @@
</div> </div>
{% endif %} {% endif %}
<div class="card-text"> <div class="card-text">
<h3>{{ card.title }}</h3> <h3>{{ card.title }}</h2>
<p>{{ card.date }}</p> <b><h3>{{ card.journal }}</h3></b>
<p>{{ card.date }}</p>
</div> </div>
</a> </a>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment