mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-10 15:54:24 +01:00
fix format
This commit is contained in:
parent
0b81f39564
commit
11b25d5009
@ -88,6 +88,24 @@
|
||||
"source": [
|
||||
"### Installing MPI in Julia\n",
|
||||
"\n",
|
||||
"The Jupyter Julia kernel installed by IJulia activates the folder where the notebook is located as the default environment, which causes the main process and the worker processes to not share the same environment. Therefore, we need to set the environment as the global environment."
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "b05eda65-bb13-4bbb-98e2-3e2e70b14c46",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"] activate"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "6d9f5cd9-f672-43ed-b65a-4b29060ded3e",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"MPI can be installed as any other Julia package using the package manager."
|
||||
]
|
||||
},
|
||||
@ -1018,7 +1036,7 @@
|
||||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Julia 1.9.0",
|
||||
"display_name": "Julia 1.9.3",
|
||||
"language": "julia",
|
||||
"name": "julia-1.9"
|
||||
},
|
||||
@ -1026,7 +1044,7 @@
|
||||
"file_extension": ".jl",
|
||||
"mimetype": "application/julia",
|
||||
"name": "julia",
|
||||
"version": "1.9.0"
|
||||
"version": "1.9.3"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user