由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - Should I use C or matlab?
相关主题
Parallel computing in Matlab求一个特殊矩阵的特征值
请教一下Matlab下的那个Parallel Computing请问C里面有没有现成的matrix computation as matlab
请问Markov Chain Monte Carlo和 Monte Carlo根本性的区别是什么?[合集] [有奖活动]介绍您的科学计算相关背景
Should change "computation" to "matlab computation"发现gsl
numerical recipe c++Matlab 中的 fmincon 函数
[合集] 这里有lapack用的比较熟悉的人吗?For reasonable computing and data analysis with Matlab
有做GPU computing的吗?问个matlab的matrix问题
两个方向,想听听大家的意见Matlab跑了两天了没有反应
相关话题的讨论汇总
话题: matlab话题: should话题: rewrite话题: efficiency话题: atlas
进入Computation版参与讨论
1 (共1页)
g******n
发帖数: 339
1
Hi,folks:
I am running a very computationally intensive Monte-Carlo Markov Chain
algorithm using R, but it seemed extremely slow. I know if I rewrite the
program in C, the efficiency will be improved a gread deal, however, it
might be easier for me to rewrite in matlab than C. Is there a significant
difference in efficiency between C and matlab for running MCMC program?
Thanks.
L*******g
发帖数: 913
2
I think it'll be faster in C.

【在 g******n 的大作中提到】
: Hi,folks:
: I am running a very computationally intensive Monte-Carlo Markov Chain
: algorithm using R, but it seemed extremely slow. I know if I rewrite the
: program in C, the efficiency will be improved a gread deal, however, it
: might be easier for me to rewrite in matlab than C. Is there a significant
: difference in efficiency between C and matlab for running MCMC program?
: Thanks.

m**********e
发帖数: 24
3
Unless you have exactly what is needed to be done and if you have to check
and debug your C code. Matlab is very efficient already and has plenty of
built-in functions. Getting a new CPU would help too.
L*******g
发帖数: 913
4
If you want to run your code on a cluster, you definitely want to use C.
k******n
发帖数: 35
5
For matrix computations intensive codes, Matlab could be as fast as C.
s**b
发帖数: 169
6
agree,by the way, how fast can atlas provide gcc in general?

【在 k******n 的大作中提到】
: For matrix computations intensive codes, Matlab could be as fast as C.
k******n
发帖数: 35
7
Sometimes, ATLAS could achieve more than 10x performance than naively
compiled BLAS.

【在 s**b 的大作中提到】
: agree,by the way, how fast can atlas provide gcc in general?
s**b
发帖数: 169
8
that's great, worth take a try

【在 k******n 的大作中提到】
: Sometimes, ATLAS could achieve more than 10x performance than naively
: compiled BLAS.

M******e
发帖数: 48
9
http://www.interactivesupercomputing.com/products/
Star-P software is a client-server parallel-computing platform that’s been
designed to work with multiple Very High Level Language (VHLL) client
applications such as MATLAB®, Python, or R, and has built-in tools to
expand VHLL computing capability through addition of libraries and hardware-
based accelerators.
某一天看到了,觉得如果有条件可以看看
s**i
发帖数: 381
10
my experience is that Matlab won't be as fast after the size has increased
to some very large point

【在 k******n 的大作中提到】
: For matrix computations intensive codes, Matlab could be as fast as C.
k******n
发帖数: 35
11
Is there any reason?
On some platforms, Matlab calls ATLAS. I guess your C codes also call ATLAS.
Why does it get slow?

【在 s**i 的大作中提到】
: my experience is that Matlab won't be as fast after the size has increased
: to some very large point

1 (共1页)
进入Computation版参与讨论
相关主题
Matlab跑了两天了没有反应numerical recipe c++
请问怎么增大matlab的可用内存?[合集] 这里有lapack用的比较熟悉的人吗?
新手请教面向对象科学计算有做GPU computing的吗?
什么软件做computer simulation速度快?两个方向,想听听大家的意见
Parallel computing in Matlab求一个特殊矩阵的特征值
请教一下Matlab下的那个Parallel Computing请问C里面有没有现成的matrix computation as matlab
请问Markov Chain Monte Carlo和 Monte Carlo根本性的区别是什么?[合集] [有奖活动]介绍您的科学计算相关背景
Should change "computation" to "matlab computation"发现gsl
相关话题的讨论汇总
话题: matlab话题: should话题: rewrite话题: efficiency话题: atlas