Commit Graph

222 Commits

Author SHA1 Message Date
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
10798d696f upgrade to openmpi-1.3.4 2009-12-02 09:29:25 +01:00
d5765f2237 removed paraview 2 set-up scripts 2009-11-24 14:58:49 +00:00
407d047f07 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-24 14:45:05 +00:00
bfc0926c8b updated to enable alternative builds if env variables set externally 2009-11-24 13:07:12 +00:00
fabbd8bb47 Merge branch 'master' into dsmc 2009-11-20 11:31:30 +00:00
fbc7c5bccf Set gcc-4.4.2 as the default gcc compiler version. 2009-11-16 14:20:10 +00:00
0870e22400 Merge branch 'master' into dsmc 2009-11-11 13:24:48 +00:00
84627ec9ff allow external setting of WM variables 2009-11-06 11:12:42 +00:00
5882afad87 revert to dev version tag 2009-10-28 11:19:57 +00:00
9a139812ed Merge branch 'master' of /home/hunt2/mattijs/OpenFOAM/OpenFOAM-dev/. 2009-10-26 09:59:18 +00:00
46f1df810c unallocated Pstream 2009-10-26 09:59:07 +00:00
51ebdc5e80 Merge branch 'master' into dsmc 2009-10-11 11:16:56 +01:00
d2b1861ca3 mpich2 support 2009-10-07 15:08:53 +01:00
ebfe8de6f4 ../etc/settings.csh 2009-10-07 15:08:34 +01:00
e10bb9589e Merge master, fixing conflicts 2009-09-07 12:23:13 +01:00
73b0912087 do not export WM_PROJECT_VERSION if already set 2009-09-01 10:57:48 +01:00
243bff1a55 initial commit of updated dimensioned constants 2009-08-28 15:23:01 +01:00
8e88577012 Revamping distribution class to use for dsmc tests. 2009-08-19 15:20:00 +01:00
d4864d9b6e Moved the "generic" BCs into a separate library and included it only in those utilities
which need this functionality.  Solvers will now check the correctness of the BCs on
read.
2009-08-04 22:13:54 +01:00
1e6e335f5b Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-04 10:13:06 +01:00
d217b8bd74 Changed "default" to "generic" for consistency with fvPatchField. 2009-08-04 10:13:01 +01:00
fdc49d78cf Revert "more consistent naming convention for aliases"
This reverts commit ff5137e459.
But keeps (cosmetic) changes to bin/foamCleanPath
2009-08-03 20:00:09 +02:00
676c842a63 Revert "drop support for paraview 2.x reader"
- this was not agreed.

This reverts commit 41b196ffeb.
2009-08-03 16:30:48 +01:00
41b196ffeb drop support for paraview 2.x reader 2009-08-02 10:04:17 +02:00
ff5137e459 more consistent naming convention for aliases
- old-style (left untouched for now):
  app, lib, run, sol, tut, util

- new-style:
  foamApps, foamLib, foamRun, foamSol, foamTut, foamUtils

- additional aliases:
  userApps, whichFoam

NB: ideally we'd have 'foamSrc' instead of 'src'.
    Do we really need 'foamsrc' and 'foamfv' anyhow?
2009-08-02 09:44:00 +02:00
ea8d14cccb Merge commit 'OpenCFD/master' into olesenm 2009-07-29 16:17:37 +02:00
efce737693 Add provisioning for gcc-4.4.1
- compile into linux64Gcc44, linuxGcc44 to avoid clashes during testing
- continue to use gmp-4.2.4 since gmp-4.3.x might be miscompiled with
  a system gcc-4.3.2
2009-07-29 09:59:16 +02:00
1ec00de14c and back to dev..... 2009-07-28 12:35:26 +01:00
39d336d038 cshrc consistent with bashrc 2009-07-27 16:47:37 +01:00
816f6b3488 Updated the headers. 2009-07-24 17:01:31 +01:00
229c07e5fc added shared site configuration for bin/lib files
- useful location for sharing in-house solvers, libraries, etc
  for use at the entire site

- similar naming convention as ~OpenFOAM expansion:

  FOAM_SITE_APPBIN=
  $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION/bin/$WM_OPTIONS

  FOAM_SITE_LIBBIN=
  $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION/lib/$WM_OPTIONS
2009-07-23 10:13:50 +02:00