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

[BUG] Job progress bar does not reach 100% for idle processes #584

Open
MBartkowiakSTFC opened this issue Oct 15, 2024 · 0 comments
Open
Labels
bug Something isn't working GUI Something regarding the graphical user interface

Comments

@MBartkowiakSTFC
Copy link
Collaborator

Description of the error
Normally, a job should reach 100% when it is finished. However, if more processes than necessary are created in multiprocessing mode, it can happen that 100% is not reached.

Describe the expected result
For a trajectory with a single molecule, Infrared analysis in multiprocessing mode should reach 100% when finished.

Describe the actual result
The job table was showing 0% and 'Finished' at the end of the run.

Suggested fix
One sensible solution would be not to create more processes than there are analysis steps to be run.

Additional details
N/A

@MBartkowiakSTFC MBartkowiakSTFC added bug Something isn't working GUI Something regarding the graphical user interface labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GUI Something regarding the graphical user interface
Projects
None yet
Development

No branches or pull requests

1 participant