Notes |
|
(0001988)
|
user19
|
1969-12-31 17:33
|
|
Emailed the user asking for additional information on what happened with the crash, was it a hung program, crash, crash with error message, etc. |
|
|
(0002635)
|
user614
|
1969-12-31 17:33
|
|
This is easily reproduced using the attached file. Just do MP phylogeny inference using min-mini and search level 1. Mega will start the analysis. Then progress stops (for me at 12% with 177 trees examined)and Mega appears to be stuck in some kind of loop as it is using all the processing power it can get but is making no progress. I let it run for several hours without examining more than 177 trees (which only took a few seconds). |
|
|
(0002672)
|
user19
|
1969-12-31 17:33
|
|
We are getting stuck in the MiniMiniSearch procedure. The MiniMiniSearch procedure is recursive.
MiniMini calls itself until we get to n=193, in this case every single time the loop executes (about 195 times) we call MiniMiniSearch(194), which itself runs a couple hundred times each call. I think this is a bound calculation issue. |
|