Commit 8ac4843
Catch issue with partial mpi4py installation. (#21353)
* Catch issue with partial mpi4py installation.
Depending on precise install, mpi4py may be installed without `MPI` being present. Catch that case in the detect() function,
and treat it as if mpi4py is not installed.
* update
* update
* update
---------
Co-authored-by: deependujha <[email protected]>
Co-authored-by: Justus Schock <[email protected]>1 parent c76cec6 commit 8ac4843
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
| |||
0 commit comments