- Jul 06, 2010
- Jun 23, 2010
-
-
henry authored
-
- Jun 01, 2010
- May 31, 2010
-
-
graham authored
reporting. Making sixDoFRigidBodyMotionConstraints less verbose by default, now requires debug switch to be set.
-
- May 18, 2010
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- May 03, 2010
-
-
Mark Olesen authored
- change from 'kde-open %f' to the desktop-agnostic 'firefox %f' as the default document browser.
-
- May 02, 2010
-
-
Mark Olesen authored
-
- Apr 26, 2010
-
-
mattijs authored
-
mattijs authored
-
Mark Olesen authored
- this provides a means to temporarily override the default settings and/or the prefs.{csh,sh} settings. bash: name= -> unset name name=value -> export name=value csh: name= -> unsetenv name name=value -> setenv name value eg, . <WM_PROJECT_DIR>/etc/bashrc WM_COMPILER=Gcc45 WM_MPLIB= to use gcc 4.5 and the default mplib
-
- Apr 22, 2010
-
-
Mark Olesen authored
BUG: syntax error in settings.sh
-
- Apr 20, 2010
-
-
Mark Olesen authored
-
- Apr 16, 2010
-
-
Mark Olesen authored
-
- Mar 29, 2010
-
-
Mark Olesen authored
-
- Mar 25, 2010
-
-
Mark Olesen authored
-
- Mar 23, 2010
-
-
mattijs authored
-
Mark Olesen authored
-
mattijs authored
Otherwise all $PATH will pick up the local one which will not be synchronised with $path
-
- Mar 22, 2010
- Mar 19, 2010
-
-
Mark Olesen authored
COMP: drop gcc-4.2 settings
-
Mark Olesen authored
- the path is accesible either way, but use setenv for consistency with other environment variables. It also simplifies foamCleanPath again.
-
Mark Olesen authored
-
mattijs authored
-
- Mar 18, 2010
-
-
Mark Olesen authored
BUG: compilerInstall was getting overwritten in settings.{csh,sh}
-
mattijs authored
-
Mark Olesen authored
non-numeric (eg, a git or cvs version). - place the onus on the user to provide the correct ParaView_MAJOR in these situations. STYLE: Drop support for cmake older than 2.6.4 (installed in 3rdParty)
-
Andrew Heather authored
-
- Mar 17, 2010
-
-
Andrew Heather authored
-
- Mar 15, 2010
-
-
Mark Olesen authored
-
- Mar 12, 2010
-
-
Mark Olesen authored
-
- Mar 10, 2010
-
-
Mark Olesen authored
Rationale: Treat 3rd-party mpi libraries like any other 3rd-party library. They are normally available without debugging and don't know anything about the OpenFOAM DP/SP (double/single precision) concept.
-
Mark Olesen authored
We should assume that they've been compiled with the current OpenFOAM compiler settings and may have compiler-specific runtime requirements.
-
- Mar 09, 2010
-
-
Mark Olesen authored
old: $WM_THIRD_PARTY_DIR/<packageName>/platforms/$WM_ARCH* new: $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH*/<packageName> This streamlines the creation of binary packs, eases distribution and helps when testing the robustness of relocatable installations.
-
Mark Olesen authored
editing the respective settings files. - foamEtcFile is used to find the files, thus follows the standard ~OpenFOAM/fileName expansion mechanism.
-
Mark Olesen authored
-