d967687f14
ENH: add settings/rules for clang-2.8
2010-10-12 10:57:08 +02:00
9d175880ce
etc/cshrc: allow option setting for option software to be specified in ~/OpenFOAM/???/apps/<application>/cshrc
2010-09-30 17:22:40 +01:00
322ddc1771
etc/bashrc: allow option setting for option software to be specified in ~/OpenFOAM/???/apps/<application>/bashrc
2010-09-30 17:01:21 +01:00
f4dee922ab
Start-up scripts: The environment variables are now set unconditionally as in 1.7.x
2010-09-29 10:50:49 +01:00
ebb9a9e1ac
ENH: tet decomposed particle tracking.
...
Squashed merge of particleInteractions up to
commit e7cb5bcf0315c359539ef1e715e1d51991343391
2010-09-17 16:59:17 +01:00
4b307cf543
STYLE: etc/*rc : update version number, add comment
2010-07-06 11:48:46 +01:00
24734787b8
BUG: etc/settings.*sh : make SYSTEMOPENMPI work with multiple paths
2010-07-06 11:46:00 +01:00
50fc6c846a
ENH: apps/paraview3 : upgrade to 3.8.0
2010-07-06 11:44:37 +01:00
ccfb6e32a6
Corrected headers.
2010-06-23 16:54:54 +01:00
0ca515e3b1
Merge remote branch 'OpenCFD/master' into olesenm
2010-06-02 10:46:45 +02:00
4d60414377
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-06-01 15:29:13 +01:00
1b152b6902
BUG: paraview3/cshrc : using non-existing variable is illegal in csh.
2010-06-01 15:28:27 +01:00
ed6041eb50
ENH: Adding more useful information to sixDoFRigidBodyMotion restraint
...
reporting.
Making sixDoFRigidBodyMotionConstraints less verbose by default, now
requires debug switch to be set.
2010-05-31 12:00:53 +01:00
895a077cb1
STYLE: fixup some dictionary headers
2010-05-18 11:38:07 +02:00
856f0f4685
ENH: use FOAM_DOC_BROWSER to specify alternative html document browser
...
- change from 'kde-open %f' to the desktop-agnostic 'firefox %f' as
the default document browser.
2010-05-03 09:23:07 +02:00
e4ad77da06
Merge remote branch 'bundle2/homedoxy' into olesenm
2010-05-03 08:28:09 +02:00
20e9505b69
ENH: first reasonable draft of new doxygen look
2010-05-02 12:02:45 +02:00
845314b280
Merge remote branch 'OpenCFD/master' into olesenm
2010-04-28 14:49:39 +02:00
c8f3b1019a
BUG: incorrect mpc version
2010-04-26 16:56:33 +01:00
015e11f91b
COMP: unset variable in Gcc4.5 path
2010-04-26 11:40:18 +01:00
a823b627a6
ENH: handle command-line parameters in bashrc/cshrc
...
- 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
2010-04-26 08:49:41 +02:00
b16ef5f0fa
ENH: set PINC, PLIBS in the rules (not the env) for system-openmpi
...
BUG: syntax error in settings.sh
2010-04-22 15:46:54 +02:00
5cfa97624e
STYLE: more consistent New methods, use unregistered IOobject where appropriate
2010-04-20 17:13:35 +02:00
af12964ba1
ENH: add gcc-4.5.0, drop gcc-4.4.2, avoid gcc lib/ on 64-bit systems
2010-04-16 14:00:41 +02:00
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
f3ab304d79
ENH: simplify compiler settings, provision for boost/CGAL
2010-03-25 10:37:44 +01:00
56a5650f5e
ENH: in cshrc - prevent local variables from shadowing setenv variables
2010-03-23 11:42:28 +01:00
52fc076b47
ENH: in csh: clear PATH local shell variable so enforcing use of environment one.
...
Otherwise all $PATH will pick up the local one which will not be synchronised with $path
2010-03-23 10:22:45 +00:00
a3d4eb5664
BUG: Resolved (my own) conflict.
2010-03-22 17:10:42 +00:00
658b7700e1
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
etc/settings.csh
etc/settings.sh
src/parallel/decompose/Allwmake
2010-03-22 15:44:34 +00:00
536087b59f
ENH: Have dummy directory on LD_LIBRARY_PATH
2010-03-22 15:36:50 +00:00
d978c79e70
STYLE: drop unneeded MPI_HOME for openmpi (uses OPAL_PREFIX)
...
COMP: drop gcc-4.2 settings
2010-03-19 19:29:19 +01:00
db34c43ab0
STYLE: use 'setenv PATH' instead of 'set path=' for c-shell scripts
...
- the path is accesible either way, but use setenv for consistency with
other environment variables. It also simplifies foamCleanPath again.
2010-03-19 16:49:41 +01:00
cfcea13450
BUG: missed cleanup of env variables in etc/settings
2010-03-19 11:40:05 +01:00
47ae71a70c
STYLE: Show how to use different paraview
2010-03-19 10:31:47 +00:00
3e0c66e919
BUG: cshell version was not sourcing prefs.csh
...
BUG: compilerInstall was getting overwritten in settings.{csh,sh}
2010-03-18 13:19:14 +01:00
f88e11ce3c
ENH: don't set ParaView_MAJOR if the ParaView_VERSION appears
...
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)
2010-03-18 11:05:39 +01:00
0d4349bb7e
ENH: Added support for cmake version 2.8.1
2010-03-18 09:55:19 +00:00
97910c2c0c
ENH: only set ParaView_MAJOR by default if not already set
2010-03-17 17:56:23 +00:00
7308242498
BUG: prefs.sh was sourced in the wrong position in etc/{bashrc,cshrc}
2010-03-15 15:15:38 +01:00
ee199b9e9a
BUG: new 3rdParty location for cmake and paraview was not getting cleaned from the path
2010-03-12 17:41:15 +01:00
abdee93da4
COMP: move 3rd-party mpi from $WM_OPTIONS -> $WM_ARCH$WM_COMPILER
...
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.
2010-03-10 14:53:04 +01:00
2b83f9f8fd
COMP: move CMAKE binaries from $WM_ARCH -> $WM_ARCH$WM_COMPILER
...
We should assume that they've been compiled with the current OpenFOAM
compiler settings and may have compiler-specific runtime requirements.
2010-03-10 14:39:11 +01:00
03b30396cb
ENH: relocate third-party binaries
...
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.
2010-03-09 10:15:10 +01:00
1f59eabd1d
ENH: use prefs.{csh,sh} to provide user/site configuration without
...
editing the respective settings files.
- foamEtcFile is used to find the files, thus follows the standard
~OpenFOAM/fileName expansion mechanism.
2010-03-09 09:31:37 +01:00
77f0192dac
BUG: _foamAddMan was being left a remnant in the environment after sourced settings files
2010-03-09 09:16:47 +01:00
be86669315
Merge remote branch 'OpenCFD/master' into olesenm
2010-03-05 15:46:49 +01:00
703dda2943
STYLE: use new -space option from foamCleanPath
2010-03-05 15:00:39 +01:00
92a08c005d
ENH: clean path from old cmake/paraview
2010-03-05 14:17:17 +01:00
3eb6b30724
ENH: add foamPV alias/function for switching between paraview versions.
2010-03-05 13:40:08 +01:00