-
Notifications
You must be signed in to change notification settings - Fork 16
Adding vectorization causes runtime crashes #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
CMAES seems to find one minimum candidate for this parameter point...
|
@lisabiermann on the branch for this? |
Adding |
@cborschensky Thanks for the info! Did you install cmaes by hand and added it there? But I also get the issue if I use gsl or nlopt instead of cmaes. |
I got cmaes through cmake, so I didn't install anything manually. After running Interesting, because for me the issue did not occur for nlopt or gsl! Maybe related to the gcc version? I haven't tried it on my personal computer (just on the office desktop, where I believe gcc 7.5.0 is installed). |
@cborschensky Which compiler do you have on the PC on which it worked? |
@cborschensky I just checked again, you are right. It does not occur if I only use gsl, nlopt or both of them. It only occurs with cmaes. I just checked again with manually adjusting the flags in CMAES and I think I found the difference, thanks to your input! If you have a look at the cmaes cmakelist.txt https://github.com/CMA-ES/libcmaes/blob/master/CMakeLists.txt in line 12-14 you have there
If i replace this with then everything works. The command with CMAes overrides the BSMPT compiler flags. You then have the components of BSMPT compiled with different flags. Thanks! |
Enabling vectorization causes runtime crashes for the following cases :
The output is
The text was updated successfully, but these errors were encountered: