parallel#
Bases:
TUIMenu
Enter the parallel menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
agglomerate
(service, version, mode, path)Recombines distributed mesh data into a single partition on compute node 0.
auto_partition
(service, version, mode, path)Automatically partitions face-zones for parallel meshing.
print_partition_info
(service, version, mode, ...)Displays computed partition data to the console.
spawn_solver_processes
(service, version, ...)Specifies the number of solver processes.
thread_number_control
(service, version, ...)Controls the maximum number of threads on each machine.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Recombines distributed mesh data into a single partition on compute node 0.
Bases:
TUIMethod
Automatically partitions face-zones for parallel meshing.
Bases:
TUIMethod
Displays computed partition data to the console.
Bases:
TUIMethod
Specifies the number of solver processes. Additional processes will be spawned as necessary when switching to solution mode in Linux with the default MPI. You will also be prompted for (Linux and mixed Windows/Linux) interconnect type, machine list or host file, and (Linux and mixed Windows/Linux) option to be used.
Bases:
TUIMethod
Controls the maximum number of threads on each machine.