diff --git a/docs/juliacon_2023/juliacon_2023_presentation.html b/docs/juliacon_2023/juliacon_2023_presentation.html index 3ed980c93..0337c2289 100644 --- a/docs/juliacon_2023/juliacon_2023_presentation.html +++ b/docs/juliacon_2023/juliacon_2023_presentation.html @@ -371,7 +371,7 @@

Using MPI + HDF5

  • some limitations (e.g no datasets with variable-length strings).
  • -
    +

    Configuring HDF5 (in upcoming 0.17 release)

    • @@ -392,6 +392,13 @@

      Configuring HDF5 (in upcoming "libhdf5_hl" => "/path/to/your/libhdf5_hl.so", force = true) +

      Applications

      +
        +
      • CliMa
      • +
      • Plots.jl backend
      • +
      • JLD.jl (dependency) and JLD2.jl (interop reference)
      • +
      • Checkpointing.jl
      • +

    Summary

    diff --git a/docs/juliacon_2023/juliacon_2023_presentation.md b/docs/juliacon_2023/juliacon_2023_presentation.md index 97d768293..16c1c1306 100644 --- a/docs/juliacon_2023/juliacon_2023_presentation.md +++ b/docs/juliacon_2023/juliacon_2023_presentation.md @@ -368,6 +368,15 @@ set_preferences!(HDF5, --- +# Applications + +* CliMa +* Plots.jl backend +* JLD.jl (dependency) and JLD2.jl (interop reference) +* Checkpointing.jl + +--- + # Summary * HDF5 is a format, C library, and data model for storing hierarchical information. diff --git a/docs/juliacon_2023/juliacon_2023_presentation.pdf b/docs/juliacon_2023/juliacon_2023_presentation.pdf index 998858d0f..93876ae85 100644 Binary files a/docs/juliacon_2023/juliacon_2023_presentation.pdf and b/docs/juliacon_2023/juliacon_2023_presentation.pdf differ