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

No way to retrieve the tree on the MPI implementation #2

Open
dreyes17 opened this issue Sep 28, 2021 · 0 comments
Open

No way to retrieve the tree on the MPI implementation #2

dreyes17 opened this issue Sep 28, 2021 · 0 comments

Comments

@dreyes17
Copy link

Hello,

I have executed the MPI implementation with the xac file as the input matrix. It finished with success but no tree was printed nor written in any file. Debugging the code by printing messages I have realized that the method printBestSolutions in uDataStr.c was only called from the method branchAndBound in uBnB.c that is only executed when num_taxa < 8 (main.c). Otherwise the method paBnB from opBnB.c is executed and no print or recover of the resulting tree can be achieved.

Even when having a matrix with num_taxa < 8 that method doesn't enter the while (bestCostStackHead != NULL) in the printBestSolutions method and so it doesn't print anything. For this purpose I used the taxons T17, T21, T3, T8, T14, T20, T0 of the xac file.

Hope you can find and implement a solution. Best regards

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

No branches or pull requests

1 participant