-
Notifications
You must be signed in to change notification settings - Fork 34
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
Cosima shows strange freezing behaviour on execution #88
Comments
Hi, Interesting. I cannot reproduce the problem here. But I remember seeing that problem before a long time ago. bash setup.sh --br=main What CPU are you using? Thanks, |
Hi thanks for the quick response! The CPU is an Intel i7-8700 - I tried two separate machines with the same hardware and got the same results. I did try the main branch too, and that led to errors in compilation:
Best, |
Hi Dr. Zoglauer,
I have installed the latest release of MEGAlib using the instructions provided here. This was done on a machine with Ubuntu 20.04, and the compilation proceeded smoothly with no errors.
However, on trying the example provided in the quick-start guide provided here I am running into a very weird issue - the geomega step works well, and I can view the geometry, but this is the output that I get on running
cosima resource/examples/cosima/source/CrabOnly.source
:The execution just freezes at this step (the process does not die, and there is no error), and an output file is generated as described but it has a single line which says
# You can delete me.
. The cosima process continues at 100% CPU utilization according to htop, and it appears to do so indefinitely - I forgot to kill the process manually once and it was still running 7 days later with no change or output.Not sure if this is helpful, but this is dumped after I interrupt the process manually:
Please let me know if you have any idea what the problem could be here.
The text was updated successfully, but these errors were encountered: