Data Structure: Parallel_control |
|
Description |
Parallel Control data structure |
Usage |
Parallel_control NUM=ival where ival is the data structure number |
Description |
Overview Associated functions •Read_parallel_control - Read parallel data structure |
Decomposition_type Domain decomposition type |
Usage |
||||
|
||||
Description |
||||
Domain decomposition type. Valid values are: • "Specific" - specified by element list • "Metis" - Metis domain decomposition algorithm
|
Decomposition_file_name Domain decomposition file |
Usage |
||||
|
||||
Description |
||||
File containing domain decomposition data in hdf format
|
Output_level Output level for checking parallel communication |
Usage |
||||
|
||||
Description |
||||
Output level (in increasing detail) for checking parallel communication. Valid values are: • 1 - Major functions only • 2 - Primary functions • 3 - Detailed (recommended) • 4 - Very detailed
|
Group_numbers List of ParaGeo groups by number |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of ParaGeo groups by number to be applied weighting for domain partition
|
Groups List of ParaGeo groups with name |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of ParaGeo groups by name to be applied weighting for domain partition
|
Group_weights Weighting for each ParaGeo group (default 1.0) |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Weighting for each ParaGeo group (default 1.0)
|
Material_numbers List of ParaGeo Materials by number |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of ParaGeo Materials by number to be applied weighting for domain partition
|
Materials List of ParaGeo Materials by name defined by Spatial_grid_Material data |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of ParaGeo Materials by name to be applied weighting for domain partition.
|
Material_weights Weighting for each ParaGeo Material (default 1.0) |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Weighting for each ParaGeo Material (default 1.0)
|
Contact_weight Weighting for contact elements |
Usage |
||||
|
||||
Description |
||||
Weighting for contact elements (default 0.2)
|
Element_weight Weighting factor for number of element nodes |
Usage |
||||
|
||||
Description |
||||
Weighting factor for number of element nodes ( Welem (default 0.7)). This weighting factor scales the element weight based on the number of nodes used by each element type ( nelem ). It therefore has no influence if the model uses a single element type. If mixed element types are used then the default element weight ( Wdef) is set using the default number of nodes ( ndef a triangle (2-D) with 3-nodes or a tetrahedra (3-D) with 4-nodes), so that the weighting for elements with different number of nodes is then:
W = Wdef + ( nelem - ndef) * Welem
|
Load_balancing_type Load balancing type |
Usage |
||||
|
||||
Description |
||||
Load balancing type. Valid values are: • 0 - No load balancing • 1 - Perform load balancing operations to create optimal domain partition and terminate
|
Load_balancing_num_steps Number of load balancing steps |
Usage |
||||
|
||||
Description |
||||
Number of load balancing steps (default = 0 No load balancing)
|
Load_balancing_tolerance Tolerance for termination of load balancing steps |
Usage |
||||
|
||||
Description |
||||
Tolerance for termination of load balancing steps (default 0.05)
|
Load_balancing_frequency Number steps between load balancing operations |
Usage |
||||
|
||||
Description |
||||
Number steps between load balancing operations (default = 1000)
|
Write_domains_and_exit Flag to indicate whether to exit just after creating the parallel files |
Usage |
||||
|
||||
Description |
||||
Flag to indicate whether to exit just after creating the parallel files • 0 - Perform simulation after decomposition • 1 - Terminate after decomposition
|
Number_domains_per_node Number of domains for each cluster node |
Usage |
||||
|
||||
Description |
||||
Number of domains on each cluster node. Only required for large models that require large amounts of memory. If Number_domains_per_node is specified then the number of domains simulataneously initialised will be defined by Number_simultaneous_domains to reduce peak memory requirements.
|
Number_simultaneous_domains Number of domains for simultaneous initialisation |
Usage |
||||
|
||||
Description |
||||
Number of domains on each cluster node (default 10)
|