ash211 / gtfold

GTfold is a fast, scalable multicore code for predicting RNA secondary structure and is one to two orders of magnitude faster than the de facto standard programs and achieves comparable accuracy of prediction.
http://gtfold.sourceforge.net/
5 stars 18 forks source link

Can't run without compiling out openmp #22

Closed ash211 closed 13 years ago

ash211 commented 13 years ago

Need to grep src/Makefile and comment out:

OPENMP_CFLAGS = -fopenmp

ash211 commented 13 years ago

This will work correctly when we fix the parallelizing/diagonalization issues

pgaurav commented 13 years ago

this has been fixed. the latest push rewrite branch contains the changes.

ash211 commented 13 years ago

Fixed.