popescu-v
popescu-v
#### Description We need to package the KNITransfer tool which allows for testing KNI via the LearningTest scripts on the LearningTest runner.
Related issue https://github.com/KhiopsML/khiops-python/issues/189
#### Description Currently, the `--quiet` flag is added to the `mpiexec` command in the `khiops-env` script on Linux platforms, which utilize OpenMPI for native installations. The goal of this issue...
#### Description Currently, the `khiops-core` Conda package (but also KNI) are built using - the Conda default channels for Windows - the Conda default channels, plus `conda-forge` for UNIXes (all...
#### Description Currently, each of the samples projects in `src/Norm/samples` has a `readme.txt` file which assumes that the samples are built through Visual Studio. Also, each of the samples in...
#### Description On Ubuntu Linux operating systems, the `openmpi-bin` native package installs a symlink to mpiexec in `/usr/bin` as `/usr/bin/mpiexec.openmpi`. However `update-alternatives` also sets a symlink to `mpiexec` into the...
#### Description Conda driver package versions are constrained with respect to the `khiops-core` versions. These can (and should) be enforced in the Conda packaging script. #### Questions/Ideas - Update `run_constrained`...
#### Description Currently, `KHIOPS_API_MODE` is documented thus: ``` KHIOPS_API_MODE: standard or api mode for the management of output result files created by Khiops In standard mode, the result files are...
#### Description Currently, the Khiops GUI window titles on Linux are all like "normGUI-engine-GUIObject". #### Questions/Ideas - The resolution of this issue is to have relevant titles for all windows...
#### Description Currently, MPICH support for native `khiops-core` Linux packages it is accommodated for in the CMake-based build infrastructure, but native packages built with MPICH are not being released. On...