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

attempt at resdb-singularity using singularity-compose, but the tport… #20

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gravityshouldbenaut
Copy link

Hi ResDB team! I have attempted to remake the "resilientdb-docker" script to work for Singularity instead using Singularity Compose (https://singularityhub.github.io/singularity-compose/#/). I got the compilation working fine, but it fails at TPORT. The TPORT does not get initialized, leaving the last line of the results saying "Initializing Transport Manager...". I know this is likely due to the fact that in the code, you are binding TCP ports to IP addresses, which is needed for communication in Docker but not necessarily required for Singularity, which automatically generates routing. But, if I comment out the TPORT manager creation in main.cpp, the threads do not get created properly, leaving to them only being initialized. How could I fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant