Difference between revisions of "Partition"

From PHASTA Wiki
Jump to: navigation, search
(Moved to "Level 1 Partition")
 
(21 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Chef==
 
Chef an open source SCOREC code that is this group's primary tool to partition a problem domain to many subdomains. This is done to allow any array of compute nodes to each focus on solving the problem in parallel. That is, to divide the problem domain into subdomains to give to different computational workers. When we perform this step, all that is needed for inputs are the, 1) SCOREC mesh constructed from the output of the conversion and meshing steps, and 2) the number of parts (subdomains) to divide the problem up into. A generic workflow for this step is described below:
 
=== Basic Directory Structure===
 
  
=== Partioning from serial via Viz nodes===
 
=== Partioning to N processes via Viz nodes===
 
=== Further Partitioning===
 

Latest revision as of 09:22, 15 September 2020