Compiling NWChem 6.6 (ubuntu 14.04)
Click here for full thread
Gets Around
8:52:07 PM PDT - Thu, May 12th 2016
Quote:Edoapra
May 13th 1:04 am
Quote:Vladimir
May 11th 11:52 pm
What 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
I find no difference (speed, precision) with (USE_64TO32=y; make 64_to_32) or without in my case.