Skip to content

Commit

Permalink
fix directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
pnavaro committed Sep 27, 2024
1 parent 98c5cf2 commit 5450db6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/com_collectives.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ vector on 0 = 1 2 3 4
### Exemple [pbdMPI](https://pbdr.org/documentation/pbdMPI/aa_bcast-method.html)

```R
{{< include pbdMPI/bcast.R >}}
{{< include pbdmpi/bcast.R >}}
```

```bash
Expand Down Expand Up @@ -109,7 +109,7 @@ data on 1 : 3 4 11 12 19 20
```

```R
{{< include pbdMPI/scatter.R >}}
{{< include pbdmpi/scatter.R >}}
```

```bash
Expand Down Expand Up @@ -149,7 +149,7 @@ Attention avec ces fonctions `mpi.all*` elles peuvent être très gourmandes...
:::

```R
{{< include pbdMPI/gather.R >}}
{{< include pbdmpi/gather.R >}}
```

```bash
Expand Down Expand Up @@ -225,7 +225,7 @@ data on 1 : 3 4 11 12 19 20
Exemple [pbdMPI](https://pbdr.org/documentation/pbdMPI/aa_reduce-method.html)

```R
{{< include pbdMPI/reduce.R >}}
{{< include pbdmpi/reduce.R >}}
```

```bash
Expand Down
2 changes: 1 addition & 1 deletion src/com_point_a_point.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Process 0: Received from process 3 saying: 3
```

```R
{{< include pbdMPI/send_recv.R >}}
{{< include pbdmpi/send_recv.R >}}
```


Expand Down
2 changes: 1 addition & 1 deletion src/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Je n'ai pas réussi à faire tourner cet exemple dans l'environnement conda. En
:::

```R
{{< include pbdMPI/hello.R >}}
{{< include pbdmpi/hello.R >}}
```

```bash
Expand Down

0 comments on commit 5450db6

Please sign in to comment.