-
Notifications
You must be signed in to change notification settings - Fork 305
impi: execute minimal test in sanity check commands #2045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Positive test with last commit is available at https://gist.github.com/lexming/638c1af52b057f56fa90f55b7ee37c05 |
…test command to run
use get_mpi_cmd_template function in impi easyblock to determine MPI test command to run
|
SUCCESSFUL test with |
|
SUCCESSFUL test with |
|
@lexming The oldest |
This PR improves the sanity checks of
impieasyblock by building the minimal MPI test programtest.cand adding its execution to the sanity check commands.I tested it with latest impi-2019.7.217-iccifort-2020.1.217.eb
'I_MPI_HYDRA_TOPOLIB': 'ipl'in easyconfig (which we need in our site) properly passes all sanity checks: https://gist.github.com/lexming/29ac434c5e7ad799cca986541f214a00The tests are currently enabled for all versions as this test program is available in all non-archived releases of
impi.