Resourse for computation with MAtlab
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hi,
I need to run thousands of runs of the same program: these runs are absolutely independent from each other and differs just in parameter values, i.e. I randomly draw values and feed them to my program and run it. These calculations (1000 runs) takes 5 days and I need to make much more runs (atleast 10x1000, so it takes about 50 days to obtain reasults).
Maybe there is some free computing resources for Matlab (I know that there is such place for computation with R), so that I could run 1000 simulations on one core another 1000 on another core and so on?
It is not parallel computing, so I just need free computer time.
댓글 수: 4
Oleg Komarov
2011년 9월 28일
If not in parallel how do you want to save time withouth even posting the code with example inputs?
Daniel Shub
2011년 9월 28일
When it comes to cluster computing this is a small project. Is it commercial or academic? Do you have access to the MATLAB compiler for a variety of OSs? Do you have money to pay for the time? What country are you in?
Tomas Iesmantas
2011년 9월 28일
Jan
2011년 9월 28일
@Tomas: If you want to find a method to reduce the computing time, find the bottle-necks and post them here. There are many pitfalls in Matlab and tiny changes (pre-allocation...) can speedup the calculations incredibly. It's worth to try.
답변 (0개)
이 질문은 마감되었습니다.
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!