KhiopsML / khiops

Khiops is an AutoML suite for supervised and unsupervised learning
https://khiops.org
BSD 3-Clause Clear License
34 stars 4 forks source link

MPI Fails on MacOS in Some Configurations #401

Closed popescu-v closed 1 month ago

popescu-v commented 1 month ago

Description

Currently, Khiops is supported on MacOS as a Conda package, which uses MPICH as its MPI backend. In some configurations, MPI_Init_thread fails when calling, indirectly, gethostbyname which fails in some cases, e.g. when using some VPN configurations.

See also:

Questions/Ideas

The second option seems preferable, as it keeps the KHIOPS_MPI_COMMAND unchanged and the same for all UNIXes.

Context