Difference between revisions of "Fluent"

From UFRC
Jump to navigation Jump to search
m (Text replace - "|{{#vardefine:pbs|1}}" to "|{{#vardefine:pbs|}}")
Line 23: Line 23:
 
===Parallel (MPI)===
 
===Parallel (MPI)===
 
Note: fluent contains an MPI version embedded within the installed software. UFRC has requirements for submitting fluent jobs depending on the version of fluent being run, different steps need to be taken to run fluent in parallel.
 
Note: fluent contains an MPI version embedded within the installed software. UFRC has requirements for submitting fluent jobs depending on the version of fluent being run, different steps need to be taken to run fluent in parallel.
==== fluent 14.5.7 ====
+
<!--==== fluent 14.5.7 ====
 
UFRC strongly advises using newer versions of fluent. If you need to use version 14.5.7, special steps must be taken to run in parallel. Jobs which will load this version of fluent must be submitted as whole node requests. The easiest way to do this is using the '-E' flag in your request. For example,  
 
UFRC strongly advises using newer versions of fluent. If you need to use version 14.5.7, special steps must be taken to run in parallel. Jobs which will load this version of fluent must be submitted as whole node requests. The easiest way to do this is using the '-E' flag in your request. For example,  
 
<source lang="bash">
 
<source lang="bash">
 
#PBS -l nodes=2:ppn=4 -E
 
#PBS -l nodes=2:ppn=4 -E
 
</source>
 
</source>
 +
-->
 
==== fluent >= 15.0 ====
 
==== fluent >= 15.0 ====
 
For versions of fluent >= 15.0 all that is needed is to load a valid openmpi module prior to loading the fluent module. For example
 
For versions of fluent >= 15.0 all that is needed is to load a valid openmpi module prior to loading the fluent module. For example

Revision as of 01:20, 8 February 2017

Description

fluent website  

ANSYS Fluent is a popular computational fluid dynamics application.

Required Modules

Parallel (MPI)

Note: fluent contains an MPI version embedded within the installed software. UFRC has requirements for submitting fluent jobs depending on the version of fluent being run, different steps need to be taken to run fluent in parallel.

fluent >= 15.0

For versions of fluent >= 15.0 all that is needed is to load a valid openmpi module prior to loading the fluent module. For example

module load intel/2013
module load openpmi
module load fluent/15.0.7

System Variables

  • HPC_{{#uppercase:fluent}}_DIR
  • HPC_{{#uppercase:fluent}}_BIN




Citation

If you publish research that uses fluent, please refer to the ANSYS Citations web page.