ansys.fluent.core.scheduler#

A package providing job scheduler support.

Functions:

build_parallel_options(machine_list)

Constructs Fluent's parallel arguments given a list of machines.

ansys.fluent.core.scheduler.build_parallel_options(machine_list)#

Constructs Fluent’s parallel arguments given a list of machines.

Parameters:
machine_listMachineList

List of machines obtained by calling load_machines.

Notes

When running serial no options are passed back to the caller as Fluent can be started without additional arguments in that case.

If the parallel options are being built on the same machine as Fluent is run on, and it’s local parallel, then the -cnf argument is not constructed. On Windows HPC the job scheduler returns hostnames as upper case but the socket module may return lower case.