Skip to content

Commit

Permalink
Add missing closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmgit committed Jul 9, 2023
1 parent 1a20b7a commit 9dbb62f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion episodes/05-mpi.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "MPI - Distributed Memory Parallelizm"
teaching: 10
exercises: 2
exercises: 0
---

:::::::::::::::::::::::::::::::::::::: questions
Expand Down Expand Up @@ -89,6 +89,8 @@ echo "loaded R"

mpirun --map-by ppr:32:node Rscript hello_world.R
```
:::::::::::::::::::::::::::::::::


::::::::::::::::::::::::::::::::::::: keypoints

Expand Down

0 comments on commit 9dbb62f

Please sign in to comment.