Launch the SolverThe kernel steps of the solver can be launched on a different process. The below capability is useful only for Windows 32-bit platforms. The kernels steps of the solver are launched transparently on a different process. It concerns the steps that are consuming a lot of memory. The slave process will benefit from small contiguous available memory for computation. It is strongly recommended that you extend the memory of the used machine with extended paginated memory. The master process will automatically paginate its own data on this paging memory. Improve Performance on Multi-Processor ComputersComputation ProcessThe computation process is divided in two steps. The computation of an object requires two distinct
actions:
The program translates the user-defined specifications into solver-interpretable commands applied on mesh entities, and you can visualize on the mesh the result of this translation. |