由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - what is the compiler options for the routine "ssyev"
相关主题
How to compile F77 file with C ?直接用NR的源程序需要注意什么吗?
偶也问一fortran问题求矩阵逆的算法
谁给说说fortran的几个标准Fast solver of linear equation system
[合集] 请教c下面大数祖问题请问如何在C++中使用lapack?
有人用过Matlab的Compiler吗?或者是否有什么工具能把Matlab程序转成C, C++?problem about Fortran 77 in unix
matlab改成C++,还用了号称史上最快的fftw,结果慢了一倍有没有用Lapack的?
paralllel eigensolverLAPACK++ Re: 求解PDE时,用到大型的矩阵,C++里怎么处理?
稀疏矩阵压缩复数矩阵对角化有多快?
相关话题的讨论汇总
话题: ssyev话题: compiler话题: options话题: routine话题: dsyev
进入Computation版参与讨论
1 (共1页)
a******6
发帖数: 78
1
Hello.
I am now trying to compile a C file containing the routine "ssyev" in lapack
. I am supposed to use some compiler options such as :
gcc -L/usr/lib -lgsl -lgslcblas -llapack -lblas -lm -o dsyev_test dsyev_
test.c
However, I have not found what compiler options to add.
Any ideas?
Thanks a lot.
d*****1
发帖数: 1837
2
which version of gcc?
-lg2c for gcc3
or
-lgfortran for gcc4
1 (共1页)
进入Computation版参与讨论
相关主题
复数矩阵对角化有多快?有人用过Matlab的Compiler吗?或者是否有什么工具能把Matlab程序转成C, C++?
mklman is by far the most grandious reference manual i've seenmatlab改成C++,还用了号称史上最快的fftw,结果慢了一倍
请教一个fortran 90编程的问题paralllel eigensolver
lapack++ and blitz++稀疏矩阵压缩
How to compile F77 file with C ?直接用NR的源程序需要注意什么吗?
偶也问一fortran问题求矩阵逆的算法
谁给说说fortran的几个标准Fast solver of linear equation system
[合集] 请教c下面大数祖问题请问如何在C++中使用lapack?
相关话题的讨论汇总
话题: ssyev话题: compiler话题: options话题: routine话题: dsyev