Skip to content
Snippets Groups Projects
  1. Jan 05, 2011
    • Mark Olesen's avatar
      ENH: improve separation of OpenFOAM and ThirdParty mpi-libraries · 5e12506f
      Mark Olesen authored
      - 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
      5e12506f
  2. Jan 04, 2011
  3. Jan 03, 2011
  4. Jan 02, 2011
  5. Dec 30, 2010
  6. Dec 23, 2010
  7. Dec 22, 2010