Translations:Ansys/1644/en

From Alliance Doc
Jump to navigation Jump to search
  1. 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