EddyRivasLab / hmmer

HMMER: biological sequence analysis using profile HMMs
http://hmmer.org
Other
305 stars 69 forks source link

Is AVX for hmmer3 still in process? #285

Closed Gy-Lu closed 1 year ago

Gy-Lu commented 1 year ago

Hi, I pulled the code from the branch h3-avx. When I ran ./configure at the hmmer dir, an error occurred

config.status: error: cannot find input file: `src/impl_avx/Makefile.in'

And I found there was no such dir named impl_avx, I wonder if the AVX support for hmmer3 is still in process? Or I just miss something?

npcarter commented 1 year ago

Yes, the h3-avx branch is still in the early stages of development, and is completely non-functional at the moment.

-Nick

On Mon, Sep 19, 2022 at 2:57 AM LuGY @.***> wrote:

Hi, I pulled the code from the branch h3-avx. When I ran ./configure at the hmmer dir, an error occurred

config.status: error: cannot find input file: `src/impl_avx/Makefile.in'

And I found there was no such dir named impl_avx, I wonder if the AVX support for hmmer3 is still in process? Or I just miss something?

— Reply to this email directly, view it on GitHub https://github.com/EddyRivasLab/hmmer/issues/285, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDJBZH6LXPPOQA47OFNGXDV7AFEDANCNFSM6AAAAAAQP2C7TQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Gy-Lu commented 1 year ago

Got it. Thanks for your reply.