bruno
bruno
We added the possibility to [simulate the execution of Khiops on multi-machines by launching a file server process on a single host](759ec8686fa516486e46d8548358a17225efac0b). The file server is launched when the environment...
The script **khiops-env** is designed to be used by **pyKhiops** to run Khiops with the proper settings concerning java and mpi. It appears that it is not usable in conda...
When configuring project on windows, cmake fails to build a symlink for the MODL target, producing a warning. This symlink is needed only for Linux packages. We should condition the...
In conda we do not need the MPI suffixes, and it would simplify the lookup for the executable. At the moment I just rename it after the build.
- done with deb package - to test with rpm and zip (on windows)
For the fedora-like distro, we currently build and package khiops and kni on Rocky Linux 8 and 9. A user just asked kni for centos 7. it's neither urgent nor...
The Linux packages are available on the github release page. The original idea was to put them on an internal Orange repo (DCR), this repo should be available on internet...
We need to save and manage the versions of LearningTest. It contains 2 distinct parts: - the data: they don't evolved with the Khiops version, except for the addition of...
To ensure the reproducibility of the builds we have to pin the version of the packages in the docker files used to build and package Khiops (deb, rpm, conda)
In the crash tests scenari, we have to write the full task signature e.g. `Database check_9_8_15`. The signature is built starting from the number of shared variables. When the code...