Skip to content
Snippets Groups Projects
  1. Sep 14, 2011
  2. Feb 06, 2010
  3. Jan 22, 2010
  4. Jan 19, 2010
  5. Jan 13, 2010
  6. Jan 12, 2010
  7. Jan 11, 2010
    • Jorrit Fahlke's avatar
      * Fix some bugs in the mpi stuff which were introduced in the last commit. · 36bb8dbd
      Jorrit Fahlke authored
      * Infrastructure to warn about the use of deprecated preprocessor make
        variables.
      * Use that infrastructure to war about MPI_CPPFLAGS.
      
      [[Imported from SVN: r5807]]
      36bb8dbd
    • Jorrit Fahlke's avatar
      LDFLAGS-transition for the MPI stuff: · 15839472
      Jorrit Fahlke authored
        - Introduce autoconf substitutions DUNEMPICPPFLAGS, DUNEMPILDFLAGS and
          DUNEMPILIBS.
        - Deprecate MPI_LDFLAGS and MPI_CPPFLAGS: the automake manual recommends
          against "_" in names of such variables, MPI_LDFLAGS actually contains
          mainly libraries and simply changing MPI_LDFLAGS to MPI_LIBS will probably
          break a lot of stuff.  By deprecating MPI_CPPFLAGS it is possible to make
          the preprocessor generate a deprecation warning with instructions to
          change both MPI_CPPFLAGS and MPI_LDFLAGS (though this has yet to be
          implemented).
      
      [[Imported from SVN: r5806]]
      15839472
  8. Dec 08, 2009
  9. Oct 13, 2009
  10. Oct 04, 2009
  11. Sep 21, 2009
  12. Jan 21, 2009
  13. Aug 01, 2008
  14. Apr 14, 2008
  15. Mar 19, 2008
  16. Apr 18, 2007
  17. Mar 17, 2007
  18. Dec 11, 2006
  19. Nov 13, 2006
  20. Oct 27, 2006
  21. Aug 01, 2006
  22. Jul 31, 2006
  23. Jul 27, 2006
  24. Jul 21, 2006
  25. Jul 20, 2006
  26. Jul 18, 2006
  27. Jul 11, 2006
  28. Jul 09, 2006
  29. Apr 07, 2006
  30. Mar 31, 2006
  31. Dec 20, 2005
    • Christian Engwer's avatar
      fixed bug 69 · ee6cdebc
      Christian Engwer authored
      configure has an additional option --disable-mpiruntest
      
      [[Imported from SVN: r3720]]
      ee6cdebc
  32. Jul 19, 2005
    • Thimo Neubauer's avatar
      - added a test which tries to compile, link and run a sample program · bc3cc043
      Thimo Neubauer authored
        with the default compiler and the flags extracted from the different
        mpicc-scripts. If it fails a warning is emitted and MPI deactivated
      
        fixes bug #23
      
      - added theoretical support for GCC with IBM MPI: the options (which
        are tailored toward xlc) are changed a bit. However the following
        problem remains: ./configure adapts the test programs to the
        C++ compiler it find. Thus, a test program passed to mpCC fails
        because the implicitly used xlC doesn't understand the line meant
        for g++... Maybe this (and a whole lot of other problems) just
        vanish if xlc 7.0 is used so I'll do nothing about it
      
      [[Imported from SVN: r2412]]
      bc3cc043
    • Thimo Neubauer's avatar
      added support for IBM mpCC · 8923437f
      Thimo Neubauer authored
      [[Imported from SVN: r2399]]
      8923437f
  33. Oct 26, 2004
  34. Oct 18, 2004
Loading