| 
|  Errors after building OpenMX, illegal value info=-3 in dstevx_ |  | 
 Date: 2012/01/18 06:11
 Name: Grigory Shamov
 
Dear OpenMX Users,
 I'm trying to build the recent version, OpenMX 3.6p1. I'm using GCC 4.4, serial and OpenMPI and either Goto2 or MLK 10.3 mathematical libraries. For the GotoBLAS2 and serial code, my makefile has:
 
 CC = gcc -O3 -Dnompi -Dnoomp -I$(mysoft)/fftw-3.3-gcc/include
 LIB = -L$(mysoft)/fftw-3.3-gcc/lib -lfftw3 ./libgoto2.a -lgfortran
 
 It compiles, but then results in the " illegal value info=-3 in dstevx_" error. MKL built code behaves the same. Could you please suggest how to fix the problem? Thank you very much in advance!
 
 --
 Grigory Shamov
 University of Manitoba
 
 |  |