[ANSYS, Inc. Logo] return to home search
next up previous contents index

32.3.1 Starting Parallel ANSYS FLUENT on a Windows System Using Command Line Options

To start the parallel version of ANSYS FLUENT using command line options, you can use the following syntax in a Command Prompt window:

fluent version -t nprocs [-p interconnect ] [-mpi= mpi_type ] -cnf= hosts_file

where

For example, the full command line to start a 3d parallel job on the first 4 computers listed in a hosts file called hosts.txt is as follows:

fluent 3d -t4 -cnf=hosts.txt

As another example, the full command line to start a 3d symmetrical multiprocessing (SMP) parallel job on 4 computers is as follows:

fluent 3d -t4

In either case, the default interconnect ( ethernet) and the default communication library ( HP-MPI) will be used since these options are not specified.

The first time that you try to run ANSYS FLUENT in parallel, you will be prompted for information about the current Windows account. For more information, see the HP-MPI setup FAQ in the Frequently Asked Questions section of the User Services Center.

The supported interconnects for dedicated parallel ntx86 and win64 Windows machines, the associated MPIs for them, and the corresponding syntax are listed in Tables  32.3.1- 32.3.3:


Table 32.3.1: Supported Interconnects for the Windows Platform
Platform Processor Architecture Interconnects*
Windows 32-bit
64-bit
ntx86
win64
ethernet (default)
ethernet (default), infiniband, myrinet
(*) Node processes on the same machine communicate by shared memory.


Table 32.3.2: Available MPIs for Windows Platforms
MPI Syntax (flag) Communication Library Notes
hp -mpi=hp HP-MPI (1), (2), (3)
ms -mpi=ms Microsoft MPI (1), (2), (3)
mpich2 -mpi=mpich2 MPICH2 MPI (1), (2)
(1) Used with Shared Memory Machine (SHM) where the memory is shared between the processors on a single machine.
(2) Used with Distributed Memory Machine (DMM) where each processor has it's own memory associated with it.
(3) Used with the job scheduler. See Section  32.3.1 for more information.


Table 32.3.3: Supported MPIs for Windows Architectures (Per Interconnect)
Architecture Ethernet Myrinet Infiniband
ntx86 hp (default), mpich2 - -
win64 hp (default), mpich2, ms ms ms



Starting Parallel ANSYS FLUENT with the Microsoft Job Scheduler


The Microsoft Job Scheduler allows you to manage multiple jobs and tasks, allocate computer resources, send tasks to compute nodes, and monitor jobs, tasks, and compute nodes.

ANSYS FLUENT currently supports Windows XP, Vista, as well as the Windows Server operating systems. The Windows Server operating systems include a "compute cluster server" (CCS) and a high performance computing server (HPC) that combines the Microsoft MPI type ( msmpi) or the HP-MPI type ( hpmpi) and the Microsoft Job Scheduler. ANSYS FLUENT provides a means of using the Microsoft Job Scheduler using the following flag in the parallel command:

-ccp head-node-name

where -ccp indicates the use of the compute cluster server package, and head-node-name indicates the name of the head node of the computer cluster.

For example, if you want to use the Microsoft Job Scheduler to run a 3D model on 2 nodes, the corresponding command syntax would be:

fluent 3d -t2 -ccp head-node-name

figure   

The first time that you try to run ANSYS FLUENT in parallel for HP-MPI, you need to set the HP-MPI password, either through the Cache HP-MPI Password option in FLUENT Launcher (see Section  32.2), or through the -cache_password command line option (e.g., fluent 3d -t2 -cache_password -cnf=host.txt). After you have set the option, or have issued the command, a dialog prompts you to cache the password or not. Click Yes, then enter the password in the Command Window. Once the username and password have been verified and encrypted into the Windows Registry, then parallel ANSYS FLUENT will launch.

By default, ANSYS FLUENT will run using msmpi. If you want to specify HP-MPI with the Microsoft Job Scheduler, then you can use the following syntax:

fluent 3d -t2 -mpi=hp -ccp head-node-name

Though the usage described previously is recommended as an initial starting point for running ANSYS FLUENT with the Microsoft Job Scheduler, there are further options provided to meet your specific needs. ANSYS FLUENT allows you to do any of the following with the Microsoft Job Scheduler:

figure   

You can start ANSYS FLUENT jobs from any machine on which is installed either the full CCP or the CCP client tools, but note that all the machines must have the same version installed.


next up previous contents index Previous: 32.3 Starting Parallel ANSYS
Up: 32.3 Starting Parallel ANSYS
Next: 32.4 Starting Parallel ANSYS
Release 12.0 © ANSYS, Inc. 2009-01-29