255 Commits

Author SHA1 Message Date
Francesc Verdugo
bf45227674
Merge pull request #31 from fverdugo/francesc
Notebook on pdes
2023-10-16 13:59:19 +02:00
Francesc Verdugo
59f36650e9 Merge branch 'main' of github.com:fverdugo/XM_40017 into francesc 2023-10-16 13:50:31 +02:00
Francesc Verdugo
4a8548ce62 Adding notebook on pdes 2023-10-16 13:50:16 +02:00
Francesc Verdugo
785e78576a
Merge pull request #30 from ezrannetttty/main
Fixed a typo regarding latency hiding. Fixes #29
2023-10-02 10:58:29 +02:00
Y. Z
b116cebaf2
Fixed a typo regarding latency hiding 2023-10-02 16:53:20 +08:00
Francesc Verdugo
f820a72c8c
Merge pull request #28 from ezrannetttty/main
Fixed an error and a typo.
2023-10-02 10:33:18 +02:00
ezrannetttty
557b342f63
Missing ! after MPI.Recv 2023-10-01 03:46:04 +08:00
ezrannetttty
e1c4a9e1a0
fixed an error in the implementation of parallel algorithm 2 2023-10-01 03:43:04 +08:00
Francesc Verdugo
26afa1d3c7
Merge pull request #27 from fverdugo/francesc
LEQ and TSP
2023-09-29 10:05:47 +02:00
Francesc Verdugo
e34b10c37c Merge branch 'main' of github.com:fverdugo/XM_40017 into francesc 2023-09-29 10:00:46 +02:00
Francesc Verdugo
795f8ec805 Adding LEQ and TSP 2023-09-29 10:00:29 +02:00
Francesc Verdugo
c3f6c5a5c0
Merge pull request #26 from fverdugo/francesc
Added solutions for Jacobi notebook
2023-09-22 17:31:11 +02:00
Francesc Verdugo
7dd8b4fabc Added solutions for Jacobi notebook 2023-09-22 17:08:11 +02:00
Francesc Verdugo
50fb289e5b
Merge pull request #25 from fverdugo/francesc
Changes after session on Tuesday 19th 2023
2023-09-20 09:10:56 +02:00
Francesc Verdugo
173d1ad747 Merge branch 'main' of github.com:fverdugo/XM_40017 into francesc 2023-09-19 17:54:16 +02:00
Francesc Verdugo
a9692802de Updating matrix-matrix notebook 2023-09-19 17:54:00 +02:00
Francesc Verdugo
3d7fcb4d8e Adding solutions for matrix-matrix multiplication 2023-09-19 17:53:27 +02:00
Francesc Verdugo
6cf3b87d0a
Merge pull request #24 from thijsheijden/fix/spawned-workers
Fix the hint on spawned workers
2023-09-19 17:51:59 +02:00
Francesc Verdugo
118f7f8ecd
Merge pull request #23 from imchell/env
Add setting global env command in MPI tutorial
2023-09-19 17:41:49 +02:00
thijsheijden
ef4aeeb7db Fix the hint on spawned workers 2023-09-19 17:23:36 +02:00
Chell
185c19dc6e recover version 2023-09-19 16:58:53 +02:00
Chell
9ff9a178e4 recover figs 2023-09-19 16:52:54 +02:00
Chell
3034b92da3 Revert "add setting global env command"
This reverts commit b690daaf6ef2ed4b48ddea5f40f45eba926e10a8.
2023-09-19 16:44:36 +02:00
Chell
57d1727647 Merge branch 'fig' into env 2023-09-19 16:43:50 +02:00
Chell
11b25d5009 fix format 2023-09-19 16:38:48 +02:00
Chell
b690daaf6e add setting global env command 2023-09-19 11:10:00 +02:00
Francesc Verdugo
0b81f39564
Merge pull request #22 from fverdugo/francesc
Typos
2023-09-18 17:05:28 +02:00
Francesc Verdugo
b0847c897c Merge branch 'main' of github.com:fverdugo/XM_40017 into francesc 2023-09-18 15:52:59 +02:00
Francesc Verdugo
4fbf18dc0e Typos 2023-09-18 15:52:46 +02:00
Francesc Verdugo
441a15f52f
Merge pull request #21 from royderegt/patch-2
Fix answer checker
2023-09-18 15:28:56 +02:00
Roy
fa68ec8f85
Fix answer checker 2023-09-18 14:25:31 +02:00
Francesc Verdugo
6ce67fde1a
Merge pull request #20 from fverdugo/francesc
Changes after session 4
2023-09-15 17:34:32 +02:00
Francesc Verdugo
f6a3a677b2 Changes after the lecture on Friday September 15th 2023 2023-09-15 16:39:05 +02:00
Francesc Verdugo
01c69ff310 Merge branch 'main' of github.com:fverdugo/XM_40017 into francesc 2023-09-15 15:12:50 +02:00
Francesc Verdugo
60ae199c86 Saving MPI-related figures 2023-09-15 15:11:59 +02:00
Francesc Verdugo
87684b2d38
Merge pull request #19 from YAMWD/main
fix wrong answer in jupyter notebook
2023-09-15 15:05:07 +02:00
zhiyan Yao
20c1049ada fix wrong answer from 16 to 17 in Q1 and Q2 at notebooks/julia_distributed.ipynb 2023-09-15 12:04:25 +02:00
Francesc Verdugo
76789ca320 Saving 2023-09-13 11:28:33 +02:00
Francesc Verdugo
4e13c64114 Merge branch 'main' of github.com:fverdugo/XM_40017 into francesc 2023-09-13 11:28:08 +02:00
Francesc Verdugo
6011c99cb8 More work on TSP 2023-09-13 11:27:55 +02:00
Francesc Verdugo
559cefd8f4 More work in tsp 2023-09-13 11:25:06 +02:00
Francesc Verdugo
0e7cdd08e9
Merge pull request #18 from fverdugo/francesc
Update the Getting Started tutorial to the new version of MPI.jl
2023-09-08 18:22:12 +02:00
Francesc Verdugo
145d42bd22 Update the Getting Started tutorial to the new version of MPI.jl 2023-09-08 18:15:44 +02:00
Francesc Verdugo
9a7ce528ac
Merge pull request #17 from fverdugo/francesc
Misc improvements
2023-09-08 18:00:52 +02:00
Francesc Verdugo
4ad26425f6 Adding solutions to exercises 2023-09-08 17:56:28 +02:00
Francesc Verdugo
dc2f65480f Merge branch 'main' of github.com:fverdugo/XM_40017 into francesc 2023-09-08 16:41:16 +02:00
Francesc Verdugo
a5f1ac6e5a
Merge pull request #15 from Noorts/feature/improve_session2
Improve notebooks session 2
2023-09-08 16:40:05 +02:00
Francesc Verdugo
b42470c275 Merge branch 'main' of github.com:fverdugo/XM_40017 into francesc 2023-09-08 16:39:09 +02:00
Noorts
214dbbdf85
Improve julia_async.ipynb 2023-09-08 12:18:48 +02:00
Noorts
71fd8cad72
Improve julia_basics.ipynb 2023-09-08 11:51:40 +02:00