Christophe Tribes

Results 15 issues of Christophe Tribes

When enabling *Java* interface building with Swig (for example with command `cmake -DBUILD_INTERFACE_JAVA=ON -S . -B build/release`), the following type of error is obtained: ``` CMake Error at /opt/homebrew/Cellar/cmake/3.22.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):...

The command `cmake --install build/release` in **Windows** returns an error ``` CMake Error at build/release/ext/sgtelib/cmake_install.cmake:39 (file): file INSTALL cannot find "C:/......../nomad-v.4.2.0/build/release/ext/sgtelib/Release/.....exe": ``` This happens when the Release config option is...

The default directory to write the input files and run the blackbox in batch mode is /tmp. This directory can be erased automatically. This leads to message like `problem with...

When using Clang compiler with OSX on Apple M1 chip, after building PyNomad successfully, when importing PyNomad in Python ``` import PyNomad Traceback (most recent call last): File "", line...

On linux, after successfully building the Matlab interface to Nomad (cmake commands) and setting the Matlab path to where the NOMAD libraries are located (Matlab addpath command) we can obtain...

In version 4.2 and above, PyNomad building requested to disable OpenMP. Weird crashes was observed. Maybe related to Gil releasing. Look into Pyx code. Test again on all platforms with...

fix

Both python and matlab interfaces should provide complete exit status range: % 1 - converged / target reached % 0 - maximum iterations / function evaluations exceeded % -1 -...

feature

When Nomad fails to evaluate the provided X0 it will stops immediately with a message that will look like that ``` BBE ( SOL ) OBJ CONS_H 1 ( 5...

This request originates from https://github.com/bbopt/NOMAD.jl/issues/84

feature

Translate the text file into a mark-down file. Add a logo in the file.