Difference between revisions of "Parallelization by Joel Guerrero"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
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/wiki/tbd Running in parallel - Running on the cloud]=
+
=[http://www.wolfdynamics.com/wiki/parallel.pdf Running in parallel - Running on the cloud]=
  
In this [http://www.wolfdynamics.com/wiki/tbd pdf]-TBD your will find an extensive introduction to parallelization in OpenFOAM. You will learn about,
+
In these [http://www.wolfdynamics.com/wiki/parallel slides], you will find some basic information on how to run in parallelin OpenFOAM. You will learn about,
  
 
* Why parallel computing?  
 
* Why parallel computing?  
 
* What is parallel computing?
 
* What is parallel computing?
* Finding hardware information for running in prallel
+
* Finding hardware information for running in parallel
 
* Domain decomposition
 
* Domain decomposition
 
* Running in parallel
 
* Running in parallel
* visualization of parallel cases
+
* Visualization of parallel cases
* Eunning in a cluster
+
* Running in a cluster
* Eunning in the cloud
+
* Running in the cloud
 +
 
 +
 
 +
You can download the case files in 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].
 
Go back to the [https://wiki.openfoam.com/Collection_by_authors#Joel_Guerrero contributions page].

Revision as of 18:10, 15 July 2017

Go back to Day 10.

Running in parallel - Running on the cloud

In these slides, you will find some basic information on how to run in parallelin 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
  • Running in a cluster
  • Running in the cloud


You can download the case files in this link.

Go back to the contributions page.