CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

run parallel distributed in cluster

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 18, 2012, 18:41
Default run parallel distributed in cluster
  #1
Member
 
Fer Villa
Join Date: Apr 2012
Posts: 35
Rep Power: 13
fevi84 is on a distinguished road
Hi all,

I want run my fluent case in a cluster using several nodes and processors (I'm using Torque as manager in the cluster). The PBS journal is:

#PBS -N LSVOFaxi
#PBS -m ae
#PBS -M user@domain.com
#PBS -l nodes=2n=4 (the face are two point, I don't know why appears it)

FLUENT_PATH=/cluster/apps/ansys_inc/v140/fluent/bin

cd ${PBS_O_WORKDIR}
$FLUENT_PATH/fluent 2ddp -g -ssh -pinfiniband -t8 -cnf=/home/Documents/LSVOFaxi/fluenthostsn2p4 -i LSVOFaxi.txt > LSVOFaxi.log

The hosts file (fluenthostsn2p4) is:

r1i0n2
r1i0n2
r1i0n2
r1i0n2
r1i0n15
r1i0n15
r1i0n15
r1i0n15
<white line>

But this not worked.
I think that the error is in the following line command, but I don't know:

$FLUENT_PATH/fluent 2ddp -g -ssh -pinfiniband -t8 -cnf=/home/Documents/LSVOFaxi/fluenthostsn2p4 -i LSVOFaxi.txt > LSVOFaxi.log

If anyone know solve it, please help me.

Thank you.
-----------------------------------------------------------------------
When I ran parallel local, with 1 node and 4 processors, using the following PBS journal, this worked.

#PBS -N LSVOFaxi
#PBS -m ae
#PBS -M user@domain.com
#PBS -l nodes=1pn=4 (the face are two point, I don't know why appears it)

FLUENT_PATH=/cluster/apps/ansys_inc/v140/fluent/bin

cd ${PBS_O_WORKDIR}
$FLUENT_PATH/fluent 2ddp -g -t4 < LSVOFaxi.txt > LSVOFaxi.log
fevi84 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SimpleFoam run in Parallel jayrup OpenFOAM 9 July 26, 2019 01:00
Problems about distributed parallel runs vkrastev OpenFOAM Running, Solving & CFD 10 November 11, 2012 10:22
Can't run in parallel JulytoNovember OpenFOAM Running, Solving & CFD 2 March 31, 2012 10:28
poor performance at massive parallel run using SGI cluster matthias OpenFOAM Running, Solving & CFD 8 October 21, 2011 09:24
Windows 64-bit, Distributed Parallel Run Issues... Erich CFX 3 March 28, 2006 17:36


All times are GMT -4. The time now is 05:05.