You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test suite no longer uses valgrind by default due to issues with MPI and valgrind (see PR #89 and issue #125). Travis is currently failing because the `sudo apt-get install valgrind` is returning an error. Since the test suite doesn't use valgrind, this command is being flushed.
PR #89 required the removal of Valgrind from the test suite because it wouldn't work with mpi as implemented.
We should put it back, and make sure it can play nicely with mpi.
The text was updated successfully, but these errors were encountered: