Parallel CPU for lattice Boltzmann Method
9 ビュー (過去 30 日間)
古いコメントを表示
Hello guys, I'm working with LBM and the computing process are become very slow because of mesh size that I using now. I would like to Know if there is a tutorial or simple code to learn about parallel cpu (Note: I can't use parallel GPU).
0 件のコメント
採用された回答
OCDER
2017 年 9 月 29 日
Here're some tutorials and sample that you could start with. parpool and parfor are function you should become familiar with. Also learn about Sliced Variables since that dictates how to structure your data and code.
その他の回答 (1 件)
Debashis Panda
2019 年 9 月 30 日
Dear Rafael,
Have you been successful in using Matlab parallel computing toolbox in making parallel LBM? If so, can you exaplain how and why will it be better than MPI programming?
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Parallel for-Loops (parfor) についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!