Skip to content
Snippets Groups Projects
Commit 0a6c7116 authored by Henry's avatar Henry
Browse files

Tutorials: removed all references to metis to protect the innocent from persecution.

parent 825b4a19
Branches
Tags
No related merge requests found
Showing
with 8 additions and 182 deletions
......@@ -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
......
......@@ -2,7 +2,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd.
# \\ / A nd | Copyright (C) 1991-2011 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
......
......@@ -37,9 +37,5 @@ manualCoeffs
dataFile "cellDecomposition";
}
metisCoeffs
{
}
// ************************************************************************* //
......@@ -32,11 +32,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights ( 1 1 1 1 );
}
manualCoeffs
{
dataFile "";
......
......@@ -32,11 +32,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights ( 1 1 1 1 );
}
manualCoeffs
{
dataFile "";
......
......@@ -32,11 +32,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights ( 1 1 1 1 );
}
manualCoeffs
{
dataFile "";
......
......@@ -32,11 +32,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights ( 1 1 1 1 );
}
manualCoeffs
{
dataFile "";
......
......@@ -32,11 +32,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights ( 1 1 1 1 );
}
manualCoeffs
{
dataFile "";
......
......@@ -33,15 +33,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights
(
1
3
);
}
manualCoeffs
{
dataFile "";
......
......@@ -33,15 +33,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights
(
1
3
);
}
manualCoeffs
{
dataFile "";
......
......@@ -33,17 +33,6 @@ hierarchicalCoeffs
order xyz;
}
metisCoeffs
{
processorWeights
(
1
1
1
1
);
}
manualCoeffs
{
dataFile "";
......
......@@ -37,9 +37,5 @@ manualCoeffs
dataFile "cellDecomposition";
}
metisCoeffs
{
}
// ************************************************************************* //
......@@ -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"
......
......@@ -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"
......
......@@ -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
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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
......
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment