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:
Vuko Vukcevic 2018-09-03 10:23:41 +02:00
parent c7cd6b09fd
commit 9ac13fd1e9

View file

@ -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