Hi I use fedora23 to calculate matrix. So I am trying to install CLAPACK-3.2.1 to my computer.
In the procedure, 1. download clapack.tgz (version 3.2.1) from www.netlib.org/clapack -> done 2. cd CLAPACK-3.2.1 and cp make.inc.example make.inc -> done 3. make f2clib -> done properly 4. make blaslib -> done properly 5. make (this takes a while) -> problem starts here.
in a procedure of make, there are two errors. The error message is this.
make[2]: Leaving directory '/home/optics/CLAPACK/TESTING/EIG'
NEP: Testing Nonsymmetric Eigenvalue Problem routines
./xeigtstz < nep.in > znep.out 2>&1
/bin/sh: line 1: 9412 Segmentation fault (core dumped) ./xeigtstz < nep.in > znep.out 2>&1
Makefile:438: recipe for target 'znep.out' failed
make[1]: *** [znep.out] Error 139
make[1]: Leaving directory '/home/optics/CLAPACK/TESTING'
Makefile:44: recipe for target 'lapack_testing' failed
make: *** [lapack_testing] Error 2
==============================================================================
I cannot understand this. Please help me dealing with these errors.