You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fall back to looking for the MPI command in the putative Conda binary directory
If `$CONDA_PREFIX/bin` is not in the `PATH`, then the putative Conda binary
directory is the same as the directory the Khiops `MODL[_openmpi|mpich]` binary
is situated in.
Note: `KHIOPS_MPI_COMMAND` might still contain the incorrect `mpiexec`,
in the following (rather unlikely) scenario:
- `khiops_env` is run in a "Conda-based" environment
- there is a preexisting system-wide MPI installation which contains
`mpiexec`.
This should be mitigated following the Khiops Python issue
KhiopsML/khiops-python#301.
closes#476
0 commit comments