

The host collects messages from compute-node-0 and performs operations (such as printing, displaying messages, and writing to a file) on all of the data, in the same way as the serial solver. All of the parallel ANSYS Fluent processes (as well as the serial process) are identified by a unique integer ID.

For example, the message-passing library could be a vendor implementation of the Message Passing Interface (MPI) standard. Inter-process communication is managed by a message-passing library. Each compute node is virtually connected to every other compute node, and relies on inter-process communication to perform such functions as sending and receiving arrays, synchronizing, and performing global operations (such as summations over all cells). Communication from the compute nodes to the host is possible only through compute-node-0 and only when all compute nodes have synchronized with each other. Each compute node simultaneously executes the same program on its own data set. This specialized compute node distributes the host commands to the other compute nodes. The host distributes those commands to the other compute nodes via a socket interconnect to a single designated compute node called compute-node-0.

Instead, the host process only interprets commands from ANSYS Fluent’s graphics-related interface, cortex. ANSYS Fluent uses a host process that does not store any mesh or solution data. This is referred to as solver “scalability.” However, beyond a certain point, the ratio of network communication to computation increases, leading to reduced parallel efficiency, so optimal system sizing is important for simulations. Generally, as the number of compute nodes increases, turnaround time for solutions will decrease. The compute-node processes can be executed on a massively-parallel computer, a multiple-CPU workstation, or a network cluster of computers. The number of partitions is equal to or less than the number of processors (or cores) available on your compute cluster. Parallel ANSYS Fluent splits up the mesh and data into multiple partitions, then assigns each mesh partition to a different compute process (or node). ANSYS Fluent interacts with the host process and the collection of compute nodes using a utility called cortex that manages ANSYS Fluent’s user interface and basic graphical functions. Parallel processing in ANSYS Fluent involves an interaction between ANSYS Fluent, a host process, and a set of compute-node processes.
