You are here

Cluster Error

3 posts / 0 new
Last post
Cluster Error
#1

Dear All,

I am try to cluster 4,500 abinitio predicted decoys. The length is 295 aa.

I meet this error:
terminate called after throwing an instance of 'std::bad_alloc'
what(): St9bad_alloc

I find similar problem reported by others. However, no pratical suggestion is provided.

Mon, 2010-04-26 00:06
justin

This means the program failed to properly allocate memory. Chances are good it means you flat out ran out of memory on the computer running the clustering. Try again on a computer with more memory?

Mon, 2010-04-26 06:34
smlewis

> This means the program failed to properly allocate memory. Chances are good it means you flat out ran out of memory on the computer running the clustering. Try again on a computer with more memory?

Smlewis,

Thank you a lot for the kindly reply!

I will try to write a script to filter out decoys with bad scores to reduce the size of the input silent file.

Justin

Mon, 2010-04-26 20:49
justin