Skip to content

Commit f1d346f

Browse files
committed
Work around some Xranklin bugs
1 parent 12b4e64 commit f1d346f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

resources/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ comprehensive as possible.
1616
Workshops about performance engineering, GPU programming and general use of Julia in HPC:
1717

1818
### 2022
19+
1920
* [Julia for HPC](https://sc22.supercomputing.org/presentation/?id=bof136&sess=sess309)
2021
Birds of a Feather session at SuperComputing22 (SC22)
2122
([material](https://github.com/JuliaParallel/julia-hpc-bof-sc22)), by William F. Godoy,
@@ -32,6 +33,7 @@ Workshops about performance engineering, GPU programming and general use of Juli
3233
Räss. July 26th, 2022.
3334

3435
### 2021
36+
3537
* [GPU Programming with Julia @ CSCS/ETH Zurich](https://github.com/omlins/julia-gpu-course)
3638
([video recording](https://youtu.be/LmM2QmYw_NM)), by Tim Besard, Samuel Omlin. November
3739
2nd-5th, 2021.
@@ -41,6 +43,7 @@ Workshops about performance engineering, GPU programming and general use of Juli
4143
by Carsten Bauer. March 2nd-4th, 2021. ([second edition](https://github.com/carstenbauer/JuliaNRWSS21), June 22th-24th)
4244

4345
### 2020 and older
46+
4447
* [Julia Workshop @ University of Oulu](https://github.com/carstenbauer/JuliaOulu20),
4548
by Carsten Bauer. February 11th-13th, 2020.
4649
* [Julia performance
@@ -64,6 +67,7 @@ Workshops about performance engineering, GPU programming and general use of Juli
6467
Some of the papers using Julia in HPC, including the JuliaParallel software stack:
6568

6669
### 2022
70+
6771
* V. Churavy, W. F Godoy, C. Bauer, H. Ranocha, M. Schlottke-Lakemper, L. Räss, J. Blaschke,
6872
M. Giordano, E. Schnetter, S. Omlin, J. S. Vetter, and A. Edelman, **Bridging HPC
6973
Communities through the Julia Programming Language**,
@@ -73,8 +77,11 @@ Some of the papers using Julia in HPC, including the JuliaParallel software stac
7377
on Cluster Computing (CLUSTER), 2022, pp. 549-555,
7478
[doi:10.1109/CLUSTER51413.2022.00072](https://doi.org/10.1109/CLUSTER51413.2022.00072),
7579
[arXiv:2207.12762](https://arxiv.org/abs/2207.12762).
80+
<!-- For some reason Xranklin seems to duplicate the character after the last `)` if it's
81+
only one, so we put something else to work around this bug. -->
7682

7783
### 2021
84+
7885
* H. Shang et al., (2022). **Large-Scale Simulation of Quantum Computational Chemistry on a
7986
New Sunway Supercomputer**. [arXiv:2207.03711](https://arxiv.org/abs/2207.03711).
8087
* W. C. Lin and S. McIntosh-Smith, **Comparing Julia to Performance Portable Parallel
@@ -87,8 +94,11 @@ Some of the papers using Julia in HPC, including the JuliaParallel software stac
8794
* S. Byrne, L. C. Wilcox and V. Churavy, (2021). **MPI.jl: Julia bindings for the Message
8895
Passing Interface**. JuliaCon Proceedings, 1(1), 68,
8996
[doi:10.21105/jcon.00068](https://doi.org/10.21105/jcon.00068).
97+
<!-- For some reason Xranklin seems to duplicate the character after the last `)` if it's
98+
only one, so we put something else to work around this bug. -->
9099

91100
### 2020 and older
101+
92102
* C. Bauer, Y. Schattner, S. Trebst, and E Berg, **Hierarchy of energy scales in an O(3)
93103
symmetric antiferromagnetic quantum critical metal: a Monte Carlo
94104
study**, 2020, Phys. Rev. Research 2,

0 commit comments

Comments
 (0)