Skip to content

Commit d135001

Browse files
committed
Separate entries by year and make DOI+arXiv human-readable
1 parent a996f8b commit d135001

File tree

1 file changed

+41
-25
lines changed

1 file changed

+41
-25
lines changed

resources/index.md

Lines changed: 41 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and how to get in touch with the community.
1111

1212
Workshops about performance engineering, GPU programming and general use of Julia in HPC:
1313

14+
### 2022
1415
* [Julia for HPC](https://sc22.supercomputing.org/presentation/?id=bof136&sess=sess309)
1516
Birds of a Feather session at SuperComputing22 (SC22)
1617
([material](https://github.com/JuliaParallel/julia-hpc-bof-sc22)), by William F. Godoy,
@@ -25,13 +26,17 @@ Workshops about performance engineering, GPU programming and general use of Juli
2526
by William F Godoy, Michael Schlottke-Lakemper, Carsten Bauer, Samuel Omlin, Simon Byrne, Tim Besard,
2627
Julian Samaroo, Albert Reuther, Johannes Blaschke, Ludovic
2728
Räss. July 26th, 2022.
29+
30+
### 2021
2831
* [GPU Programming with Julia @ CSCS/ETH Zurich](https://github.com/omlins/julia-gpu-course)
2932
([video recording](https://youtu.be/LmM2QmYw_NM)), by Tim Besard, Samuel Omlin. November
3033
2nd-5th, 2021.
3134
* [Advanced Workshop on Julia @ University of Cologne](https://github.com/carstenbauer/JuliaCologne21),
3235
by Carsten Bauer. March 15th-17th, 2021.
3336
* [Julia Workshop @ HPC.NRW](https://github.com/carstenbauer/JuliaNRW21),
3437
by Carsten Bauer. March 2nd-4th, 2021. ([second edition](https://github.com/carstenbauer/JuliaNRWSS21), June 22th-24th)
38+
39+
### 2020 and older
3540
* [Julia Workshop @ University of Oulu](https://github.com/carstenbauer/JuliaOulu20),
3641
by Carsten Bauer. February 11th-13th, 2020.
3742
* [Julia performance
@@ -54,36 +59,47 @@ Workshops about performance engineering, GPU programming and general use of Juli
5459

5560
Some of the papers using Julia in HPC, including the JuliaParallel software stack:
5661

62+
### 2022
5763
* V. Churavy, W. F Godoy, C. Bauer, H. Ranocha, M. Schlottke-Lakemper, L. Räss, J. Blaschke,
58-
M. Giordano, E. Schnetter, S. Omlin, J. S. Vetter, and A. Edelman, _[Bridging HPC
59-
Communities through the Julia Programming Language](https://arxiv.org/abs/2211.02740)_,
60-
2022, arXiv:2211.02740.
61-
* M. Giordano, M. Klöwer and V. Churavy, _[Productivity meets Performance: Julia on
62-
A64FX](https://doi.org/10.1109/CLUSTER51413.2022.00072)_, 2022 IEEE International Conference
64+
M. Giordano, E. Schnetter, S. Omlin, J. S. Vetter, and A. Edelman, **Bridging HPC
65+
Communities through the Julia Programming Language**,
66+
2022, [arXiv:2211.02740](https://arxiv.org/abs/2211.02740).
67+
* M. Giordano, M. Klöwer and V. Churavy, **Productivity meets Performance: Julia on
68+
A64FX**, 2022 IEEE International Conference
6369
on Cluster Computing (CLUSTER), 2022, pp. 549-555,
64-
(pre-print: [arXiv:2207.12762](https://arxiv.org/abs/2207.12762)).
65-
* H. Shang et al., (2022). _[Large-Scale Simulation of Quantum Computational Chemistry on a
66-
New Sunway Supercomputer](https://arxiv.org/abs/2207.03711)_. arXiv:2207.03711.
67-
* W. C. Lin and S. McIntosh-Smith, _[Comparing Julia to Performance Portable Parallel
68-
Programming Models for HPC](https://doi.org/10.1109/PMBS54543.2021.00016)_, 2021
70+
[doi:10.1109/CLUSTER51413.2022.00072](https://doi.org/10.1109/CLUSTER51413.2022.00072),
71+
[arXiv:2207.12762](https://arxiv.org/abs/2207.12762).
72+
73+
### 2021
74+
* H. Shang et al., (2022). **Large-Scale Simulation of Quantum Computational Chemistry on a
75+
New Sunway Supercomputer**. [arXiv:2207.03711](https://arxiv.org/abs/2207.03711).
76+
* W. C. Lin and S. McIntosh-Smith, **Comparing Julia to Performance Portable Parallel
77+
Programming Models for HPC**, 2021
6978
International Workshop on Performance Modeling, Benchmarking and Simulation of High
70-
Performance Computer Systems (PMBS), 2021, pp. 94-105.
71-
* A. Rizvi, K. C. Hale, (2021). _[A Look at Communication-Intensive Performance in
72-
Julia](https://arxiv.org/abs/2109.14072)_. arXiv:2109.14072.
73-
* S. Byrne, L. C. Wilcox and V. Churavy, (2021). _[MPI.jl: Julia bindings for the Message
74-
Passing Interface](https://doi.org/10.21105/jcon.00068)_. JuliaCon Proceedings, 1(1), 68.
75-
* C. Bauer, Y. Schattner, S. Trebst, and E Berg, _[Hierarchy of energy scales in an O(3)
79+
Performance Computer Systems (PMBS), 2021, pp. 94-105,
80+
[doi:10.1109/PMBS54543.2021.00016](https://doi.org/10.1109/PMBS54543.2021.00016).
81+
* A. Rizvi, K. C. Hale, (2021). **A Look at Communication-Intensive Performance in
82+
Julia**. [arXiv:2109.14072](https://arxiv.org/abs/2109.14072).
83+
* S. Byrne, L. C. Wilcox and V. Churavy, (2021). **MPI.jl: Julia bindings for the Message
84+
Passing Interface**. JuliaCon Proceedings, 1(1), 68,
85+
[doi:10.21105/jcon.00068](https://doi.org/10.21105/jcon.00068).
86+
87+
### 2020 and older
88+
* C. Bauer, Y. Schattner, S. Trebst, and E Berg, **Hierarchy of energy scales in an O(3)
7689
symmetric antiferromagnetic quantum critical metal: a Monte Carlo
77-
study](https://doi.org/10.1103/PhysRevResearch.2.023008)_, 2020, Phys. Rev. Research 2,
78-
023008.
79-
* S. Hunold and S. Steiner, _[Benchmarking Julia’s Communication Performance: Is Julia HPC
80-
ready or Full HPC?](https://doi.org/10.1109/PMBS51919.2020.00008)_, 2020 IEEE/ACM
90+
study**, 2020, Phys. Rev. Research 2,
91+
023008,
92+
[doi:10.1103/PhysRevResearch.2.023008](https://doi.org/10.1103/PhysRevResearch.2.023008).
93+
* S. Hunold and S. Steiner, **Benchmarking Julia’s Communication Performance: Is Julia HPC
94+
ready or Full HPC?**, 2020 IEEE/ACM
8195
Performance Modeling, Benchmarking and Simulation of High Performance Computer Systems
82-
(PMBS), 2020, pp. 20-25.
83-
* J. Regier et al., _[Cataloging the visible universe through Bayesian inference in Julia at
84-
petascale](https://doi.org/10.1016/j.jpdc.2018.12.008)_, Journal of Parallel and
85-
Distributed Computing, Volume 127, 2019, Pages 89-104, (preprint:
86-
[arXiv:1801.10277](https://arxiv.org/abs/1801.10277)).
96+
(PMBS), 2020, pp. 20-25,
97+
[doi:10.1109/PMBS51919.2020.00008](https://doi.org/10.1109/PMBS51919.2020.00008).
98+
* J. Regier et al., **Cataloging the visible universe through Bayesian inference in Julia at
99+
petascale**, Journal of Parallel and
100+
Distributed Computing, Volume 127, 2019, Pages 89-104,
101+
[doi:10.1016/j.jpdc.2018.12.008](https://doi.org/10.1016/j.jpdc.2018.12.008),
102+
[arXiv:1801.10277](https://arxiv.org/abs/1801.10277).
87103
<!-- For some reason Xranklin seems to duplicate the character after the last `)` if it's
88104
only one, so we put something else to work around this bug. -->
89105

0 commit comments

Comments
 (0)