|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
Jie Chen
Join Date: May 2009
Posts: 4
Rep Power: 17 ![]() |
I ran the pisoFoam LES motorBike tutorial case on the cluster. It worked fine. Using the default setup, this job finished in about 7 hours on 8 cores. However, after I change a few parameters, it gets stuck at the step pisoFoam for 32 cores.
Basically, I changed the decompose method in the decomposeParDict to be scotch and increased the numberofSubdomains to be 32. Then, changed a few lines of Allrun in the lesfiles folder to use the RAS solution from 8 cores as the initial condition and then ran LES on 32 cores. /////////////////////////////////////////////////////////////////////////////////// runApplication reconstructParMesh -constant -mergeTol 1e-6 runApplication reconstructPar rm -rf processor* # Set-up the LES case rm -rf 0/ mv 500/ 0/ rm -rf 0/uniform/ cp system/decomposeParDict.scotch system/decomposeParDict runApplication decomposePar cp ../lesFiles/fvS* ../lesFiles/controlDict system/ cp ../lesFiles/LESProperties ../lesFiles/turbulenceProperties constant/ cp ../lesFiles/nuSgs 0/ #ls -d processor* | xargs -i rm -rf ./{}/0/uniform $1 ls -d processor* | xargs -i cp ../lesFiles/LESProperties ./{}/constant/ $1 ls -d processor* | xargs -i cp ../lesFiles/turbulenceProperties ./{}/constant/ $1 ls -d processor* | xargs -i cp ../lesFiles/nuSgs ./{}/0/ $1 runParallel pisoFoam 32 runApplication reconstructParMesh -constant -mergeTol 1e-6 runApplication reconstructPar /////////////////////////////////////////////////////////////////////////////////// I don't know what is wrong here. Can anybody help me? |
|
![]() |
![]() |
![]() |
![]() |
#2 |
New Member
Jie Chen
Join Date: May 2009
Posts: 4
Rep Power: 17 ![]() |
I figured out this problem. The reason is just the different run environment on the cluster. I changed the script. Now, it works fine.
|
|
![]() |
![]() |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Parallel interDyMFoam cellLevel problem | tgvosk | OpenFOAM Running, Solving & CFD | 5 | February 19, 2014 03:24 |
Parallel processing problem | newbie29 | OpenFOAM Running, Solving & CFD | 1 | June 22, 2012 05:23 |
problem!! FLUENT 6.2 -SUSE parallel computing | khanjaved | FLUENT | 1 | August 15, 2005 23:00 |
Problem using parallel Fluent | Gustavo | FLUENT | 0 | June 28, 2004 00:12 |
Parallel Computing Classes at San Diego Supercomputer Center Jan. 20-22 | Amitava Majumdar | Main CFD Forum | 0 | January 5, 1999 13:00 |