Ansys

From HPC users
Revision as of 13: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.