-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow MPI command output to be verbose for OpenMPI #310
Comments
See also KhiopsML/khiops#310 related_to #192
See also KhiopsML/khiops#310 related_to #192
See also KhiopsML/khiops#310 related_to #192
See also KhiopsML/khiops#310 related_to #192
I'd call it |
See also KhiopsML/khiops#310 related_to #192
See also KhiopsML/khiops#310 related_to #192
One argument for the current
|
The first proposal is fine: |
|
I would say "yes".
I would say anything != |
Ok, @bruno-at-orange do you confirm the behavior above ? |
My understading is that in Is this also your understanding @bruno-at-orange ? |
Honor issue KhiopsML/khiops#310 To be merged after the issue mentioned above is addressed upstream.
Honor issue KhiopsML/khiops#310 To be merged after the issue mentioned above is addressed upstream.
Description
Currently, the
--quiet
flag is added to thempiexec
command in thekhiops-env
script on Linux platforms, which utilize OpenMPI for native installations.The goal of this issue is to add an environment variable
KHIOPS_MPI_VERBOSE
, which is set to "false" by default and, if set to "true", would remove the--quiet
flag.Thusly, MPI-related errors could be checked on demand.
The text was updated successfully, but these errors were encountered: