Parallel CPU for lattice Boltzmann Method
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Rafael Meier
le 29 Sep 2017
Réponse apportée : Debashis Panda
le 30 Sep 2019
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 commentaires
Réponse acceptée
OCDER
le 29 Sep 2017
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.
Plus de réponses (1)
Debashis Panda
le 30 Sep 2019
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 commentaires
Voir également
Catégories
En savoir plus sur Parallel for-Loops (parfor) dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!