Commit 94de3a2
committed
Fix JET errors regarding the global
```
┌ @ Distributed /workpath/Distributed.jl/src/process_messages.jl:319
│ `Distributed.cluster_manager` may be undefined: Distributed.cluster_manager
└────────────────────
┌ @ Distributed /workpath/Distributed.jl/src/process_messages.jl:332
│ `Distributed.cluster_manager` may be undefined: Distributed.cluster_manager
└────────────────────
```
We know that the global `cluster_manager` is defined, because it was defined in
the `init_worker(...)` function.
This commit fixes the JET error.cluster_manager being defined/undefined1 parent 79b4ca8 commit 94de3a2
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
318 | 322 | | |
319 | | - | |
| 323 | + | |
320 | 324 | | |
321 | 325 | | |
322 | 326 | | |
| |||
328 | 332 | | |
329 | 333 | | |
330 | 334 | | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
331 | 339 | | |
332 | | - | |
| 340 | + | |
333 | 341 | | |
334 | 342 | | |
335 | 343 | | |
| |||
0 commit comments