Difference between revisions of "Parallelization by Joel Guerrero"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
[[category:parallelization]]
 
* '''contributor''': Joel Guerrero
 
* '''contributor''': Joel Guerrero
 
* '''affiliation''': Universita degli Studi di Genova, Wolf Dynamics
 
* '''affiliation''': Universita degli Studi di Genova, Wolf Dynamics
* '''contact''': joel.guerrero@unige.it
+
* '''contact''': <mail address='joel.guerrero@unige.it' description='author'>click here for email address</mail>
* '''OpenFOAM version''': 3.0.x
+
* '''OpenFOAM version''': 6
 
* '''published under''': CC BY-SA license ([https://creativecommons.org/licenses creative commons licenses])
 
* '''published under''': CC BY-SA license ([https://creativecommons.org/licenses creative commons licenses])
  
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_10 Day 10].
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_10 Day 10].
  
=[http://www.wolfdynamics.com/images/pdf/module5.pdf Parallelization - Cluster and cloud]=
+
=[http://www.wolfdynamics.com/wiki/parallel.pdf Running in parallel - Highlights]=
  
In this [http://www.wolfdynamics.com/images/pdf/module5.pdf pdf] your will find an extensive introduction to parallelization in OpenFOAM. You will learn about
+
[[File:joegi_f5.png|400px|right|Running in parallel]]
  
* multiple cores on a computer
+
In these [http://www.wolfdynamics.com/wiki/parallel.pdf slides], you will find some basic information on how to run in parallel using OpenFOAM. You will learn about,
* domain decomposition
+
 
* running in parallel
+
* Why parallel computing?
* visualization of parallel cases
+
* What is parallel computing?
* running in a cluster
+
* Finding hardware information for running in parallel
* running in the cloud
+
* Domain decomposition
 +
* Running in parallel
 +
* Visualization of parallel cases
 +
 
 +
 
 +
 
 +
You can download the case files at this [http://www.wolfdynamics.com/wiki/parallel.tar.gz link].
 +
 
 +
 
 +
Go back to the [https://wiki.openfoam.com/Collection_by_authors#Joel_Guerrero contributions page].

Latest revision as of 10:02, 6 January 2020

Go back to Day 10.

Running in parallel - Highlights

Running in parallel

In these slides, you will find some basic information on how to run in parallel using OpenFOAM. You will learn about,

  • Why parallel computing?
  • What is parallel computing?
  • Finding hardware information for running in parallel
  • Domain decomposition
  • Running in parallel
  • Visualization of parallel cases


You can download the case files at this link.


Go back to the contributions page.