-
Notifications
You must be signed in to change notification settings - Fork 6
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
setup gets stuck #45
Comments
Hello @ekg
Regards, |
The remote system is a debian one in octopus, while the local one is a Ryzen laptop. So they have in common the fact that they are recent AMD systems. Otherwise, they couldn't be less similar up to the point that they're both debian-based (the laptop runs Ubuntu 22.04 (linux 5.18), the server is probably on a recent debian stable (linux 4.19). The remote one has progressed. But, it seems very strange that nothing is happening. One filesystem is a local SSD, the other is a networked storage system. The common behavior on both suggests it should be possible to reproduce? On both, I'm installing mantis using conda: |
What do you mean by The code for concatenation is pretty simple as well:
It might be that the flushing or fsync is causing hanging, but I'm not sure why that would be the case. It might be possible that there's write competition between the multiple cores in your system. |
On two very different systems I'm getting stuck at the same place in the setup.
The setup process simply hangs. On my laptop, I had to kill it. But, on a remote server I'll wait to see if it progresses. Nothing is running as far as htop says and no data is being written.
The text was updated successfully, but these errors were encountered: