Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Jul 24, 2023
1 parent 43f9ebf commit 001756a
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 89 deletions.
352 changes: 267 additions & 85 deletions docs/juliacon_2023/juliacon_2023_presentation.html

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions docs/juliacon_2023/juliacon_2023_presentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,6 @@ Where are the compressed chunks and can we decompress them in parallel?

---

<<<<<<< HEAD
# Parallelization via Message Passing Interface (MPI)
=======
# Concurrency with Direct I/O

* The HDF5 C library provides byte offsets for continguous and chunked datasets
Expand Down Expand Up @@ -317,7 +314,6 @@ create_dataset(h5f, "dataset", datatype, space;
---

# Parallelization via MPI
>>>>>>> e0d07a75b1dec46114997a076069748edab6d75d

- Message Passing Interface (MPI) is an interface for single-program, multiple-data (SPMD) parallelism.
- Launch multiple processes running the same program
Expand Down
Binary file modified docs/juliacon_2023/juliacon_2023_presentation.pdf
Binary file not shown.

0 comments on commit 001756a

Please sign in to comment.