diff --git a/data/pubs.yaml b/data/pubs.yaml index 6bd1048d5d46e956da8bed7db04ed13bbf41be43..de95355a163c3c5dd8c5986c4fac63025cbbb473 100644 --- a/data/pubs.yaml +++ b/data/pubs.yaml @@ -28,3 +28,9 @@ cards: img: "domains.png" link: "https://arxiv.org/abs/1606.02738" journal: "Proceedings of the PASC16 conference" + + - title: "An Efficient SIMD Implementation of Pseudo-Verlet Lists for Neighbour Interactions in Particle-Based Codes" + date: " Apr 2018" + img: "james_paper.png" + link: "https://arxiv.org/abs/1804.06231" + journal: "Advances in Parallel Computing, Volume 32" diff --git a/data/talks.yaml b/data/talks.yaml index 6584ce361e20fffb8585a2b0ab4ef470cb89ad81..2d110c9830e895e9f3082457f6a20f941b4f4264 100644 --- a/data/talks.yaml +++ b/data/talks.yaml @@ -87,9 +87,17 @@ cards: date: November 2017 title: "Task-based Calculation + Task-based MPI + Task-based I/O = Maximal Performance" author: Matthieu Schaller + abstract: "Traditional large HPC simulation codes rely on MPI or + MPI plus OpenMP for their parallelization over clusters of more + than 100,000 cores. This approach of task-based parallelism + strategy is used in SPH With Interdependent Fine-Grained Tasking, + or SWIFT. This open-source cosmological code makes use of + vectorization, dynamic scheduling, task-based I/O, and more." links: - href: "HPC_DevCon_2017.pdf" name: Slides + - href: "https://software.intel.com/en-us/events/hpc-devcon/2017/parallel-programming?multiplayer=5646499531001" + name: Talk Movie - meeting: ParCo Conference 2017 location: Bologna, Italy @@ -100,6 +108,8 @@ cards: links: - href: "ParCo_2017_Bologna_Talk.pdf" name: Slides + - href: "https://arxiv.org/abs/1804.06231" + name: Paper - meeting: UK National Astronomy Meeting location: Hull, UK diff --git a/publications/james_paper.png b/publications/james_paper.png new file mode 100644 index 0000000000000000000000000000000000000000..1a763704562e07f788944270d4415b5b02a1cf38 Binary files /dev/null and b/publications/james_paper.png differ