Hi,
I try to solve an algebric system A*T=b by by calling the LAPACK and BLAS libarairies. the subroutine used is SGTSV with a 899 by 899 matrix.
compilation is well done, i used this syntax:
. But, the the run display an error with this syntax:
I didn't understand the origin of this error!!
i run with debugging:
this operation takes much time!!! what should i do? some suggestions,
thanks
I try to solve an algebric system A*T=b by by calling the LAPACK and BLAS libarairies. the subroutine used is SGTSV with a 899 by 899 matrix.
compilation is well done, i used this syntax:
Code:
ipsa@ipsa-HP-Compaq-8510p:~/Documents/codes eq chaleur/res eq ch variable/res_var_lib/test2$ gfortran -std=legacy -fcheck=all -Wall -g -fbacktrace -Wtabs test2.f90 -o test2.exe /usr/lib/liblapack.a /usr/lib/libblas.a
Code:
tou@tou-HP-Compaq-8510p:~/Documents/codes eq chaleur/res eq ch variable/res_var_lib/test2$ ./test2.exe
ERROR 1
I didn't understand the origin of this error!!
i run with debugging:
Code:
tou@tou-HP-Compaq-8510p:~/Documents/codes eq chaleur/res eq ch variable/res_var_lib/test2$ gdb ./test2.exe
thanks