festvox / speech_tools

Edinburgh Speech Tools
Other
56 stars 25 forks source link

wagon: -omp_nthreads ignored: not support in this build. wagon script status: INCORRECT #2

Closed baaslaawe closed 6 years ago

baaslaawe commented 6 years ago

hello 👍

when i try to install i got this errorr

(make test) wagon: -omp_nthreads ignored: not support in this build. wagon script status: INCORRECT

and also i got

RMSE 37.2237 Correlation is 0.4856 Mean (abs) Error 28.7110 (23.7016) wagon: -omp_nthreads ignored: not support in this build.

VZIKL commented 6 years ago

@baaslaawe please provide more information such as OS , More information about compiled error, etc.

awbcmu commented 6 years ago

This error is really in the make test script, the test script assume omp is supported, but when it isn't there is a mismatch in the output with the completely appropriate error message. The answer might be allow for multiple valid outputs in the make test script, but we don't have that anywhere else at present.

saikrishnarallabandi commented 6 years ago

closing.