-
Notifications
You must be signed in to change notification settings - Fork 69
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
Segmentation fault with aBSREL #1794
Comments
Dear @jaredbernard, Was there an error message printed out the Without any further information, I can't be very hepful. Best, |
No further information was given unfortunately. I just wondered if segmentation fault was generally connected to memory issues. I restarted the run, so I'll see in a week if there's a better result. |
Dear @jaredbernard, What was the actual crash message? Like the code attached to the segfault. Also, which Just an FYI, As far segmentatiion faults go, they need not be memory related. More often than not Best, |
Another job ran for a week (on version
The program didn't appear to print any |
I'm rerunning the command using |
Dear @jaredbernard, I have never seen the Best, |
Okay, I'll interrupt it and restart. I wanted it to run faster than 1 core. |
Just so you know, aBSREL didn't have this problem with other datasets I've analyzed. This one is somewhat larger, not in terms of number of sequences but length of alignment. Given that, could this error be caused by a different issue? You already indicated that aBSREL won't use multiple threads anyway, so perhaps setting the threads to 1 wouldn't matter. My job is still processing, and probably will for at least 5 more days, but if it's likely to end in another segmentation fault, I'd be willing to stop it again and try something else. If you have any further ideas, I'm open to them. Do you think installing something that enables libgomp would help? |
Dear @jaredbernard, How long is your alignment? There's an experimental option ( For example, with
BLB run 1 (
BLB run 2
.... Best, |
Thanks, I'm trying it now. My alignment is nearly 700 sequences and it was 288 codons long, although I just trimmed it a bit more to eliminate more gaps. I set blb to 0.8, and I'll let you know how it goes. |
Dear @jaredbernard, Ah, that's for the clarification. You have a lot of sequences (700) not sites, so Best, |
I ran a large dataset (>1000 sequences) with aBSREL using the mpi set to 8 cores, which was going fine for a week until it stopped with a segmentation fault error. Is this a memory problem? Do you have suggestions?
The text was updated successfully, but these errors were encountered: