openfoam/applications/utilities
Mark Olesen 5e12506f8e ENH: improve separation of OpenFOAM and ThirdParty mpi-libraries
- drop FOAM_MPI_LIBBIN variable in favour of FOAM_MPI from which
  two different locations can be determined.

  Previously there was something like this:

      FOAM_MPI_LIBBIN = $FOAM_LIBBIN/openmpi-1.5.1

  We now instead determine the locations from the FOAM_MPI directly:

      FOAM_MPI=openmpi-1.5.1

          $FOAM_LIBBIN/$FOAM_MPI     -> OpenFOAM  mpi-related
          $FOAM_EXT_LIBBIN/$FOAM_MPI -> ThirdPary mpi-related

ENH: relocate ParaView libraries and plugins back under FOAM_LIBBIN

- as discussed with Mattijs
2011-01-05 07:53:54 +01:00
..
errorEstimation COMP: avoid ambiguous construct from tmp - utils/ error estimation 2010-12-17 18:56:39 +01:00
mesh COMP: fix missing link references to FOAM_EXT_LIBBIN 2011-01-04 09:54:14 +01:00
miscellaneous ENH: new basicSolidThermo, solid -> pointSolid and solidMixture -> 2010-12-08 16:20:43 +00:00
parallelProcessing Merge remote branch 'OpenCFD/master' into olesenm 2011-01-03 14:01:16 +01:00
postProcessing ENH: improve separation of OpenFOAM and ThirdParty mpi-libraries 2011-01-05 07:53:54 +01:00
preProcessing COMP: NamedEnum specialization within 'Foam' namespace only 2010-12-20 14:27:03 +01:00
surface Merge remote branch 'OpenCFD/master' into olesenm 2011-01-03 14:01:16 +01:00
thermophysical ENH: Updated chemkinToFoam utility to make use of new dict output 2010-10-13 17:58:09 +01:00