Commit 86940f4
committed
This change fixes the misleading error message from mpiexec wtih missing #! interpreter (#4528). I added a conditional to check whether the file exists, which determines whether to ouput the default error string (missing file) or a new string (bad interpreter).
Signed-off-by: Maxwell Coil <[email protected]>1 parent 7e07346 commit 86940f4
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| 457 | + | |
457 | 458 | | |
458 | | - | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
459 | 465 | | |
460 | 466 | | |
| 467 | + | |
461 | 468 | | |
462 | 469 | | |
463 | 470 | | |
| |||
0 commit comments