autogen: fail on error - #5
Conversation
|
Hi @beardhatcode! Thanks for this PR and your interest in ParaStation MPI. Indeed, the autogen should not fail silently. However, the solution that you propose might not solve the actual issue that you have observed. With What version of psmpi are you using and what is the silent autogen failure that you observed, i.e., where did the autogen fail exactly? These infos could help to narrow down the problem. Perhaps there is something more specific that needs a fix in the autogen script(s). Just out of curiosity on my side: What is your use case for ParaStation MPI? 😉 |
I've been trying to build psmpi, but the autogen failed silently, and it took me a while to figure this out.
This pull request includes updates to all
autogen.shscripts across to ensure that the scripts stop on failure. The change is the addition of theset -ecommand in each script.