parallel#
Bases:
TUIMenuEnter 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:
TUIMethodRecombines distributed mesh data into a single partition on compute node 0.
Bases:
TUIMethodAutomatically partitions face-zones for parallel meshing.
Bases:
TUIMethodDisplays computed partition data to the console.
Bases:
TUIMethodSpecifies 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:
TUIMethodControls the maximum number of threads on each machine.