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

Phyml-mpi stuck before starting bootstraps #131

Open
ckallu opened this issue Sep 30, 2020 · 1 comment
Open

Phyml-mpi stuck before starting bootstraps #131

ckallu opened this issue Sep 30, 2020 · 1 comment

Comments

@ckallu
Copy link

ckallu commented Sep 30, 2020

Hi,

I have an alignment file with 455 amino acid sequences. I am running the following command:
mpirun -np 20 ./phyml-mpi -i phyml_analysis/seq_phyml_tree.txt -d aa -q -m LG -a e -o tlr -b 500 > phyml_analysis/seq_phyml_output.txt

It takes ~3hrs to complete the optimization steps but then it gets stuck after this step:
Launch bootstrap analysis on the most likely tree...

The seq_phyml_boot_stats.txt and seq_phyml_boot_trees.txt files are empty. I waited for over 24hrs, yet the bootstrap analysis did not launch. I tried the same approach with fewer input sequences (35 sequences) and fewer bootstraps (40 bootstraps) by running this:
mpirun -np 20 ./phyml-mpi -i phyml_analysis/test_seq_phyml_tree.txt -d aa -q -m LG -a e -o tlr -b 40 > phyml_analysis/test_seq_phyml_output.txt

And for this, the optimization steps complete in 1 min and the bootstrap analysis for 40 bootstraps runs to completion in 5 mins. Unsure why the parallel bootstrapping for 500 replicates run across 20 cores is not launched.

@stephaneguindon
Copy link
Owner

Are you 100% sure the machine you're using here has enough RAM et CPUs to run 20 analyses in parallel? I would try try -np 10 just to see...

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

2 participants