KhiopsML / khiops

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

Add KHIOPS_MPI_VERBOSE in khiops_env (UNIXes only) #393

Closed bruno-at-orange closed 1 month ago

bruno-at-orange commented 1 month ago

Add the variable KHIOPS_MPI_VERBOSE to disable the flag "--quiet" in the mpirun command. Its default value in khiops_env is true and the mpirun is verbose. if its value is different from 'true', '--quiet' is added to the command line.

Close #383 Close #310