Commit 7e7b744
Fix stale module names in example/pbs/config_mpi.ini
The MPI example config still used the pre-suffix module names
(`python_example`, `serial_example`, `execute_example`) and section
headers from 2019-2020; the module loader needs the full runner names
(`*_runner`), as example/config.ini uses. With the stale names, rank 0
failed with "No module named 'shapepipe.modules.python_example'" and the
other ranks deadlocked in the collective until the wall-clock timeout.
Third layer of MPI bit-rot beneath the launcher and the module_config_sec
fix, same root cause: nobody runs MPI, so its example config rotted too.
Verified: the unmodified candide_mpi.sh against the published runtime image
now runs the example pipeline end-to-end (4 ranks / 2 nodes, all three
modules, 0 errors, exit 0).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 9d2e523 commit 7e7b744
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
0 commit comments