12.6     Partitioning Requests

 

PARTITIONS

 

            PARTITIONS            number_of_partitions = nparts, etc...

 

Specify the number of partitions and the partitioning algorithm for multi-processing using MPI implementation.

 

Note

Variable Name

Type

Default

Description

 

 

 

 

 

 

Partitioning_algorithm

list

[*]

Partitioning algorithm

 

     regions

 

 

 

 

     spectral

 

 

 

 

     metis_nodal

 

 

 

 

     metis_dual

 

 

 

 

 

 

 

 

 

Number_of_partitions

integer

[0]

Number of partitions

 

 

 

 

 

 

Overlapping

list

[on]

Overlapping option

 

     on / off

 

 

 

 

 

 

 

 

 

Notes/

(1)If greater than 1, defaults to number_of_processors during mpi execution.

 


 

 

Notes . .