-
Notifications
You must be signed in to change notification settings - Fork 30
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
Nealder-Mead optimiser fails #763
Comments
@kecnry, sorry to mention you but somehow my previous post got missing, so I am not sure whether posting another one under the same issue number will make the issue pop out in the notifications. |
I had seen it come through, noticed it was blank, and just assumed you cleared it instead of closing it. Let me see if anyone can reproduce this on their own machines so we can track down the error (since the error log is otherwise empty). |
@amiszuda - what version of phoebe are you running? |
2.4.10 on Ubuntu |
Hello, I have tried to reproduce this error, but unfortunately the script is erroring out before I ever get to your issue with the following: Can you confirm that this script does in fact work for you and you aren't getting this error? |
Hi Bert! I am not getting that error, though I am getting others regarding constraints or ld_mode='interp' not being supported by blackbody. This is also strange since I did not get those using the same commands under the notebook, however, I did notice those differences a couple of times before. As this issue was reported some time ago already and since I did not really provide a full report using the exact bit-to-bit code that crashed on my end (apologies here!) I will try to dig a bit and attach a new script as python executable script and notebook sheet hoping it will provide a better log of what is happening here. |
Hi again, Below, I provide a fully reproducible script and a notebook sheet. This is the exact version of the code that causes the following crash:
|
Hey Amadeusz, I still can't produce what you do. With the MPI on it fails but does give me an error as i don't think this computer is set up for it. However, if I don't use mpi it appears to be working:
It isn't finished yet so maybe it will fail eventually, but at this point it appears to be fine. Can you confirm whether you see any of this or not? |
Hey Bert, No, nothing like it. It's weird, as sometimes the mpi is working and sometimes not. One more thing though, as I observed only recently, the empty |
It ran for me and finished in jupyter. I am using lab though and not notebook. Is it the same for you? |
No, I am using jupyter-notebook |
When setting the MPI on, the NM optimiser fails with the following error:
After
ValueError: job failed with the following log:
no other message appears.When setting MPI off, the solver runs. This error is not always repetitive.
The working example is provided below:
The situation is no different when MPI is turned off, or when the solver runs on compute='phoebe01'.
lc_corrected_for_occonell.txt
The text was updated successfully, but these errors were encountered: