Go to file
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
applications ENH: improve separation of OpenFOAM and ThirdParty mpi-libraries 2011-01-05 07:53:54 +01:00
bin Merge remote branch 'bundle/home' into olesenm 2011-01-03 10:06:56 +01:00
doc Merge remote branch 'bundle/home' into olesenm 2011-01-03 10:06:56 +01:00
etc ENH: improve separation of OpenFOAM and ThirdParty mpi-libraries 2011-01-05 07:53:54 +01:00
src ENH: improve separation of OpenFOAM and ThirdParty mpi-libraries 2011-01-05 07:53:54 +01:00
tutorials Merge remote branch 'OpenCFD/master' into olesenm 2011-01-03 14:01:16 +01:00
wmake ENH: adjust tools to handle architecture-specific dirs in bin/ as well 2010-12-23 06:53:05 +01:00
.gitignore STYLE: gitignore Clang build targets 2010-11-08 08:08:46 +01:00
Allwmake ENH: relocate 3rd party libraries -> FOAM_EXT_LIBBIN 2010-12-30 13:52:34 +01:00
COPYING STYLE: had OpenCFD instead of OpenFOAM in COPYING 2010-03-30 14:07:51 +02:00
ReleaseNotes-dev ENH: ReleaseNotes-dev : update 2010-12-15 15:35:03 +00:00