11:04:43 AM PDT - Thu, May 12th 2016 |
|
Quote:Vladimir May 11th 11:52 pmWhat does it means?
export BLAS_SIZE=4
export USE_64TO32=y
I'm using openblas and doesn't require this.
- sudo apt-get install libopenblas-dev
export BLASOPT="-L/usr/lib/openblas-base -lopenblas"
export LIBRARY_PATH=$LIBRARY_PATH:/usr/lib/openblas-base
Yes, you need those definitions for openblas on a 64-bit architecture, unless openblas was compiled with 64-bit integers (INTERFACE64=1)
http://nwchemgit.github.io/index.php/Compiling_NWChem#Optimized_math_libraries
|