|
[Sponsors] |
June 18, 2012, 18:41 |
run parallel distributed in cluster
|
#1 |
Member
Fer Villa
Join Date: Apr 2012
Posts: 35
Rep Power: 14 |
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 |
|
|
|
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 |