mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-09 00:14:23 +01:00
Merge branch 'main' of https://github.com/fverdugo/XM_40017
This commit is contained in:
commit
fc5495986a
@ -121,6 +121,7 @@ makedocs(;
|
|||||||
"Julia Basics" => "notebooks/julia_basics.md",
|
"Julia Basics" => "notebooks/julia_basics.md",
|
||||||
"Tasks and channels" => "notebooks/julia_async.md",
|
"Tasks and channels" => "notebooks/julia_async.md",
|
||||||
"Remote calls and remote channels" => "notebooks/julia_distributed.md",
|
"Remote calls and remote channels" => "notebooks/julia_distributed.md",
|
||||||
|
"MPI" => "notebooks/mpi_tutorial.md",
|
||||||
"Matrix Multiplication"=>"notebooks/matrix_matrix.md",
|
"Matrix Multiplication"=>"notebooks/matrix_matrix.md",
|
||||||
"Jacobi" => "notebooks/jacobi_method.md",
|
"Jacobi" => "notebooks/jacobi_method.md",
|
||||||
"Solutions" => "notebooks/solutions.md"
|
"Solutions" => "notebooks/solutions.md"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.9 MiB |
1893
notebooks/figures/fig_mpi.svg
Normal file
1893
notebooks/figures/fig_mpi.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 110 KiB |
File diff suppressed because one or more lines are too long
@ -1319,7 +1319,7 @@
|
|||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Julia 1.9.1",
|
"display_name": "Julia 1.9.0",
|
||||||
"language": "julia",
|
"language": "julia",
|
||||||
"name": "julia-1.9"
|
"name": "julia-1.9"
|
||||||
},
|
},
|
||||||
@ -1327,7 +1327,7 @@
|
|||||||
"file_extension": ".jl",
|
"file_extension": ".jl",
|
||||||
"mimetype": "application/julia",
|
"mimetype": "application/julia",
|
||||||
"name": "julia",
|
"name": "julia",
|
||||||
"version": "1.9.1"
|
"version": "1.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|||||||
@ -507,7 +507,7 @@
|
|||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Julia 1.8.5",
|
"display_name": "Julia 1.8.4",
|
||||||
"language": "julia",
|
"language": "julia",
|
||||||
"name": "julia-1.8"
|
"name": "julia-1.8"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1132,7 +1132,7 @@
|
|||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Julia 1.9.1",
|
"display_name": "Julia 1.9.0",
|
||||||
"language": "julia",
|
"language": "julia",
|
||||||
"name": "julia-1.9"
|
"name": "julia-1.9"
|
||||||
},
|
},
|
||||||
@ -1140,7 +1140,7 @@
|
|||||||
"file_extension": ".jl",
|
"file_extension": ".jl",
|
||||||
"mimetype": "application/julia",
|
"mimetype": "application/julia",
|
||||||
"name": "julia",
|
"name": "julia",
|
||||||
"version": "1.9.1"
|
"version": "1.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -314,7 +314,7 @@
|
|||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Julia 1.9.1",
|
"display_name": "Julia 1.9.0",
|
||||||
"language": "julia",
|
"language": "julia",
|
||||||
"name": "julia-1.9"
|
"name": "julia-1.9"
|
||||||
},
|
},
|
||||||
@ -322,7 +322,7 @@
|
|||||||
"file_extension": ".jl",
|
"file_extension": ".jl",
|
||||||
"mimetype": "application/julia",
|
"mimetype": "application/julia",
|
||||||
"name": "julia",
|
"name": "julia",
|
||||||
"version": "1.9.1"
|
"version": "1.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user