You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: