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

OpenMPI-related error on Rocky Linux #307

Closed popescu-v closed 4 months ago

popescu-v commented 5 months ago

Description

When verifying the Khiops installation on a Rocky 8 or Rocky 9 Docker container via khiops -s or khiops -v , we obtain:

Open MPI failed an OFI Libfabric library call (fi_endpoint).  This is highly
unusual; your job may behave unpredictably (and/or abort) after this.

  Local host: ...
  Location: mtl_ofi_component.c:513
  Error: Invalid argument (22)
--------------------------------------------------------------------------
Khiops 10.2.2-b.3

See:

However, the CIs are green because khiops -s and khiops -v respectively return 0 nonetheless and only display this error as a warning.

Questions/Ideas

Context

popescu-v commented 5 months ago

Adding the aforementioned fix silences the reported error, but triggers another error:

ORTE_ERROR_LOG: Out of resource in file util/show_help.c at line 507

See https://github.com/KhiopsML/khiops-python/actions/runs/9568000054/job/26377335252#step:3:18

See also (perhaps relevant) issue: https://github.com/open-mpi/ompi/issues/5798