Skip to content

Conversation

vvmurthy
Copy link

Two changes:

  1. The argument to .theanorc is ldflags so that was changed as a result.

  2. Theano throws a warning:

WARNING (theano.tensor.blas): We did not found a dynamic library into the library_dir of the library we use for blas. If you use ATLAS, make sure to compile it with dynamics library.

This fixes the warning.

@wenjie2wang
Copy link

I also found this typo. FYI, changing \n[blas]\nldflag = -L/usr/lib/openblas-base -lopenblas \ to \n[blas]\nldflags = -L/usr/lib/openblas-base -lblas \ also makes the warning disappear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants