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
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
10524cb8a1
STYLE: eliminate ParaView_INST_DIR variable and simplify plugin Make/options
...
- the 'make install' target from ParaView now installs all of the
includes necessary for compiling plugins.
2010-03-05 13:04:30 +01:00
d966430771
ENH: set ParaView_MAJOR from ParaView_VERSION if required
...
ENH: move plugin to paraview-$ParaView_MAJOR
2010-03-05 12:39:47 +01:00
2073dcf9d7
STYLE: move source templates from bin/templates/ to etc/codeTemplates/
2010-03-03 09:19:23 +01:00
22ce56db17
Merge branch 'olesenm'
2010-03-01 15:55:30 +00:00
5ef1bac786
ENH: Have new WM_MPLIB message passing library : SYSTEMOPENMPI
...
It uses mpicc to find out where the installed libraries are.
2010-03-01 15:23:00 +00:00
7c70919cfe
BUG: apps/ensight/cshrc had bad CEI_ARCH for 32bit version
...
ENH: upgrade to env. variable to ensight9 (current version)
2010-03-01 11:01:09 +01:00
63c3b7067b
STYLE: provide more foam-prefixed aliases
...
- foamApps == app
- foamSol == sol
- foamTuts == tut
- foamUtils == util
2010-02-18 16:58:25 +01:00
827d7d7a8f
Merge branch 'volPointInterpolation'
2010-02-17 15:20:56 +00:00
62637d8471
ENH: initial overhaul of volPointInterpolation.
...
- removed globalPointPatch*
- removed pointPatchInterpolate*
since all is now inside volPointInterpolation.
2010-02-17 14:01:44 +00:00
2e9ec251fc
COMP: update for cmake-2.8.0
2010-02-11 13:37:01 +01:00
fa511d3321
ENH: gmp version changed to 5.0.1.
2010-02-08 19:28:52 +00:00
3c490dfe88
BUG: change ParaView_MAJOR to only contain version information without
...
leading text
* Something like ParaView_MAJOR=ParaView_3.6 would have previously
been possible, but this violates paraview's expectation of having
"lib/paraview-<digits>.<digits>"
* TODO? If desired, the ParaView_MAJOR could be determined
automatically in the script.
For example,
ParaView_MAJOR=`echo $ParaView_VERSION | \
sed -e 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`
Or even,
ParaView_MAJOR=${ParaView_VERSION%.[0-9]}
Except that the second version fails if the minor version reaches
double digits.
2010-02-05 11:55:53 +01:00
8426ca1a8c
Merge commit 'OpenCFD/master' into olesenm
2010-02-03 17:40:37 +01:00
e9c2bd85fd
ENH: Allow user to override paraview version
2010-01-27 15:17:51 +00:00
b4e99e369b
Update versions: gcc-4.4.3, mpfr-2.4.2, gmp-5.0.0 and openmpi-1.4.1
2010-01-27 14:00:25 +01:00
dc507b8c7d
Relocated paraview PV_PLUGIN_PATH environment variable
...
- moved to $FOAM_LIBBIN/paraview so that built libraries sit in their
own folder - avoids PV error msgs on start-up when it tries to load
all libs under the $PV_PLUGIN_PATH
2010-01-13 10:50:32 +00:00
fb2bd52972
Use openmpi-1.4, which was released 2009-12-08 (minor security fix).
...
According to the openmpi release information:
- Use GNU Libtool 2.2.6b to build Open MPI, which updates the
embedded "libltdl" library to fix a potential security
vulnerability. There are no other changes compared to Open MPI
v1.3.4.
For development purposes it should thus be adequate to simply
( cd $WM_THIRD_PARTY_DIR && mv openmpi-1.3.4 openmpi-1.4 )
if you don't wish to recompile things.
2009-12-15 16:43:33 +01:00
b83e69818b
update some old dictionary headers - even found mention of Nabla!
2009-12-04 12:39:14 +01:00
00985638d8
remove fvCFD.H usage from remaining library source
...
- exception calcType.H since it'll most likely be used for building
applications anyhow
- use quailified names in more of the lagrangian code
- killed some tab indents in various places.
2009-12-02 15:34:52 +01:00