Skip to content

Commit

Permalink
Pre-JuliaCon version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Jul 26, 2023
1 parent 60e89ab commit 3245e98
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/juliacon_2023/juliacon_2023_presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ <h2 id="using-mpi--hdf5">Using MPI + HDF5</h2>
<li>some limitations (e.g no datasets with variable-length strings).</li>
</ul>
</section>
</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="25">
</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="25" data-marpit-fragments="4">
<h1 id="configuring-hdf5-in-upcoming-017-release">Configuring HDF5 (in upcoming 0.17 release)</h1>
<ul>
<li>
Expand All @@ -392,6 +392,13 @@ <h1 id="configuring-hdf5-in-upcoming-017-release">Configuring HDF5 (in upcoming
<span class="hljs-string">&quot;libhdf5_hl&quot;</span> =&gt; <span class="hljs-string">&quot;/path/to/your/libhdf5_hl.so&quot;</span>,
force = <span class="hljs-literal">true</span>)
</code></pre>
<h1 id="applications">Applications</h1>
<ul>
<li data-marpit-fragment="1">CliMa</li>
<li data-marpit-fragment="2">Plots.jl backend</li>
<li data-marpit-fragment="3">JLD.jl (dependency) and JLD2.jl (interop reference)</li>
<li data-marpit-fragment="4">Checkpointing.jl</li>
</ul>
</section>
</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="26" data-marpit-fragments="4">
<h1 id="summary">Summary</h1>
Expand Down
9 changes: 9 additions & 0 deletions docs/juliacon_2023/juliacon_2023_presentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file modified docs/juliacon_2023/juliacon_2023_presentation.pdf
Binary file not shown.

0 comments on commit 3245e98

Please sign in to comment.