Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
991a0366
Commit
991a0366
authored
Oct 19, 2011
by
Henry
Browse files
gcc: 4.6.1 is now the default
parent
598198b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
etc/config/settings.csh
View file @
991a0366
...
...
@@ -203,10 +203,6 @@ case ThirdParty:
switch
(
"
$WM_COMPILER
"
)
case
Gcc:
case
Gcc++0x:
set
gcc_version
=
gcc-4.4.3
set
gmp_version
=
gmp-5.0.1
set
mpfr_version
=
mpfr-2.4.2
breaksw
case
Gcc46:
case
Gcc46++0x:
set
gcc_version
=
gcc-4.6.1
...
...
etc/config/settings.sh
View file @
991a0366
...
...
@@ -222,12 +222,7 @@ fi
case
"
${
foamCompiler
}
"
in
OpenFOAM
|
ThirdParty
)
case
"
$WM_COMPILER
"
in
Gcc
|
Gcc++0x
)
gcc_version
=
gcc-4.4.3
gmp_version
=
gmp-5.0.1
mpfr_version
=
mpfr-2.4.2
;;
Gcc46
|
Gcc46++0x
)
Gcc
|
Gcc++0x
|
Gcc46
|
Gcc46++0x
)
gcc_version
=
gcc-4.6.1
gmp_version
=
gmp-5.0.2
mpfr_version
=
mpfr-3.0.1
...
...
tutorials/compressible/rhoSimplecFoam/squareBend/system/fvSolution
View file @
991a0366
...
...
@@ -190,7 +190,7 @@ relaxationFactors
h 0.95;
k 0.9;
epsilon 0.9;
}
w
}
}
relaxationFactors0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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