Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
0a6c7116
Commit
0a6c7116
authored
Jan 07, 2011
by
Henry
Browse files
Tutorials: removed all references to metis to protect the innocent from persecution.
parent
825b4a19
Changes
69
Hide whitespace changes
Inline
Side-by-side
etc/settings.csh
View file @
0a6c7116
...
...
@@ -108,7 +108,7 @@ case ThirdParty:
breaksw
case
Gcc45:
case
Gcc45++0x:
set
gcc_version
=
gcc-4.5.
0
set
gcc_version
=
gcc-4.5.
2
set
gmp_version
=
gmp-5.0.1
set
mpfr_version
=
mpfr-2.4.2
set
mpc_version
=
mpc-0.8.1
...
...
etc/settings.sh
View file @
0a6c7116
...
...
@@ -2,7 +2,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 1991-201
0
OpenCFD Ltd.
# \\ / A nd | Copyright (C) 1991-201
1
OpenCFD Ltd.
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
...
...
@@ -127,7 +127,7 @@ OpenFOAM | ThirdParty)
mpfr_version
=
mpfr-2.4.2
;;
Gcc45
|
Gcc45++0x
)
gcc_version
=
gcc-4.5.
0
gcc_version
=
gcc-4.5.
2
gmp_version
=
gmp-5.0.1
mpfr_version
=
mpfr-2.4.2
mpc_version
=
mpc-0.8.1
...
...
tutorials/combustion/fireFoam/les/smallPoolFire3D/system/decomposeParDict
View file @
0a6c7116
...
...
@@ -37,9 +37,5 @@ manualCoeffs
dataFile "cellDecomposition";
}
metisCoeffs
{
}
// ************************************************************************* //
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/decomposeParDict
View file @
0a6c7116
...
...
@@ -32,11 +32,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights ( 1 1 1 1 );
}
manualCoeffs
{
dataFile "";
...
...
tutorials/discreteMethods/dsmcFoam/freeSpacePeriodic/system/decomposeParDict
View file @
0a6c7116
...
...
@@ -32,11 +32,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights ( 1 1 1 1 );
}
manualCoeffs
{
dataFile "";
...
...
tutorials/discreteMethods/dsmcFoam/freeSpaceStream/system/decomposeParDict
View file @
0a6c7116
...
...
@@ -32,11 +32,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights ( 1 1 1 1 );
}
manualCoeffs
{
dataFile "";
...
...
tutorials/discreteMethods/dsmcFoam/supersonicCorner/system/decomposeParDict
View file @
0a6c7116
...
...
@@ -32,11 +32,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights ( 1 1 1 1 );
}
manualCoeffs
{
dataFile "";
...
...
tutorials/discreteMethods/dsmcFoam/wedge15Ma5/system/decomposeParDict
View file @
0a6c7116
...
...
@@ -32,11 +32,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights ( 1 1 1 1 );
}
manualCoeffs
{
dataFile "";
...
...
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/decomposeParDict
View file @
0a6c7116
...
...
@@ -33,15 +33,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights
(
1
3
);
}
manualCoeffs
{
dataFile "";
...
...
tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeWater/system/decomposeParDict
View file @
0a6c7116
...
...
@@ -33,15 +33,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights
(
1
3
);
}
manualCoeffs
{
dataFile "";
...
...
tutorials/discreteMethods/molecularDynamics/mdFoam/nanoNozzle/system/decomposeParDict
View file @
0a6c7116
...
...
@@ -33,17 +33,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights
(
1
1
1
1
);
}
manualCoeffs
{
dataFile "";
...
...
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/decomposeParDict
View file @
0a6c7116
...
...
@@ -37,9 +37,5 @@ manualCoeffs
dataFile "cellDecomposition";
}
metisCoeffs
{
}
// ************************************************************************* //
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/bottomAir/decomposeParDict
View file @
0a6c7116
...
...
@@ -25,7 +25,6 @@ numberOfSubdomains 4;
method scotch;
// method hierarchical;
// method simple;
// method metis;
// method manual;
simpleCoeffs
...
...
@@ -41,19 +40,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
/*
processorWeights
(
1
1
1
1
);
*/
}
scotchCoeffs
{
//processorWeights
...
...
@@ -76,7 +62,7 @@ manualCoeffs
//// Is the case distributed
//distributed yes;
//// Per slave (so nProcs-1 entries) the directory above the case.
//roots
//roots
//(
// "/tmp"
// "/tmp"
...
...
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/decomposeParDict
View file @
0a6c7116
...
...
@@ -25,7 +25,6 @@ numberOfSubdomains 4;
method scotch;
// method hierarchical;
// method simple;
// method metis;
// method manual;
simpleCoeffs
...
...
@@ -41,19 +40,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
/*
processorWeights
(
1
1
1
1
);
*/
}
scotchCoeffs
{
//processorWeights
...
...
@@ -76,7 +62,7 @@ manualCoeffs
//// Is the case distributed
//distributed yes;
//// Per slave (so nProcs-1 entries) the directory above the case.
//roots
//roots
//(
// "/tmp"
// "/tmp"
...
...
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/heater/decomposeParDict
View file @
0a6c7116
...
...
@@ -25,7 +25,6 @@ numberOfSubdomains 4;
method scotch;
// method hierarchical;
// method simple;
// method metis;
// method manual;
simpleCoeffs
...
...
@@ -41,19 +40,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
/*
processorWeights
(
1
1
1
1
);
*/
}
scotchCoeffs
{
//processorWeights
...
...
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/leftSolid/decomposeParDict
View file @
0a6c7116
...
...
@@ -25,7 +25,6 @@ numberOfSubdomains 4;
method scotch;
// method hierarchical;
// method simple;
// method metis;
// method manual;
simpleCoeffs
...
...
@@ -41,19 +40,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
/*
processorWeights
(
1
1
1
1
);
*/
}
scotchCoeffs
{
//processorWeights
...
...
@@ -76,7 +62,7 @@ manualCoeffs
//// Is the case distributed
//distributed yes;
//// Per slave (so nProcs-1 entries) the directory above the case.
//roots
//roots
//(
// "/tmp"
// "/tmp"
...
...
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/rightSolid/decomposeParDict
View file @
0a6c7116
...
...
@@ -25,7 +25,6 @@ numberOfSubdomains 4;
method scotch;
// method hierarchical;
// method simple;
// method metis;
// method manual;
simpleCoeffs
...
...
@@ -41,19 +40,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
/*
processorWeights
(
1
1
1
1
);
*/
}
scotchCoeffs
{
//processorWeights
...
...
@@ -76,7 +62,7 @@ manualCoeffs
//// Is the case distributed
//distributed yes;
//// Per slave (so nProcs-1 entries) the directory above the case.
//roots
//roots
//(
// "/tmp"
// "/tmp"
...
...
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topAir/decomposeParDict
View file @
0a6c7116
...
...
@@ -25,7 +25,6 @@ numberOfSubdomains 4;
method scotch;
// method hierarchical;
// method simple;
// method metis;
// method manual;
simpleCoeffs
...
...
@@ -41,19 +40,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
/*
processorWeights
(
1
1
1
1
);
*/
}
scotchCoeffs
{
//processorWeights
...
...
@@ -76,7 +62,7 @@ manualCoeffs
//// Is the case distributed
//distributed yes;
//// Per slave (so nProcs-1 entries) the directory above the case.
//roots
//roots
//(
// "/tmp"
// "/tmp"
...
...
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/bottomWater/decomposeParDict
View file @
0a6c7116
...
...
@@ -25,7 +25,6 @@ numberOfSubdomains 4;
method scotch;
// method hierarchical;
// method simple;
// method metis;
// method manual;
simpleCoeffs
...
...
@@ -41,19 +40,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
/*
processorWeights
(
1
1
1
1
);
*/
}
scotchCoeffs
{
//processorWeights
...
...
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/system/decomposeParDict
View file @
0a6c7116
...
...
@@ -25,7 +25,6 @@ numberOfSubdomains 4;
method scotch;
// method hierarchical;
// method simple;
// method metis;
// method manual;
simpleCoeffs
...
...
@@ -41,19 +40,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
/*
processorWeights
(
1
1
1
1
);
*/
}
scotchCoeffs
{
//processorWeights
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment