Skip to content

Question about failed Neper tests #890

Answered by rquey
Hsu-Chia-Jui asked this question in Q&A
Discussion options

You must be logged in to vote

Try to run the tests in minimal mode maybe:

cmake -DBUILD_TESTING_MODE=Minimal ..
make
ctest

From past discussions, I also think that there might be issues with multithreading on WSL. So, also try this:

cmake -DHAVE_OPENMP=OFF ..
make
ctest

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@geoyanzhan3
Comment options

@rquey
Comment options

@geoyanzhan3
Comment options

@rquey
Comment options

@geoyanzhan3
Comment options

Answer selected by rquey
Comment options

You must be logged in to vote
1 reply
@rquey
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants