OpenBLAS fix attempt.

This commit is contained in:
Tadas Baltrusaitis
2017-06-12 20:32:59 -04:00
parent 153c800eeb
commit 85c603a85c
4 changed files with 8 additions and 5 deletions

View File

@@ -90,6 +90,14 @@ CEN_patch_expert::CEN_patch_expert(const CEN_patch_expert& other) : confidence(o
void CEN_patch_expert::Read(ifstream &stream)
{
// Setting up OpenBLAS
#if OS_UNIX
#else
openblas_set_num_threads(1);
#endif
// Sanity check
int read_type;