parallel#

class ansys.fluent.core.generated.solver.tui_242.main_menu.parallel(service, version, mode, path)#

Bases: TUIMenu

Enter the parallel processing menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

bandwidth(service, version, mode, path)

Shows network bandwidth.

check(service, version, mode, path)

Performs checks of various factors that affect parallel performance.

check_verbosity(service, version, mode, path)

Sets verbosity output of the parallel check.

gpgpu(service, version, mode, path)

Enters the GPGPU menu.

latency(service, version, mode, path)

Shows network latency.

load_balance(service, version, mode, path)

Enters the load balancing parameters menu.

multidomain(service, version, mode, path)

Enters the multidomain architecture menu.

network(service, version, mode, path)

partition(service, version, mode, path)

Enters the partition domain menu.

set(service, version, mode, path)

Enters the set parallel parameters menu.

show_connectivity(service, version, mode, path)

Prints the network connectivity for the selected compute node.

thread_number_control(service, version, ...)

timer(service, version, mode, path)

Enters the timer menu.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

class bandwidth(service, version, mode, path)#

Bases: TUIMethod

Shows network bandwidth.

class check(service, version, mode, path)#

Bases: TUIMethod

Performs checks of various factors that affect parallel performance.

class check_verbosity(service, version, mode, path)#

Bases: TUIMethod

Sets verbosity output of the parallel check. Higher verbosity corresponds to more detailed information.

class latency(service, version, mode, path)#

Bases: TUIMethod

Shows network latency.

class show_connectivity(service, version, mode, path)#

Bases: TUIMethod

Prints the network connectivity for the selected compute node.

class thread_number_control(service, version, mode, path)#

Bases: TUIMethod

.