HOW TOs

From KratosWiki
(Difference between revisions)
Jump to: navigation, search
(C++)
Line 11: Line 11:
 
* [[How to "survive" OpenMP parallelism]]
 
* [[How to "survive" OpenMP parallelism]]
 
* [[How to force a scalar run]]
 
* [[How to force a scalar run]]
 +
 +
== MPI Parallelism ==
 +
* [[How to run your application in cluster]]
  
 
== Python ==
 
== Python ==
Line 29: Line 32:
 
* [[How to add automatic benchmarking to your example]]
 
* [[How to add automatic benchmarking to your example]]
 
* [[How to use parallel Pardiso solver for your example]]
 
* [[How to use parallel Pardiso solver for your example]]
* [[How to run your application in cluster]]
 
 
* [[How to work with nodes and elements in python]]
 
* [[How to work with nodes and elements in python]]
 
* [[How to create the problem_type.gid folder with the new problem type generator]]
 
* [[How to create the problem_type.gid folder with the new problem type generator]]

Revision as of 17:53, 24 May 2010

This section is intended as a list of "recipes" for common needs in using the Kratos

Contents

General

OpenMP Parallelism

MPI Parallelism

Python

C++

Personal tools
Categories