Skip to content

Commit

Permalink
Added citation and link to paper at Springer
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcs committed Jun 29, 2021
1 parent 933922c commit a04861a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _posts/2021-06-28-ISC21-Hans-Meuer-Award.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ author: Simon McIntosh-Smith

We are delighted and proud to have been awarded the Hans Meuer award at ISC 2021. The Hans Meuer Award honors the most outstanding research paper submitted to the conference’s Research Papers Committee. The award was introduced in memory of the late Dr. Hans Meuer, general chair of the ISC conference from 1986 through 2014, and co-founder of the TOP500 project.

The award is for the paper "A Performance Analysis of Modern Parallel Programming Models Using a Compute-Bound Application", authored by Andrei Poenaru, Wei-Chen Lin and Simon McIntosh-Smith, all from the University of Bristol's HPC Research Group. You can view the [slides]({{site.url}}/assets/ISC-2021-miniBUDE-slides.pdf) from the talk and the [paper]({{site.url}}/assets/ISC-Bristol-Hans-Meueur-award-2021.pdf) here. A [short interview with the authors](https://youtu.be/npAT-6LjFas) is available on YouTube, while the [full talk](https://app.swapcard.com/event/isc-high-performance-2021-digital/planning/UGxhbm5pbmdfNDQ0NzAz), presented by the lead author, Andrei Poenaru, is available via the ISC website (registration may be required).
The award is for the paper "A Performance Analysis of Modern Parallel Programming Models Using a Compute-Bound Application", authored by Andrei Poenaru, Wei-Chen Lin and Simon McIntosh-Smith, all from the University of Bristol's HPC Research Group. You can view the [slides]({{site.url}}/assets/ISC-2021-miniBUDE-slides.pdf) from the talk and the paper in either [local]({{site.url}}/assets/ISC-Bristol-Hans-Meueur-award-2021.pdf) or [remote](https://link.springer.com/chapter/10.1007/978-3-030-78713-4_18) form. A [short interview with the authors](https://youtu.be/npAT-6LjFas) is available on YouTube, while the [full talk](https://app.swapcard.com/event/isc-high-performance-2021-digital/planning/UGxhbm5pbmdfNDQ0NzAz), presented by the lead author, Andrei Poenaru, is available via the ISC website (registration may be required).

The paper investigates the efficacy of various parallel programming languages for a compute-intensive molecular docking code. We explored OpenMP, SYCL, Kokkos, and a range of low-level languages, across a diverse range of HPC CPUs and GPUs. Results showed that it's possible to write highly performance portable compute bound codes, though there is still room for improvement in the performance that cross-platform standards can achieve, relative to low-level or proprietary approaches.

To cite this paper, please use:

Andrei Poenaru, Wei-Chen Lin and Simon McIntosh-Smith, "A Performance Analysis of Modern Parallel Programming Models Using a Compute-Bound Application". In International Conference on High Performance Computing, LNCS volume 12728, (pp. 332-350). Springer, Cham., June 2021.


Performance portability is a major research theme for the Bristol group. To find our other performance portability related paper, we recommend [Google Scholar](https://scholar.google.co.uk/scholar?hl=en&as_sdt=0%2C5&q=McIntosh-Smith+%22performance+portability%22&btnG=).

Simon McIntosh-Smith, Professor of High Performance Computing, Head of the HPC Research Group, University of Bristol. Follow @simonmcs on Twitter for more news from the HPC research group in Bristol.
Expand Down

0 comments on commit a04861a

Please sign in to comment.