Abyss hangs when reading data
0
0
Entering edit mode
7.4 years ago

I'm using ABYSS 2.0.2 on a small genome (~45Mb). It was compiled with max k = 160. Currently, when reading the paired end files it will hang. This seems to be random, as each time I run abyss it will hang at a different number of reads being read. I don't have this problem if ABYSS is configured with max k = 128

eg. 0: Read 9900000 reads. 0: Hash load: 1755991 / 268435456 = 0.00654 using 224 MB 3: Read 8000000 reads. 3: Hash load: 1757569 / 268435456 = 0.00655 using 225 MB

I have set the eager limit for openmpi as directed in Abyss assembly runs forever

export mpirun="mpirun --mca btl_sm_eager_limit 16000 --mca btl_openib_eager_limit 16000"

or even disabled the shared memory using

export mpirun="mpirun --mca btl ^sm --mca btl_openib_eager_limit 16000"

Openmpi 1.10.4 is installed on the system

Any ideas what could be going on?

Thanks in advance

abyss assembly • 1.5k views
ADD COMMENT

Login before adding your answer.

Traffic: 2024 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6