Changed Allrun script in NACA4412 100 cores overset test
Running in parallel with -oversubscribe option to circumvent the issues related to mpi config on small machines.
This commit is contained in:
parent
c7cd6b09fd
commit
9ac13fd1e9
1 changed files with 3 additions and 2 deletions
|
@ -44,5 +44,6 @@ transformPoints -scale "(0.901 1 0.905512)" > log.transformPoints
|
|||
|
||||
runApplication decomposePar -cellDist
|
||||
runApplication decomposeSets -writeEmptySets
|
||||
runParallel calcOverset 100
|
||||
runParallel oversetRegionIndex 100
|
||||
|
||||
# Run with -oversubscribe flag to circumvent mpi config issues on small machines
|
||||
mpirun -oversubscribe -np 100 calcOverset -parallel > log.calcOverset
|
||||
|
|
Reference in a new issue