|
[Sponsors] |
May 10, 2012, 13:12 |
Continue to run parallel
|
#1 |
Senior Member
Jian Zhong
Join Date: Feb 2012
Location: Birmingham
Posts: 109
Rep Power: 14 |
Dear foamers,
I run a case in parallel from 0s to 2000s. The job has finished. But I want to continue to run the case in parallel from 2000s to 4000s. How can I achieve that? |
|
May 10, 2012, 13:32 |
|
#2 |
Senior Member
|
Just change your controlDict file accordingly setting 2000 as startTime and 4000 as endTime.
|
|
May 10, 2012, 13:44 |
|
#3 |
Senior Member
Jian Zhong
Join Date: Feb 2012
Location: Birmingham
Posts: 109
Rep Power: 14 |
blockMesh
setFields funkySetFields -time 0 decomposePar mpirun --hostfile $PBS_NODEFILE -np $np myFoamd -parallel Is it mean that I only need to run the last command "mpirun --hostfile $PBS_NODEFILE -np $np myFoamd -parallel" after I change the controlDict? Or can I use mapFields utility? |
|
May 10, 2012, 13:48 |
|
#4 |
Senior Member
Jian Zhong
Join Date: Feb 2012
Location: Birmingham
Posts: 109
Rep Power: 14 |
I have run the reconstructPar command for the first 2000s. How can I reconstructPar from 2000s to 4000s?
|
|
May 10, 2012, 14:09 |
|
#5 |
Senior Member
|
You just need the solver command and at the end you should run reconstructPar again.
|
|
May 11, 2012, 03:01 |
|
#6 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
||
May 11, 2012, 03:42 |
|
#7 |
Senior Member
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19 |
||
May 11, 2012, 10:30 |
|
#8 |
Senior Member
Jian Zhong
Join Date: Feb 2012
Location: Birmingham
Posts: 109
Rep Power: 14 |
Many thanks for your ideas. It can work now.
|
|
Tags |
parallel decomposepar |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Parallel run in fluent for multiphase flow | apurv | FLUENT | 2 | August 3, 2011 20:44 |
Unable to run OF in parallel on a multiple-node cluster | quartzian | OpenFOAM | 3 | November 24, 2009 14:37 |
Parallel run diverges, serial does not | SammyB | OpenFOAM Running, Solving & CFD | 1 | May 10, 2009 04:28 |
Run in parallel a 2mesh case | cosimobianchini | OpenFOAM Running, Solving & CFD | 2 | January 11, 2007 07:33 |
Minimum number of nodes to run CFX in parallel | Rui | CFX | 3 | April 11, 2005 21:46 |