bbopt / nomad

NOMAD - A blackbox optimization software
https://nomad-4-user-guide.readthedocs.io/
GNU Lesser General Public License v3.0
120 stars 23 forks source link

Test NOMAD with Intel compilers #140

Closed amontoison closed 1 year ago

amontoison commented 1 year ago

@ctribes How can we add the flag -diag-disable=10441 to the C / C++ compilers with CMake?

Update: It's -DCMAKE_CXX_FLAGS=-diag-disable=10441.

amontoison commented 1 year ago

@ctribes You merged before that I finalized the PR. :)

On WIndows, CMake always use the same compiler for the three builds. I will fix it.

ctribes commented 1 year ago

Sorry. I thought it was complete.