-
Notifications
You must be signed in to change notification settings - Fork 20
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
Issue with decode the mode first #239
Comments
Hi @senna1128, thanks for the report. You indeed need to decode the problem first using
|
By the way, I forgot we had this information on the README: https://github.com/JuliaSmoothOptimizers/CUTEst.jl#run-multiple-models-in-parallel |
That's very clever. I also forgot that we could do that! |
Hi @abelsiqueira, Thank you very much for the quick reply. I tried to run the code
provided in #145 comment. I could get the result for the command |
I've had the same error. I will investigate this today. |
Took me a while to get to it, sorry about that. I think the issue is fixed by #242. |
@senna1128 could you confirm if your isse has been fixed? |
Please feel free to open a new issue if problems persist. |
Hi,
I'm using Julia 1.5.2. I try to run multiple models in parallel using your julia code provided here https://github.com/JuliaSmoothOptimizers/CUTEst.jl. I also pass decode=false.
But I got an error like
This seems CUTEstModel must decode problem first. If I use standard for loop without running in parallel, it works well. So my cutest package should be fine.
Is there any way to fix it? Also I cannot run
The error is
Are they related? Not using fetch_sif_problems does not affect my usage of cutest at the moment, but I'm not sure if it matters in the future.
Best,
Sen
The text was updated successfully, but these errors were encountered: