mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: scotchDecomp: updated default strategy string in header
This commit is contained in:
@ -65,7 +65,7 @@ License
|
|||||||
The current default mapping strategy in Scotch can be seen by using the
|
The current default mapping strategy in Scotch can be seen by using the
|
||||||
"-vs" option of program gmap. It is, to date:
|
"-vs" option of program gmap. It is, to date:
|
||||||
|
|
||||||
b
|
r
|
||||||
{
|
{
|
||||||
job=t,
|
job=t,
|
||||||
map=t,
|
map=t,
|
||||||
@ -76,11 +76,17 @@ License
|
|||||||
{
|
{
|
||||||
asc=b
|
asc=b
|
||||||
{
|
{
|
||||||
bnd=d{pass=40,dif=1,rem=1}f{move=80,pass=-1,bal=0.005},
|
bnd=
|
||||||
org=f{move=80,pass=-1,bal=0.005},
|
(
|
||||||
|
d{pass=40,dif=1,rem=1}
|
||||||
|
|
|
||||||
|
)
|
||||||
|
f{move=80,pass=-1,bal=0.002491},
|
||||||
|
org=f{move=80,pass=-1,bal=0.002491},
|
||||||
width=3
|
width=3
|
||||||
},
|
},
|
||||||
low=h{pass=10}f{move=80,pass=-1,bal=0.0005},
|
low=h{pass=10}
|
||||||
|
f{move=80,pass=-1,bal=0.002491},
|
||||||
type=h,
|
type=h,
|
||||||
vert=80,
|
vert=80,
|
||||||
rat=0.8
|
rat=0.8
|
||||||
@ -89,11 +95,17 @@ License
|
|||||||
{
|
{
|
||||||
asc=b
|
asc=b
|
||||||
{
|
{
|
||||||
bnd=d{pass=40,dif=1,rem=1}f{move=80,pass=-1,bal=0.005},
|
bnd=
|
||||||
org=f{move=80,pass=-1,bal=0.005},
|
(
|
||||||
|
d{pass=40,dif=1,rem=1}
|
||||||
|
|
|
||||||
|
)
|
||||||
|
f{move=80,pass=-1,bal=0.002491},
|
||||||
|
org=f{move=80,pass=-1,bal=0.002491},
|
||||||
width=3
|
width=3
|
||||||
},
|
},
|
||||||
low=h{pass=10}f{move=80,pass=-1,bal=0.0005},
|
low=h{pass=10}
|
||||||
|
f{move=80,pass=-1,bal=0.002491},
|
||||||
type=h,
|
type=h,
|
||||||
vert=80,
|
vert=80,
|
||||||
rat=0.8
|
rat=0.8
|
||||||
@ -102,6 +114,9 @@ License
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Note: instead of gmap run gpart <nProcs> -vs <grfFile>
|
||||||
|
where <grfFile> can be obtained by running with 'writeGraph=true'
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "scotchDecomp.H"
|
#include "scotchDecomp.H"
|
||||||
|
|||||||
Reference in New Issue
Block a user