We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Continuation of #6595. We pass "PYTHONWARNINGS": "ignore::FutureWarning" for Ray and Dask workers so we should do this for MPI too.
"PYTHONWARNINGS": "ignore::FutureWarning"
The text was updated successfully, but these errors were encountered:
FIX-modin-project#6791: Pass additional environment variables to MPI …
14726f1
…workers Signed-off-by: Igoshev, Iaroslav <[email protected]>
FIX-#6791: Pass additional environment variables to MPI workers (#6792)
b8b8434
Signed-off-by: Igoshev, Iaroslav <[email protected]>
Successfully merging a pull request may close this issue.
Continuation of #6595. We pass
"PYTHONWARNINGS": "ignore::FutureWarning"
for Ray and Dask workers so we should do this for MPI too.The text was updated successfully, but these errors were encountered: