How to use Custom Executables for the ANSYS CFX Solver?




Serial:

Specify the custom executable as option for the solver:

-Command Line: cfx5solve -def name.def -solver $PATH_to/Executable/solver-pvm.exe

-Solver Manager: ->Define Run->Activate "Show Advanced Control" ->Solver ->Customer Executable: $PATH_to/Executable/solver-pvm.exe

Parallel:

Specify the Solver Executable in the CCL and link this CCL at runtime, e.g. in a partial CCL called hosts_custom.ccl . The host definition in this file is based on the hosts.ccl from the installation ($ANSYS_CFX_ROOT/etc/hosts.ccl). Choose the executables according to the parallel environment (PVM, MPI ..) and precision (single or double) you want to use during your simulations.

EXECUTION CONTROL:
PARALLEL HOST LIBRARY:
HOST DEFINITION: ottc0101
Number of Processors = 2
Installation Root = /home/cfx/CFX-%v
Host Architecture String = amd_opteron.sse2_linux2.3.2
Solver Executable = /f1home/test/linux-amd64/solver-pvm.exe
END # HOST DEFINITION ottc0101
HOST DEFINITION: ottc0102
Number of Processors = 2
Installation Root = /home/cfx/CFX-%v
Host Architecture String = amd_opteron.sse2_linux2.3.2
Solver Executable =/f1home/test/linux-amd64/solver-pvm.exe
END # HOST DEFINITION ottc0102
END # PARALLEL HOST LIBRARY
END # EXECUTION CONTROL

-Command Line: cfx5solve -def name.def -ccl hosts_custom.ccl

-Solver Manager: ->Define Run->Activate "Show Advanced Control" ->Solver ->Solver Arguments : -ccl hosts_custom.ccl





Show Form
No comments yet. Be the first to add a comment!