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

Optimas do not seem to run asynchronously #213

Open
delaossa opened this issue May 23, 2024 · 3 comments
Open

Optimas do not seem to run asynchronously #213

delaossa opened this issue May 23, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@delaossa
Copy link
Collaborator

Some tests such as this: https://github.com/optimas-org/optimas/blob/main/tests/test_ax_model_manager.py
do not seem to run asynchronously when run_async=True is passed to the Exploration object.

@AngelFP AngelFP added the bug Something isn't working label May 23, 2024
@AngelFP
Copy link
Member

AngelFP commented May 23, 2024

Thanks for reporting @delaossa , we'll investigate this.

@delaossa
Copy link
Collaborator Author

delaossa commented Jun 6, 2024

I have been running optimas asynchronously with (fbpic) simulations that run on the GPU with no problems.
I wonder if the issue mentioned above is something particular of the FunctionEvaluator, which does not run with mpi.

@AngelFP
Copy link
Member

AngelFP commented Jun 11, 2024

Ha, good catch. I suspected that that could be the case. I don't know right now why the FunctionEvaluator is behaving differently, but it is indeed probably the reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants