Ansys
From HPC users
Revision as of 12:04, 12 November 2015 by Albensoeder (talk | contribs) (Created page with "== Run in parallel == The typical call to launch Ansys CFX program within an SGE script is mpirun -machinefile $TMPDIR/cfx_hostlist -np $NSLOTS <ANSYS_program> <ANSYS_prog...")
Run in parallel
The typical call to launch Ansys CFX program within an SGE script is
mpirun -machinefile $TMPDIR/cfx_hostlist -np $NSLOTS <ANSYS_program> <ANSYS_program_options>
Please don't forget to load the correct Ansys module before.