Skip to content

Something weird with the serial version of OpenBLAS #191

@susilehtola

Description

@susilehtola

Hi,

I've been recently trying to benchmark how faster my code, ERKALE (http://erkale.googlecode.com), becomes when it's linked against OpenBLAS instead of ATLAS.

However, I've run into a seriously strange bug. Some calculations run through just fine, but others give weird results with the serial version of the library. However, the same program linked against the OpenMP version of OpenBLAS give the correct results.

My program is mostly using just matrix-vector multiplication (maybe some matrix-matrix as well), dot products, and most importantly eigenvector analysis (for symmetric matrices). I have currently no idea on what the problem really is, but maybe you could look into this?

The system I've been running on is a Sandy Bridge (Intel(R) Core(TM) i7-2600).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions