1
Fork 0

Upgraded olaFlow to 6 threads

This commit is contained in:
Edgar P. Burkhart 2022-05-03 12:23:54 +02:00
parent 2b07e47d01
commit 9c386476fb
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
9 changed files with 25 additions and 25 deletions

View File

@ -15,13 +15,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
numberOfSubdomains 6;
method simple;
simpleCoeffs
{
n ( 2 2 1 );
n ( 3 1 2 );
delta 0.001;
}
@ -34,7 +34,7 @@ hierarchicalCoeffs
metisCoeffs
{
processorWeights ( 1 1 1 1 );
processorWeights ( 1 1 1 1 1 1 );
}
manualCoeffs

View File

@ -15,13 +15,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
numberOfSubdomains 6;
method simple;
simpleCoeffs
{
n ( 2 2 1 );
n ( 3 1 2 );
delta 0.001;
}
@ -34,7 +34,7 @@ hierarchicalCoeffs
metisCoeffs
{
processorWeights ( 1 1 1 1 );
processorWeights ( 1 1 1 1 1 1 );
}
manualCoeffs

View File

@ -15,13 +15,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
numberOfSubdomains 6;
method simple;
simpleCoeffs
{
n ( 2 2 1 );
n ( 3 1 2 );
delta 0.001;
}
@ -34,7 +34,7 @@ hierarchicalCoeffs
metisCoeffs
{
processorWeights ( 1 1 1 1 );
processorWeights ( 1 1 1 1 1 1 );
}
manualCoeffs

View File

@ -15,13 +15,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
numberOfSubdomains 6;
method simple;
simpleCoeffs
{
n ( 2 2 1 );
n ( 3 1 2 );
delta 0.001;
}
@ -34,7 +34,7 @@ hierarchicalCoeffs
metisCoeffs
{
processorWeights ( 1 1 1 1 );
processorWeights ( 1 1 1 1 1 1 );
}
manualCoeffs

View File

@ -15,13 +15,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
numberOfSubdomains 6;
method simple;
simpleCoeffs
{
n ( 2 2 1 );
n ( 3 1 2 );
delta 0.001;
}
@ -34,7 +34,7 @@ hierarchicalCoeffs
metisCoeffs
{
processorWeights ( 1 1 1 1 );
processorWeights ( 1 1 1 1 1 1 );
}
manualCoeffs

View File

@ -15,13 +15,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
numberOfSubdomains 6;
method simple;
simpleCoeffs
{
n ( 2 2 1 );
n ( 3 1 2 );
delta 0.001;
}
@ -34,7 +34,7 @@ hierarchicalCoeffs
metisCoeffs
{
processorWeights ( 1 1 1 1 );
processorWeights ( 1 1 1 1 1 1 );
}
manualCoeffs

View File

@ -15,13 +15,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
numberOfSubdomains 6;
method simple;
simpleCoeffs
{
n ( 2 2 1 );
n ( 3 1 2 );
delta 0.001;
}
@ -34,7 +34,7 @@ hierarchicalCoeffs
metisCoeffs
{
processorWeights ( 1 1 1 1 );
processorWeights ( 1 1 1 1 1 1 );
}
manualCoeffs

View File

@ -15,13 +15,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
numberOfSubdomains 6;
method simple;
simpleCoeffs
{
n ( 2 2 1 );
n ( 3 1 2 );
delta 0.001;
}
@ -34,7 +34,7 @@ hierarchicalCoeffs
metisCoeffs
{
processorWeights ( 1 1 1 1 );
processorWeights ( 1 1 1 1 1 1 );
}
manualCoeffs

View File

@ -35,7 +35,7 @@ pushd $out_of
echo Generating parallel cases
decomposePar > log/decomposePar.log
echo Running model
mpirun -np 4 olaFlow -parallel > log/olaFlow.log
mpirun -np 6 olaFlow -parallel > log/olaFlow.log
echo Merging parallel cases
reconstructPar > log/reconstructPar.log
#echo Removing parallel cases