Skip to content
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

Segmentation fault in running surrogate example #182

Open
paridhimnnit opened this issue Jan 10, 2025 · 2 comments
Open

Segmentation fault in running surrogate example #182

paridhimnnit opened this issue Jan 10, 2025 · 2 comments

Comments

@paridhimnnit
Copy link

Hi,

I am getting the segmentation fault with signal 11:SIGSEGV when I am running the following the example file of pynomad after the evaluation. Other optimization examples are working fine in my system.

https://github.com/bbopt/nomad/blob/master/examples/advanced/library/PyNomad/simpleExample_WithSurrogate.py

I am using python 3.10 and compiled and tired nomad in both mac os arm64 and windows x64 machines.

Below is the screenshot for your reference.

image

Thanks,
Paridhi

@ctribes
Copy link
Contributor

ctribes commented Jan 13, 2025

Thanks for reporting.
I can reproduce an error at the end of the run. I will see if I can fix it.

@ctribes
Copy link
Contributor

ctribes commented Jan 13, 2025

I have fixed one bug in the PyNomad interface related to surrogate (the example you used) but It is not the same error as you observed. I cannot replicate the same error as you.

You can get the python binaries for the development version 4.5 by doing: pip install -i https://test.pypi.org/simple/ PyNomadDev

Please note that we are currently working on the release using the development version 4.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants