由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - Gfortran library
相关主题
mklman is by far the most grandious reference manual i've seenFast solver of linear equation system
请教一个计算速度的问题有没有用Lapack的?
谁最近买国FORTRAN的COMPILER,FOR WINDOWS,请介绍一下。[合集] 这里有lapack用的比较熟悉的人吗?
fortran problemdo you use blas/lapack?
How to install 32 bit app in 64 bit system? (转载)lapack如何求解XA=B
请教关于IMSL Fortran Numerical Library的问题C++里用Blas/Lapack的问题
直接用NR的源程序需要注意什么吗?我们碰到的大麻烦——急寻计算机工作和博后机会 (转载)
求矩阵逆的算法MKL的mkl_lapacke.h与哪个库文件联用?
相关话题的讨论汇总
话题: gfortran话题: library话题: fortran话题: 下用话题: free
进入Computation版参与讨论
1 (共1页)
b****z
发帖数: 337
1
一直以来是在Windows下用的Compaq visual fortran 或是Intel Visual fortran ,现在
想在Linux下用.对于Free的Gfortran, libgfortran是相当于CVF或IVF的IMSL吗?我在网上
也搜不到manual,请问大家一般是用的什么库?谢谢
c***r
发帖数: 1570
2
gfortran is a compiler
b****z
发帖数: 337
3
我知道Gfortran是个Free的Compiler
但是我还需要许多的其它Functions or Subroutines来进行运算,比如Matrix
operations
Random variable generations,Gfortran下用什么Library库函数 吗?
谢谢

【在 c***r 的大作中提到】
: gfortran is a compiler
m*******1
发帖数: 58
4
1. 矩阵计算, 你可以用其它的函数库, 比如: BLAS, gotoBLAS, LAPACK, etc.
2. For non-commercial use, 你可以试试 Intel Fortran for Linux 和 MKL库, non-
commercial version is free. 生成的代码计算效率非常高.
x*****u
发帖数: 3419
5
how about this one:
http://www.gnu.org/software/gsl/

【在 b****z 的大作中提到】
: 我知道Gfortran是个Free的Compiler
: 但是我还需要许多的其它Functions or Subroutines来进行运算,比如Matrix
: operations
: Random variable generations,Gfortran下用什么Library库函数 吗?
: 谢谢

m*******1
发帖数: 58
6
可以看看各种函数库的比较:
http://wenku.baidu.com/view/828a7aa1284ac850ad024248.html
我比较喜欢用GotoBLAS.
k****5
发帖数: 546
7

thanks, very useful document

【在 m*******1 的大作中提到】
: 可以看看各种函数库的比较:
: http://wenku.baidu.com/view/828a7aa1284ac850ad024248.html
: 我比较喜欢用GotoBLAS.

t*****n
发帖数: 4908
8
猴子说的没错,同道中人。

【在 m*******1 的大作中提到】
: 可以看看各种函数库的比较:
: http://wenku.baidu.com/view/828a7aa1284ac850ad024248.html
: 我比较喜欢用GotoBLAS.

1 (共1页)
进入Computation版参与讨论
相关主题
MKL的mkl_lapacke.h与哪个库文件联用?How to install 32 bit app in 64 bit system? (转载)
再问一个fortran的问题请教关于IMSL Fortran Numerical Library的问题
请教: 关于Fortran编译器直接用NR的源程序需要注意什么吗?
Free Fortran compiler for Linux (转载)求矩阵逆的算法
mklman is by far the most grandious reference manual i've seenFast solver of linear equation system
请教一个计算速度的问题有没有用Lapack的?
谁最近买国FORTRAN的COMPILER,FOR WINDOWS,请介绍一下。[合集] 这里有lapack用的比较熟悉的人吗?
fortran problemdo you use blas/lapack?
相关话题的讨论汇总
话题: gfortran话题: library话题: fortran话题: 下用话题: free