Closed popescu-v closed 4 months ago
PR https://github.com/KhiopsML/khiops/pull/313 added two environment variables to the khiops-env scripts for OpenMPI, in order to mitigate issue https://github.com/KhiopsML/khiops/issues/307, but also a different warning on Docker deployments.
khiops-env
These two variables need to be added in the KhiopsLocalRunner for "binary+pip" installs:
KhiopsLocalRunner
OMPI_MCA_btl_vader_single_copy_mechanism=none
PSM3_DEVICES=self
Description
PR https://github.com/KhiopsML/khiops/pull/313 added two environment variables to the
khiops-env
scripts for OpenMPI, in order to mitigate issue https://github.com/KhiopsML/khiops/issues/307, but also a different warning on Docker deployments.These two variables need to be added in the
KhiopsLocalRunner
for "binary+pip" installs:OMPI_MCA_btl_vader_single_copy_mechanism=none
in all casesPSM3_DEVICES=self
for Rocky Linux only