We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515ca71 commit dfaec2cCopy full SHA for dfaec2c
00_intro_JUDI.ipynb
@@ -1208,6 +1208,9 @@
1208
"ENV[\"OMP_PROC_BIND\"] = \"close\"\n",
1209
"ENV[\"OMP_NUM_THREADS\"] = \"$(div(nthread, nw))\"\n",
1210
"addprocs(nw; lazy=false)\n",
1211
+ "# This is becuase of how the server is setup and isn't needed in practice\n",
1212
+ "base_startup = LOAD_PATH[end]\n",
1213
+ "@sync @everywhere workers() push!(LOAD_PATH, $(base_startup))\n",
1214
"@show workers()\n",
1215
"for k in 1:nworkers()\n",
1216
" place1 = (k - 1) * div(nthread,nworkers())\n",
0 commit comments