Skip to content

Commit

Permalink
Few more fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
JuhaTonttila committed Aug 31, 2024
1 parent 6676588 commit e04106d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion B3/L7/docs/mpi_lec1.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ MPI_Recv(`buf`{.input},`count`{.input},`datatype`{.input},`source`{.input},`tag`
- `git clone https://github.com/csc-training/esiwace-summerschool-2024` <br>
(or update existing `git pull origin main`)

- `cd B3/L7/exercises/ex_1`
- `cd B3/L7/exercise/ex_1`

- Part II lecture at ~10:30

Expand Down
2 changes: 1 addition & 1 deletion B3/L7/docs/mpi_lec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ MPI_Alltoall(`sendbuf`{.input}, `sendcount`{.input}, `sendtype`{.input}, `recvbu
- `git clone https://github.com/csc-training/esiwace-summerschool-2024` <br>
(or update existing `git pull origin main`)

- `cd B3/L7/exercises/ex_2`
- `cd B3/L7/exercise/ex_2`

- Lunch ~12:00

Expand Down
2 changes: 1 addition & 1 deletion B3/L8/docs/openmp_lec1.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ global = global + loc
- `git clone https://github.com/csc-training/esiwace-summerschool-2024` <br>
(or update existing `git pull origin main`)

- `cd B3/L8/exercises/ex_1`
- `cd B3/L8/exercise/ex_1`

- Part II lecture ~10:30

Expand Down
2 changes: 1 addition & 1 deletion B3/L8/docs/openmp_lec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ END PROGRAM hello
- `git clone https://github.com/csc-training/esiwace-summerschool-2024` <br>
(or update existing `git pull origin main`)

- `cd B3/L8/exercises/ex_2`
- `cd B3/L8/exercise/ex_2`

- Lunch ~12:00

Expand Down

0 comments on commit e04106d

Please sign in to comment.