Commits

Thomas Anderson authored 4f5691e5c00
Fix test execution when USE_OPENMP=0 The standard way to disable OpenMP support is to set USE_OPENMP=0, as indicated by other checks to see if USE_OPENMP equals 1. The problem is obviously then that `ifdef USE_OPENMP` is very much not what we want to test for. This causes tests to fail when no OpenMP library is installed.