parallel#

class ansys.fluent.core.solver.tui_231.main_menu.parallel(path, service)#

Bases: TUIMenu

Enter the parallel processing menu.

Methods:

bandwidth(*args, **kwargs)

Shows network bandwidth.

check(*args, **kwargs)

Performs checks of various factors that affect parallel performance.

check_verbosity(*args, **kwargs)

Sets verbosity output of the parallel check.

latency(*args, **kwargs)

Shows network latency.

load_balance(*args, **kwargs)

Enters the load balancing parameters menu.

multidomain(*args, **kwargs)

Enters the multidomain architecture menu.

network(*args, **kwargs)

Enter the network configuration menu.

partition(*args, **kwargs)

Enters the partition domain menu.

set(*args, **kwargs)

Enters the set parallel parameters menu.

show_connectivity(*args, **kwargs)

Prints the network connectivity for the selected compute node.

thread_number_control(*args, **kwargs)

Thread number control.

timer(*args, **kwargs)

Enters the timer menu.

Classes:

gpgpu(path, service)

Enters the GPGPU menu.

bandwidth(*args, **kwargs)#

Shows network bandwidth.

check(*args, **kwargs)#

Performs checks of various factors that affect parallel performance.

check_verbosity(*args, **kwargs)#

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

class gpgpu(path, service)#

Bases: TUIMenu

Enters the GPGPU menu.

Methods:

select(*args, **kwargs)

Selects which GPGPUs to use for AMG acceleration.

show(*args, **kwargs)

Lists the available GPGPUs.

select(*args, **kwargs)#

Selects which GPGPUs to use for AMG acceleration.

show(*args, **kwargs)#

Lists the available GPGPUs. GPGPUs selected for use are indicated by the presence of an asterisk (*).

latency(*args, **kwargs)#

Shows network latency.

load_balance(*args, **kwargs)#

Enters the load balancing parameters menu.

multidomain(*args, **kwargs)#

Enters the multidomain architecture menu.

network(*args, **kwargs)#

Enter the network configuration menu.

partition(*args, **kwargs)#

Enters the partition domain menu.

set(*args, **kwargs)#

Enters the set parallel parameters menu.

show_connectivity(*args, **kwargs)#

Prints the network connectivity for the selected compute node.

thread_number_control(*args, **kwargs)#

Thread number control.

timer(*args, **kwargs)#

Enters the timer menu.