Translations:Ansys/1644/en
Jump to navigation
Jump to search
- append additional cfx5solve command line options as required
if | "$CC_CLUSTER" = narval ; then
cfx5solve -def YOURFILE.def -start-method "Open MPI Distributed Parallel" -par-dist $NNODES
else
cfx5solve -def YOURFILE.def -start-method "Intel MPI Distributed Parallel" -par-dist $NNODES
fi