Update solutions notebook

This commit is contained in:
Gelieza K
2023-08-14 15:14:23 +02:00
parent ebdeef8893
commit b55aef53a7
5 changed files with 86 additions and 25 deletions

View File

@@ -1295,19 +1295,11 @@
"\n",
"We have seen the basics of distributed computing in Julia. The programming model is essentially an extension of tasks and channels to parallel computations on multiple machines. The low-level functions are `remotecall` and `RemoteChannel`, but there are other functions and macros like `pmap` and `@distributed` that simplify the implementation of parallel algorithms."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "49d094e4",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.9.0",
"display_name": "Julia 1.9.1",
"language": "julia",
"name": "julia-1.9"
},
@@ -1315,7 +1307,7 @@
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.9.0"
"version": "1.9.1"
}
},
"nbformat": 4,