-
Notifications
You must be signed in to change notification settings - Fork 321
APR in MCFOST #765
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
base: master
Are you sure you want to change the base?
APR in MCFOST #765
Conversation
|
Rebase notes: I rewrote the commits to not sabotage the git blame history and to incorporate the changes from cpinte/mcfost#151 which is the current merge candidate for the APR implementation in MCFOST. I also removed the conditional logic around calling MCFOST’s init/run routines based on whether Phantom was compiled with APR. This breaks backwards compatibility and it will crash if the caller and callee interfaces mismatch. also why does gemini hate me:( |
|
now that cpinte/mcfost#151 is merged into MCFOST I am happy to merge this, however there is still a compilation failure on the Phantom side that needs to be fixed (related to the use_apr flag) |
|
Yes, unfortunately the use_apr and apr_levels variables didn't make it. Should I revert the latest commit that includes those changes in Phantom (3198595)? |
|
mcfost took more than 6 hours to complete (should normally be 5 mins) so the job timed out. This smells like a bug to me... |
|
Also, according to the logs, the first run was completed in one minute and after it's completed it calls mcfost again and it hangs, which is weird.. I reported this behavior a while ago and it was fixed, now it seems it's back. |
|
I downloaded and used the exact parameters as in the test and was unable to reproduce this on my machine. I did have a "Floating-point exception" when compiling phantom with DEBUG=yes and the backtrace pointed at line 129: Could be that MCFOST expects |
|
Two tests fail with a message "fatal: No names found, cannot describe anything." that appears to be generated by git |
Description:
Pass
apr_levelas an optional argument torun_mcfost_phantom.Requires cpinte/mcfost#148Requires cpinte/mcfost#151
Components modified:
Type of change:
Testing:
Did you run the bots? yes
Did you update relevant documentation in the docs directory? no
Did you add comments such that the purpose of the code is understandable? no
Is there a unit test that could be added for this feature/bug? no
If so, please describe what a unit test might check:
There are still bugs to be fixed, per example, Phantom freezes after deleting dump_00000.tmp