-
Notifications
You must be signed in to change notification settings - Fork 147
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
Fix g bug: SEGFAULT when using spectrum #714
Conversation
Shall we consider a release |
Considering how few users run g, updating develop might be enough. Not sure issuing a release 2021a just for g is granted! |
@rtownson and @blakewalters could you please take a look at this PR? It is a one liner and should be merged ASAP! Pretty please? |
Remove superfluous command in entry point source_check_emin copied from entry point source_get_emax during implementation, which was setting the value for emax. Not really clear to me why this was happening but it turns out that having emax as an argument in one entry point would force to also have in the other entry point to avoid SEGFAULT errors. However, line has been removed as it shouldn't have been there in the first place!
Bonjour j utlise dosxyz pour simulation quand j arrive a un nombre de 2.4 milliards de particules le code fais un bug j ai le message job failed |
@kouadriaek please post this as a new issue. Include as much description as you can, including if running less particles works. |
after 2.3 milliads of particules il have this message pic jointed . |
g app crashes when used for a spectrum due to a superfluous command left
in entry point
source_check_emin
copied from entrypoint source_get_emax
during implementation of the former.
Thanks to @dworogers for reporting this bug.